aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Dynamic configs: also include fragments needed to resolve the rule's late-bou...Gravatar Greg Estren2016-08-03
* Handle some previously unhandled scenarios of cycle reporting for TEST_COMPLE...Gravatar Googler2016-08-03
* ExperimentalStateTracker: make suffix gracefully handle negative lengthGravatar Klaus Aehlig2016-08-02
* Move the --define command line option from CppConfiguration to BuildConfigura...Gravatar Lukacs Berki2016-08-02
* ExperimentalEventHandler: narrow scope of synchronized blocksGravatar Klaus Aehlig2016-08-02
* Rollback of commit f61d12e9e4f940810efbaf244911a94830ba6c05.Gravatar Lukacs Berki2016-08-02
* ExperimentalEventHandler: avoid recursive starting of the updateThreadGravatar Klaus Aehlig2016-08-02
* Rollback of commit 49dfc29a40764ae48f2343007f88f3a4938498f1.Gravatar Yun Peng2016-08-02
* Avoid unnecessarily nesting FilesetTraversalParams if the nesting adds no inf...Gravatar Janak Ramakrishnan2016-08-02
* Add hashCode(), equals(), and basic toString() to FilesetTraversalParams clas...Gravatar Janak Ramakrishnan2016-08-02
* Fixes bug where --noenforce_constraints wasn't propagating to host configurat...Gravatar Greg Estren2016-08-02
* Don't fill in stack trace for ReturnExceptionGravatar Michajlo Matijkiw2016-08-02
* StandaloneTestStrategy: Pass relative JAVA_RUNFILES and PYTHON_RUNFILES to testsGravatar Yue Gan2016-08-01
* Make the default way of communication between client and the server gRPC inst...Gravatar Lukacs Berki2016-08-01
* Adds support for NDK12 to Bazel. Also updates ndk crosstools test to include ...Gravatar Googler2016-08-01
* --Gravatar Carmi Grushko2016-08-01
* Refactor FileArtifactValue and ArtifactValue now that presence of mtime and d...Gravatar Janak Ramakrishnan2016-08-01
* Reducing visibility of @VisibleForTesting methods in JavaCompileAction.Gravatar Googler2016-08-01
* Lazily construct NoSuchVariableException messageGravatar Michajlo Matijkiw2016-08-01
* Allow objc rule deps to include any rule that exports an "objc" provider.Gravatar Googler2016-08-01
* Sets SONAME on shared objects in Android binaries.Gravatar Adam Michael2016-08-01
* --Gravatar Googler2016-08-01
* Fix the description of allow_empty arg on string_list.Gravatar Dmitry Shevchenko2016-08-01
* Replace calls to SpawnAction$Builder#addInputs(NestedSet) with addTransitiveI...Gravatar Liam Miller-Cushon2016-07-29
* Lift out the ResourceContainer -> arg/artifact functionsGravatar Googler2016-07-29
* workers: Use workers by default for Javac.Gravatar Philipp Wollermann2016-07-29
* Simplify immutability testGravatar Jon Brandvein2016-07-29
* Revert "Sets SONAME on shared objects in Android binaries."Gravatar Damien Martin-Guillerez2016-07-29
* Remove FileArtifactValue#createWithDigest method now that empty files are alw...Gravatar Janak Ramakrishnan2016-07-29
* Fix a broken linkGravatar Googler2016-07-29
* Fix leftover "size" check when deciding whether to use digest or mtime. Since...Gravatar Janak Ramakrishnan2016-07-29
* Avoid intermediate Map/Collections in ActionExecutionFunctionGravatar Michajlo Matijkiw2016-07-29
* Rollforward of change that broke #1579 with test fix (need to specify ios_sdk...Gravatar Chris Parsons2016-07-29
* Roll forward of commit 05c0bd286b3802ad3d7faf48bc19e86929a9cf6d:Gravatar Dmitry Shevchenko2016-07-29
* Fix private symbols, clean up load parsingGravatar Jon Brandvein2016-07-29
* Rollback of commit 8643954b818547339e8055d0aa4867c1286ebca1.Gravatar Damien Martin-Guillerez2016-07-29
* If the toolchain defines an action_config for each type of CppLinkAction,Gravatar Cal Peyser2016-07-29
* Make RedirectChaser behave properly if a referenced target is not found.Gravatar Lukacs Berki2016-07-29
* --Gravatar Carmi Grushko2016-07-28
* Avoid copying map when adding discovered inputs to action metadata.Gravatar Janak Ramakrishnan2016-07-28
* Rollback of commit 0fe34924b5e5282b5e2895761f11ad77bccebdba.Gravatar Alex Humesky2016-07-28
* Remove apple_binary's implicit output _lipo.a.Gravatar Chris Parsons2016-07-28
* Rollback of commit 75714b0d6e65905e41da8415ca3e7ec101575d51.Gravatar Dmitry Shevchenko2016-07-28
* Add file:// support to bazel's new_http_archive rule.Gravatar Todd Jeffreys2016-07-28
* Include SwiftSupport directory into the IPA when an app contains Swift.Gravatar Dmitry Shevchenko2016-07-28
* Make enforce_constraints non-experimentalGravatar Liam Miller-Cushon2016-07-28
* Add a resource parsing action.Gravatar Googler2016-07-28
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Remove experimental_use_proguard_previous_obfuscation_map flag. This was remo...Gravatar Googler2016-07-28
* Experimental java annotation support with unpredictable action inputs/outputs...Gravatar Rumou Duan2016-07-28