aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
...
* Rollback of commit 45d48bf1fe7503acbbb0c095822b7f8f558881e8.Gravatar Lukacs Berki2016-05-17
* Add Skylark tests for intellij_info.bzlGravatar Dmitry Lomov2016-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
* 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 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
* Support case-insensitive comparision in Path.java with WindowsFileSystemGravatar Yun Peng2016-05-09
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Rollback of commit 178a3dfda8bf72abf22758597a90a4afb8eed181.Gravatar Damien Martin-Guillerez2016-05-06
* Add test size attribute to IntelliJ IDE info.Gravatar Googler2016-05-06
* Catch package lookup exceptions during AST lookupGravatar Kristina Chodorow2016-05-06
* Check for lower-case versions of HTTP(S)_PROXYGravatar Kristina Chodorow2016-05-05
* Allow modules to inject a custom AttributeContainer.Gravatar Janak Ramakrishnan2016-05-04
* Switch to using ../repo-name syntax for runfilesGravatar Kristina Chodorow2016-05-04
* Adds the compiler to the key for selecting the cc_toolchain label inGravatar Alex Humesky2016-05-04
* Remove a dependency on dart_library rule from ConfiguredTargetTransitivePacka...Gravatar Dmitry Lomov2016-05-03
* When creating the exec root symlink forest, take account of the empty package...Gravatar Janak Ramakrishnan2016-05-03
* Port tests using abi_deps to select.Gravatar Greg Estren2016-05-03
* Add a //file target to external jar repositoriesGravatar Colin Marc2016-05-03
* Set the default workspace name to __main__Gravatar Kristina Chodorow2016-05-03
* --Gravatar Googler2016-05-03
* Prioritize kwarg presence error in invokeObjectMethod.Gravatar Googler2016-05-03
* Set workspace name for http_file, http_jar, and maven_jarGravatar Kristina Chodorow2016-05-03
* In InvocationPolicyEnforcer#enforce, instead of just checking the direct comm...Gravatar Janak Ramakrishnan2016-05-02
* Push some functionality from FoundationTestCase to where it's actually used.Gravatar Ulf Adams2016-04-29
* Let select() "unset" values via: select({"//some:condition: None }).Gravatar Greg Estren2016-04-29
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Allows network in sandbox, when --java_debug. Fixes #393.Gravatar Yue Gan2016-04-28
* Precompute defaults package content to save ~milliseconds every time BlazeRun...Gravatar Janak Ramakrishnan2016-04-28