aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util
Commit message (Expand)AuthorAge
* Add skyfunction to return all registered toolchain labels.Gravatar John Cater2017-07-13
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Android tests: prepare tests for parameter filesGravatar laszlocsomor2017-07-06
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...Gravatar nharmata2017-06-06
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Add a #hashCode() method to WorkspaceStatusAction implementations as is advis...Gravatar lberki2017-05-23
* Fix aspect processing when same dep appears in 2 attributes.Gravatar kaipi2017-05-22
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11
* Automated g4 rollback of commit cbbb423663b154d82e3dfa5e9a56839583987999.Gravatar Googler2017-05-10
* RELNOTES: Effectively remove sysroot from CppConfiguration and allow it to us...Gravatar Googler2017-05-09
* Add missing hashCode() methodGravatar cushon2017-05-09
* Add dynamic config support for top-level configuration hooks.Gravatar gregce2017-05-05
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Refactor ActionTester to pass BitSet to factoriesGravatar hlopko2017-04-26
* Remove AppleCrosstoolSplitTransition.Gravatar cpeyser2017-04-26
* Native aspects can opt-in to apply to files.Gravatar dslomov2017-04-25
* Add repository override optionGravatar kchodorow2017-04-20
* Delete Preprocessor.Factory.SupplierGravatar laurentlb2017-04-12
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Unit tests respect top-level rule-class transitions.Gravatar Cal Peyser2017-03-27
* Enable rules to transition based on their Rule objects.Gravatar Michael Staib2017-03-21
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Add platform rule to define a platform as a collection of constraint values.Gravatar John Cater2017-03-02
* Do not execute aspect implementation if target advertizes but fails to provid...Gravatar Dmitry Lomov2017-03-01
* Clean up event busGravatar Klaus Aehlig2017-02-27
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Make android_ndk_repository api_level attribute optional.Gravatar Adam Michael2017-02-20
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Remove special handling of name attribute. Fixes #278Gravatar Googler2017-02-14
* Make tests that mess with the WORKSPACE file work with untrimmed dynamic conf...Gravatar Greg Estren2017-02-14
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Allow aspects to adveritise providers they provide.Gravatar Dmitry Lomov2017-02-07