aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Link to tools/objc/dummy.c from output directory to allow xcodeproj to resolv...Gravatar Chris Parsons2015-08-26
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* Instead of assuming that sandboxing will generally work on everything that is...Gravatar Philipp Wollermann2015-08-26
* Refactor skylark format internalsGravatar Francois-Rene Rideau2015-08-26
* namespace-sandbox: Actually do exponential backoff on a failed unshare() sysc...Gravatar Philipp Wollermann2015-08-26
* Rules created by Skylark macros now have values for the attributes generator_...Gravatar Florian Weikert2015-08-26
* Replace quick hack for handling non-sandboxable spawns with a better solution.Gravatar Philipp Wollermann2015-08-26
* Execute spawns inside sandboxes to improve hermeticity (spawns can no longer ...Gravatar Philipp Wollermann2015-08-26
* Add an --experimental_disable_jvm flag.Gravatar Ulf Adams2015-08-26
* Mark flaky test external_integration_test as manual.Gravatar Philipp Wollermann2015-08-26
* Require an android_local_tools_repository stanza in the WORKSPACE file so tha...Gravatar Lukacs Berki2015-08-26
* Lock down the requirement of fragment declaration.Gravatar Ulf Adams2015-08-26
* Rename some variables missed by a codebase-wide renaming a long time ago.Gravatar Nathan Harmata2015-08-25
* Memoize SkyFunctionNamesGravatar Michajlo Matijkiw2015-08-25
* Improve the Python launcher to be smarter and make less assumptions when look...Gravatar Philipp Wollermann2015-08-25
* Make ValueWithMetadata#normal public, for use in alternate graph implementati...Gravatar Janak Ramakrishnan2015-08-25
* Return raw SkyValue instead of wrapped ValueWithMetadata.Gravatar Janak Ramakrishnan2015-08-25
* Using aliases in load() may no longer lead to false positives in SkylarkEnvir...Gravatar Florian Weikert2015-08-25
* Copies shared object dependencies when building Android native binaries.Gravatar Michael Staib2015-08-25
* Add more tests for the PIPE operator.Gravatar Laurent Le Brun2015-08-25
* Introduce '|' operator for set union.Gravatar Laurent Le Brun2015-08-25
* Make Bazel handle visibility through //external: labels correctly: //external...Gravatar Lukacs Berki2015-08-25
* Do not consider //external: a repository-local reference.Gravatar Lukacs Berki2015-08-25
* Remove onlyLoadingPhase on objects.Gravatar Laurent Le Brun2015-08-24
* Added more details about the use of configuration fragments in Skylark to the...Gravatar Florian Weikert2015-08-24
* FileTypeSet: now supports creating unions of a FileTypeSet and some FileTypes.Gravatar Laszlo Csomor2015-08-24
* Removed ctx.configuration.fragment() from Skylark. Please use ctx.fragments.{...Gravatar Florian Weikert2015-08-24
* ctx.new_file(Artifact, String) now replaces the basename of the base artifact...Gravatar Florian Weikert2015-08-24
* Add '.ldscript' as a possible linker script file extension.Gravatar Googler2015-08-24
* Use Buildifier convention for action_listener rule examples.Gravatar David Chen2015-08-24
* Remove the some calls to AnalysisEnvironment.getDerivedArtifact() and add a b...Gravatar Lukacs Berki2015-08-24
* Remove an AnalysisEnvironment.getDerivedArtifact() call from nativedeps.Gravatar Lukacs Berki2015-08-24
* Change the skylark Java rules to use the configuration path separator.Gravatar Ulf Adams2015-08-24
* Add keepGoing version of MemoizingEvaluatorTest#changeCycle.Gravatar Janak Ramakrishnan2015-08-24
* Add the implicit output of unstripped binary for Launcher-enabled java_binary.Gravatar Googler2015-08-24
* Make permanent changes already in tools/blaze.blazercGravatar Googler2015-08-24
* Fix -proc:only after e927532Gravatar Liam Miller-Cushon2015-08-24
* Improve efficiency of reverse queries for Skyframe by memoizing getAllowedDep...Gravatar Miguel Alcon Pinto2015-08-24
* Preserve specified order of keys when analyzing configured targets.Gravatar Janak Ramakrishnan2015-08-24
* Implement hashCode, equals for TransitiveTraversalValue and related SkyValuesGravatar Mark Schaller2015-08-24
* Add shortcut methods for adding providers. These do not require explicitly sp...Gravatar Carmi Grushko2015-08-24
* Description redacted.Gravatar Michajlo Matijkiw2015-08-24
* Prepare our tests that can't run under sandboxing to explicitly request a non...Gravatar Philipp Wollermann2015-08-24
* Fix some missing headers and data dependencies in BUILD files.Gravatar Philipp Wollermann2015-08-24
* Remove an AnalysisEnvironment.getDerivedArtifact() call from nativedeps.Gravatar Lukacs Berki2015-08-24
* Abstract away artifact creation in CppLinkAction so that we can create most o...Gravatar Lukacs Berki2015-08-24
* Fix a missing dependency in a Skylark rule in local_repository_test.sh.Gravatar Philipp Wollermann2015-08-24
* Improve the JDK and JRE filegroups to include all the necessary parts. Then f...Gravatar Philipp Wollermann2015-08-24
* Add missing redirect to $TEST_log in our test-setup.sh.Gravatar Philipp Wollermann2015-08-24
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24