aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Make writes thread-safe during local tests by opening files with O_APPEND.Gravatar Eric Fellheimer2015-08-27
* Import MethodLibraryTest.java into bazelGravatar Francois-Rene Rideau2015-08-27
* Clean up the link command action code a bit.Gravatar Ulf Adams2015-08-27
* Remove the callback that allowed excluding files from deletion.Gravatar Ulf Adams2015-08-26
* Make Bazel compile (a previous change added a graph -> jsr305 dependency that...Gravatar Lukacs Berki2015-08-26
* Don't mark ErrorInfo transient if one of its child ErrorInfos is transient.Gravatar Janak Ramakrishnan2015-08-26
* Allow ErrorTransienceValue to be added back as a dep during change pruning if...Gravatar Janak Ramakrishnan2015-08-26
* Rename isSkylarkEnabled to isSkylarkGravatar Francois-Rene Rideau2015-08-26
* Replace query option --order_results with --order_output, which can take thre...Gravatar Janak Ramakrishnan2015-08-26
* Add toString() for PrepareDepsOfTargetsUnderDirectoryValue key.Gravatar Eric Fellheimer2015-08-26
* Only perform one read of the hashCode field in our benign-data-racy hashCode(...Gravatar Nathan Harmata2015-08-26
* Get rid of unnecessary synchronization. This is a contention point when we ha...Gravatar Nathan Harmata2015-08-26
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Make sandboxed execution the default in Bazel. This should be safe, as the st...Gravatar Philipp Wollermann2015-08-26
* No-op refactoring of output formatters to re-use common code.Gravatar Janak Ramakrishnan2015-08-26
* Remove unnecessary use of ResolvedTargets in SkyQueryEnvironment.Gravatar Janak Ramakrishnan2015-08-26
* 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