aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
Commit message (Expand)AuthorAge
* Blaze - ObjcProtoLibrary: Adds support for the new protobuf library. This inc...Gravatar Googler2016-02-24
* Initial support for Java header compilationGravatar Liam Miller-Cushon2016-02-18
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Replace a few more uses of the Constants.TOOLS_REPOSITORYGravatar Luis Fernando Pino Duque2016-02-15
* Add an experimental flag to enable the Skyframe-based loading phase runner.Gravatar Ulf Adams2016-02-12
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Move two visibility-related loading tests to BuildViewTest.Gravatar Ulf Adams2016-02-10
* Properly report loading errors during configuration creation.Gravatar Ulf Adams2016-02-10
* Introduce TreeArtifact and associated code to work with it. No functionality ...Gravatar Michael Thvedt2016-02-09
* Move ObjC compilation actions for J2ObjC-translated code from binary level to...Gravatar Rumou Duan2016-02-05
* Fix configuration error handling for the interleaved case.Gravatar Ulf Adams2016-02-04
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Correctly flag loading errors in the interleaved case.Gravatar Ulf Adams2016-02-03
* Export some more tests as open source.Gravatar Ulf Adams2016-02-03
* Trim the BuildOptions input of ConfigurationFragment.key to only thoseGravatar Greg Estren2016-02-02
* 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