aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Implement generating single-page Build Encyclopedia.Gravatar David Chen2016-08-29
* Add some type arguments to make Bazel compile again.Gravatar Lukacs Berki2016-08-29
* Move the query output formatters to ServerBuilder.Gravatar Ulf Adams2016-08-29
* Replace doc pages with redirects to versioned doc pages.Gravatar David Chen2016-08-29
* Add realpath method to SkylarkPath.Gravatar David Chen2016-08-29
* Some little fixes to ResourceManager.Gravatar Philipp Wollermann2016-08-29
* If there are zero bytes to compress, TransientBytes::CompressOut should retur...Gravatar Sasha Smundak2016-08-29
* Move QueryFunctions and InfoItems to ServerBuilder.Gravatar Ulf Adams2016-08-29
* Fix regular expression in order to produce correct documentation. Fixes #1522...Gravatar John Cater2016-08-29
* --Gravatar Googler2016-08-29
* Exclude resources jars from android_library rules from the apk_manifestGravatar Alex Humesky2016-08-27
* Don't provide AARs for deps that are neverlink or that of their transitiveGravatar Googler2016-08-27
* Instead of using the smallest group as the inputs for the generation actions,...Gravatar Sergio Campama2016-08-27
* Fix resource leakage on interrupt in ResourceManager identified by philwo.Gravatar Janak Ramakrishnan2016-08-27
* Add propagated headers to experimental_objc_library compile action to enableGravatar Cal Peyser2016-08-27
* Add two implicit outputs to the AndroidBinary rule that are produced by ProGu...Gravatar Googler2016-08-26
* Remove all references to (incorrect) BlazeDirectories.buildDataDirectory rootGravatar Kristina Chodorow2016-08-26
* Make SpawnActions honor the client environmentGravatar Klaus Aehlig2016-08-26
* sandbox: Allow network access for builds by default.Gravatar Philipp Wollermann2016-08-26
* --Gravatar Philipp Wollermann2016-08-26
* When --exclude_build_data option is present, build-data.properties file shoul...Gravatar Sasha Smundak2016-08-26
* Fix a tiny bug in alias handling.Gravatar Lukacs Berki2016-08-26
* Add a class to handle Unix timestamp extra field. Gravatar Sasha Smundak2016-08-26
* Clean up go/be#java_plugin.generates_apiGravatar Liam Miller-Cushon2016-08-26
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* cc_*.linkstatic: slightly reword the documentation.Gravatar Laszlo Csomor2016-08-26
* Fix formatting of help text for --cache_test_results.Gravatar Kyle Lippincott2016-08-26
* option_processor: fix bad TMP parsing on Windows/MSYS.Gravatar Laszlo Csomor2016-08-26
* Allow cycle detector to be injected into ParallelEvaluator, so that callers c...Gravatar Janak Ramakrishnan2016-08-26
* Factor out cycle detection.Gravatar Janak Ramakrishnan2016-08-26
* Refactor ParallelEvaluator in preparation for making it more modular with res...Gravatar Janak Ramakrishnan2016-08-26
* GRPC server waits for termination after clean commandGravatar Michajlo Matijkiw2016-08-26
* Add external reference for android customtabsGravatar Simon Horlick2016-08-25
* Some optimizations in Type#flatten (used under the covers by AggregatingAttri...Gravatar Nathan Harmata2016-08-25
* Expose PlatformType and supporting methods to Skylark.Gravatar Dmitry Shevchenko2016-08-25
* Expose some values needed for Apple code signing to Skylark.Gravatar Googler2016-08-25
* Add correct debugging information about primary output to action conflict mes...Gravatar Janak Ramakrishnan2016-08-25
* Remove ArtifactFactory dependency on incorrect exec rootGravatar Kristina Chodorow2016-08-25
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Add a framework for prefetching input files (in case they come from remote fi...Gravatar Philipp Wollermann2016-08-25
* Also display the object identity of the configuration in ConfiguredTargetKey ...Gravatar Lukacs Berki2016-08-25
* Add information about the key of conflicting actions to the error message in ...Gravatar Lukacs Berki2016-08-25
* Rollback of commit b5ac354867c4d8deb543285e87e636504078fb69.Gravatar Michael Staib2016-08-25
* Add more debugging info in case of action conflicts. This will tell us if we'...Gravatar Janak Ramakrishnan2016-08-25
* Rollback of commit 2dddbeeac25ace6f53dd3ce6ac588111c239bdf0.Gravatar Tobias Werth2016-08-24
* Removing some of GUAVA dependencies from junit.runner.junit4 and -.modelGravatar Irina Iancu2016-08-24
* Invoke source jar action as a worker.Gravatar Googler2016-08-24
* BUILD files changes for commit 0943498edc05ada655cc2862a644071e503dd034.Gravatar Sasha Smundak2016-08-24
* Bazel shell scripts: fix links in licence comments.Gravatar Laszlo Csomor2016-08-24
* Extend Action interface by client variablesGravatar Klaus Aehlig2016-08-24