aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build
Commit message (Expand)AuthorAge
...
* Make alias targets keep their own configuration.Gravatar Lukacs Berki2016-05-23
* Roll forward just the new unit test from commit 8375185ee11d573562f98de14bed7...Gravatar Googler2016-05-23
* Change the way protos report their output.Gravatar Googler2016-05-23
* Add test coverage for label visitation over computed defaults in AggregatingA...Gravatar Greg Estren2016-05-23
* Store the hash code of the Environment in the RuleClass object. When a RuleCl...Gravatar Janak Ramakrishnan2016-05-23
* Rollback of commit 8375185ee11d573562f98de14bed79a77fcfd728.Gravatar Philipp Wollermann2016-05-20
* experimental UI: improve message shorteningGravatar Klaus Aehlig2016-05-20
* Consider /src/ in the path when locating the java root directory,Gravatar Googler2016-05-19
* The link command line API can consume a feature configuration to configure fl...Gravatar Cal Peyser2016-05-19
* CommandLine: Add support for tree artifact expansions.Gravatar Rumou Duan2016-05-19
* Remove the "licenses" and "distribs" attribute from the alias rule.Gravatar Lukacs Berki2016-05-19
* Simplify DependencySet.Gravatar Ulf Adams2016-05-19
* For tests that check against output paths, provide the ability to strip out t...Gravatar Greg Estren2016-05-19
* Always restrict aspects to only access requested configuration fragments.Gravatar Michael Staib2016-05-19
* Remove testing-only constructor for RuleClass from non-testing code.Gravatar Janak Ramakrishnan2016-05-19
* Fix Windows issue in Path.getRelative, which wasn't handling backslashes.Gravatar Ulf Adams2016-05-19
* Turn the addition of -fPIC to the command line of PIC actions into a feature.Gravatar Lukacs Berki2016-05-19
* Fix bug in lazy removal of reverse deps -- there was one remaining case where...Gravatar Janak Ramakrishnan2016-05-18
* Remove reverse deps lazily, only when the node has finished building and we d...Gravatar Janak Ramakrishnan2016-05-17
* Remove unnecessary aspect CC bloat.Gravatar Googler2016-05-17
* Rollback of commit 45d48bf1fe7503acbbb0c095822b7f8f558881e8.Gravatar Lukacs Berki2016-05-17
* Add Skylark tests for intellij_info.bzlGravatar Dmitry Lomov2016-05-17
* Add rule_or_page#heading syntax to RuleLinkExpander and support for expandingGravatar David Chen2016-05-17
* Turn the addition of -fPIC to the command line of PIC actions into a feature.Gravatar Lukacs Berki2016-05-17
* Always unzip paths ending in / as directoriesGravatar Kristina Chodorow2016-05-17
* Adds configuration fragment requirements for intellij_info_aspect.Gravatar Michael Staib2016-05-16
* Stop converting temporary direct deps to a set. In almost all cases, this con...Gravatar Janak Ramakrishnan2016-05-16
* Print a proper error when calling a rule from a .bzl fileGravatar Laurent Le Brun2016-05-16
* Rollback of commit 7f339de7feb071d790ecbca1c346244f5794a7e3.Gravatar Greg Estren2016-05-13
* Support NDK r11 in bazelGravatar Alex Humesky2016-05-13
* Make CppConfiguration fragment available from CcToolchainProvider.Gravatar Googler2016-05-13
* Refactoring: Introduced AttributeValueSource to handle attribute name validat...Gravatar Florian Weikert2016-05-12
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-12
* Introducing SpawnActionTemplate, a stub action for TreeArtifacts at analysis ...Gravatar Rumou Duan2016-05-12
* Skylark: allow_files can now accept a string list argumentGravatar Laurent Le Brun2016-05-12
* Add feature to selectively disable Blaze's cc include scanner.Gravatar Googler2016-05-12
* Remove return value from ctx.file_action functionGravatar Laurent Le Brun2016-05-12
* Optimize hotspot in DependencySet.process().Gravatar Googler2016-05-12
* Action configs are activated like features (instead of being activated by def...Gravatar Cal Peyser2016-05-11
* Print an error message when the wrong type of input is given as an aspectGravatar Kristina Chodorow2016-05-11
* Use runfiles path, not execroot path, for Skylark's short_pathGravatar Kristina Chodorow2016-05-11
* Add support for custom "no match" errors in select()s.Gravatar Greg Estren2016-05-11
* Allow Skyframe tests to use the NotifyingGraph and DeterministicGraph helpers...Gravatar Janak Ramakrishnan2016-05-11
* Remove LABEL_LIST_DICT type. This was only used for abi_deps,Gravatar Greg Estren2016-05-11
* Add MemoizingEvaluatorTest#breakCycle to check that we have correct behavior ...Gravatar Janak Ramakrishnan2016-05-11
* Add an "alias" rule.Gravatar Lukacs Berki2016-05-10
* Refactoring: Created BuildViewTestCase.checkLoadingPhaseError() for commonly ...Gravatar Florian Weikert2016-05-10
* --Gravatar Carmi Grushko2016-05-10
* Fix OptionsParserImpl.clearValue (and invocation policy by extension) to workGravatar Alex Humesky2016-05-10
* Adds the option to invocation policy SetValue operation to append to repeatedGravatar Alex Humesky2016-05-10