aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove ConfigurationTransitionProxy.NULLGravatar gregce2018-01-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* windows,tests: enable some tests on WindowsGravatar Laszlo Csomor2018-01-15
* Adds FileSystem check to Path.CODEC.serialize.Gravatar shahan2018-01-12
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Fold the Jvm configuration fragment into JavaConfiguration.Gravatar lberki2018-01-11
* Remove the unused --[no]experimental_disable_jvm command line option.Gravatar lberki2018-01-11
* Codec for BuildConfigurationValue.Gravatar shahan2018-01-10
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2018-01-10
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Remove package loading from JvmConfigurationLoader .Gravatar lberki2018-01-10
* Remove code that used to support --javabase=<absolute path>.Gravatar lberki2018-01-08
* Automated rollback of commit 9e63684a58025d98bfe2f180d56ba7ece69545ae.Gravatar juliexxia2018-01-05
* Automated rollback of commit 86b4532769c22cca2ed7068a60f3326beaad34af.Gravatar juliexxia2018-01-04
* Restructure how universeScope is used when testing configured query to mimick...Gravatar juliexxia2018-01-04
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Automated rollback of commit 46356dfa59428b665aa280ba4cbca6e449f73c5b.Gravatar laszlocsomor2018-01-02
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove final accessors of ConfigurationTransition.HOST.Gravatar gregce2017-12-21
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2017-12-21
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Remove ConfigurationTransition.HOST references from lib.packages.Gravatar gregce2017-12-20
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Remove references to some internal tooling.Gravatar ajmichael2017-12-20
* Automated rollback of commit 2f10da0db062e023b1f0f8222f8545467b29ae4e.Gravatar schmitt2017-12-19
* Add local_ios toolchain to the MOCK_CROSSTOOLGravatar cparsons2017-12-19
* Ensure that the target package in the <instrumentation> tag of the instrument...Gravatar jingwen2017-12-19
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Change CommandHelper to use TemplateExpander directlyGravatar ulfjack2017-12-18
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Implement --(no)expand_test_suites flag.Gravatar dslomov2017-12-13
* Add --implicit_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-12-08
* Add tests for circular target dependencies resolved by configuration.Gravatar mstaib2017-12-07
* Depend on //tools/jdk:host_jdk for the host javabase instead of the default JDK.Gravatar lberki2017-12-06
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Do not filter debug messagesGravatar vladmos2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* MockRule-ify some more tests.Gravatar gregce2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Convert TestAspects to MockRule.Gravatar gregce2017-11-29
* MockRule enhancements.Gravatar gregce2017-11-29