aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/BuildViewTest.java
Commit message (Expand)AuthorAge
* 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
* Clarify how startup options are conveyed between the client and the server.Gravatar Lukacs Berki2016-10-27
* Optimize how null configurations get created and add test infrastructure for ...Gravatar Greg Estren2016-09-29
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Rewrite tests to avoid assuming Linux-specific configuration settings.Gravatar Ulf Adams2016-09-08
* Make --experimental_interleave_loading_and_analysis a no-op.Gravatar Ulf Adams2016-09-06
* Do not load the transitive closure of the Android SDK on every build.Gravatar Lukacs Berki2016-08-31
* Make BuildViewTest#testErrorBelowCycle properly deterministic so that it can ...Gravatar Janak Ramakrishnan2016-08-19
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Dynamic config test improvements:Gravatar Greg Estren2016-08-11
* Implements dynamic split transitions on latebound attributes.Gravatar Greg Estren2016-08-10
* Error out if loading phase error encountered even if we skip analysis. Also c...Gravatar Janak Ramakrishnan2016-08-09
* Provides a clearer message when target analysis fails because its dynamicGravatar Greg Estren2016-08-03
* Make RedirectChaser behave properly if a referenced target is not found.Gravatar Lukacs Berki2016-07-29
* Refactor QueryableGraph and ThinNodeQueryableGraph to be independent interfac...Gravatar Janak Ramakrishnan2016-07-11
* Remove the forced-legacy mode of the JvmConfigurationLoader.Gravatar Ulf Adams2016-07-07
* Remove TestConstants.THIS_IS_BAZEL; use AnalysisMock instead.Gravatar Ulf Adams2016-07-06
* Adds cycle detection errors when top-level dynamicGravatar Greg Estren2016-06-17