aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/BuildViewTest.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082.Gravatar hlopko2018-04-11
* Flip default value of --experimental_shortened_obj_file_path to trueGravatar pcloudy2018-04-06
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Replace nearly all test uses of ConfiguredTarget#getConfiguration with utilit...Gravatar janakr2018-03-27
* Remove the flag --incompatible_show_all_print_messagesGravatar vladmos2018-03-22
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Convert a bunch of non-AutoCodec classes to use @AutoCodec: BuildConfiguratio...Gravatar janakr2018-03-06
* Route --fdo_optimize information through an implicit dependency instead of Cp...Gravatar Googler2018-02-13
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Remove ConfiguredTarget.getTarget() calls from Build View. Replace them with ...Gravatar mjhalupka2018-01-29
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Remove the unused --[no]experimental_disable_jvm command line option.Gravatar lberki2018-01-11
* Remove package loading from JvmConfigurationLoader .Gravatar lberki2018-01-10
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Do not filter debug messagesGravatar vladmos2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove OS/Xcode versions (and thus package loading) from AppleConfiguration.L...Gravatar lberki2017-10-26
* Automated rollback of commit f9a379157d1e992390c5b6f0b75ef853e0870689.Gravatar lberki2017-10-23
* Remove OS/Xcode versions (and thus package loading) from AppleConfiguration.L...Gravatar lberki2017-10-20
* Disable some tests that can't currently run in special internal execution mode.Gravatar janakr2017-10-13
* Bubble errors up even in the case of keep_going builds that failed due to cat...Gravatar janakr2017-10-07
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Remove unused late-bound attributes for target and execution platforms.Gravatar jcater2017-09-15
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Toolchain providers are propagated in the ToolchainContext instance madeGravatar cpeyser2017-09-12
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799.Gravatar cpeyser2017-09-01
* Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. ...Gravatar cpeyser2017-08-31
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Remove BuildConfiguration.useDynamicConfigurations.Gravatar gregce2017-08-18
* Remove ConfigurationFactory as part of the static configuration cleanup.Gravatar gregce2017-08-17
* Move most test options from BuildConfiguration to TestConfiguration.Gravatar tomlu2017-08-07
* Fix confusing semantics for Attribute.Builder.allowedRuleClasses.Gravatar gregce2017-07-28
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Implement ctx.actions.do_nothing instead of ctx.empty_actionGravatar dslomov2017-06-30
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Add dynamic config support for top-level configuration hooks.Gravatar gregce2017-05-05
* Don't let latebound split attributes leave the host configuration.Gravatar gregce2017-05-04
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* With interleaving now enabled, clean up our tests.Gravatar Ulf Adams2017-01-18
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Extra-actions originating in Aspects are reported even if the rule we attach ...Gravatar Carmi Grushko2016-11-21
* Corrects some tests that fail with trimmed dynamic configurations butGravatar Greg Estren2016-11-17