aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Implement proper error handling for interleaved loading and analysis.Gravatar Ulf Adams2016-02-02
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Refactor DependencyResolver to collect and return loading errors.Gravatar Ulf Adams2016-01-28
* Fix: return an error from the analysis phase with keep_going in error cases.Gravatar Ulf Adams2016-01-27
* Store data about aspect configurations on Dependencies.Gravatar Michael Staib2016-01-27
* RELNOTES[INC]: Set stamping to false by default (i.e., --nostamp)Gravatar Damien Martin-Guillerez2016-01-26
* Rollback of commit bd9f25c593a140acb15d3fd3fc7f66d091e1a898.Gravatar Ulf Adams2016-01-25
* Add test coverage that failures and printed errors are consistent.Gravatar Ulf Adams2016-01-25
* Restore the test for analysis root cause reporting.Gravatar Ulf Adams2016-01-22
* Add a DEVELOPER_DIR make variable to genrules to propagate the apple xcode en...Gravatar Chris Parsons2016-01-21
* Rename defaultShellEnvironment to localShellEnvironment and clarifyGravatar Han-Wen Nienhuys2016-01-21
* Rewrite SkylarkAspectsTest to inherit AnalysisTestCase.Gravatar Ulf Adams2016-01-19
* Enable Aspects to specify their configuration fragment dependencies.Gravatar Michael Staib2016-01-15
* Use our java test runner in BazelGravatar Damien Martin-Guillerez2016-01-13
* BuildView - untangle more of the methods that are only for ide info.Gravatar Ulf Adams2016-01-11
* Allow relative paths for local_repository()sGravatar Kristina Chodorow2016-01-07
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Only depend on the WORKSPACE file for external files that are under the exter...Gravatar Lukacs Berki2015-12-16
* Make BUILD_OPTIONS privateGravatar Kristina Chodorow2015-12-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Open-source MockCcSupport and some tests for LibraryLinkingTest.Gravatar Dmitry Lomov2015-12-10
* Remove shortcut addProvider() methods, to prepare for AutoValue-ed providers.Gravatar Carmi Grushko2015-12-09
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* Fix skylark aspect issues.Gravatar Dmitry Lomov2015-12-08
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Allow @AutoValue-ed classes as provider keys. Also, reject the generated Auto...Gravatar Carmi Grushko2015-12-07
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03
* Migrated tests in lib/analysis to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated ConfigurationTestCase and all of its sub classes to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated CompileOnlyTestCase and all of its sub classes to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated DuplicateActionTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated BuildViewTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated AnalysisCachingTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated CircularDependencyTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Reverted the split-up of the test setup.Gravatar Florian Weikert2015-11-30
* Migrated CompilationHelperTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Created JUnit4-compliant versions of FoundationTestCase, BuildViewTestCase an...Gravatar Florian Weikert2015-11-26
* Default to PIC in MOCK_CROSSTOOL.Gravatar Dmitry Lomov2015-11-24
* Open-source CompilationHelperTest.Gravatar Dmitry Lomov2015-11-24
* Open source 'CircularDependencyTest'.Gravatar Dmitry Lomov2015-11-24
* Open-source BuildViewTest.Gravatar Dmitry Lomov2015-11-24
* Open-source AnalysisCachingTest.Gravatar Dmitry Lomov2015-11-24
* Use AnalysisMock and MockToolsConfig instead of MockToolsPackagesGravatar Kristina Chodorow2015-11-20
* --Gravatar Carmi Grushko2015-11-20
* Add dynamic config support for config_setting rules.Gravatar Greg Estren2015-11-20
* Open-source DuplicateActionTest.Gravatar Dmitry Lomov2015-11-19
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Change the type of ExtraActionArtifactsProvider.extraActionArtifacts to be Ne...Gravatar Carmi Grushko2015-11-17
* Provide a looser concept of BuildConfiguration "equality" to accountGravatar Greg Estren2015-11-12