aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/util
Commit message (Expand)AuthorAge
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Make non-empty attribute checks happen during analysis of the target in quest...Gravatar Nathan Harmata2016-04-07
* Remove the directories field from RepositoryFunction.Gravatar Ulf Adams2016-03-31
* Update the java flags to default as follows:Gravatar Luis Fernando Pino Duque2016-03-31
* Reimplement the configuration sanity check as a per-fragment check.Gravatar Ulf Adams2016-03-31
* Enable the configuration sanity check for a subset of tests.Gravatar Ulf Adams2016-03-31
* Remove the unused loadingEnabled param from BuildView.update.Gravatar Ulf Adams2016-03-30
* Add getGenfilesArtifact() that takes an explicit AspectParameters, for lookin...Gravatar Carmi Grushko2016-03-30
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Rollback of commit aac3b7ee0f1889c6afe4c0b4432d9f1597230dfb.Gravatar Kristina Chodorow2016-03-21
* Add a getGeneratingAction(ConfiguredTarget target, String outputName) method ...Gravatar Carmi Grushko2016-03-21
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Rename getGeneratingAction (which returns a SpawnAction) to getGeneratingSpaw...Gravatar Carmi Grushko2016-03-17
* Update the java_langtools flag to default to @bazel_tools//tools/jdk:langtools.Gravatar Luis Fernando Pino Duque2016-03-15
* Use two configurations for AspectKeys.Gravatar Michael Staib2016-03-01
* Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directl...Gravatar Alex Humesky2016-02-26
* Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. ...Gravatar Luis Fernando Pino Duque2016-02-25
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* 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
* 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
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Export some more tests as open source.Gravatar Ulf Adams2016-02-03
* 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
* 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 a DEVELOPER_DIR make variable to genrules to propagate the apple xcode en...Gravatar Chris Parsons2016-01-21
* Rewrite SkylarkAspectsTest to inherit AnalysisTestCase.Gravatar Ulf Adams2016-01-19
* 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
* 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
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* 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
* 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 BuildViewTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Migrated AnalysisCachingTest to JUnit 4.Gravatar Florian Weikert2015-11-30
* Reverted the split-up of the test setup.Gravatar Florian Weikert2015-11-30
* Created JUnit4-compliant versions of FoundationTestCase, BuildViewTestCase an...Gravatar Florian Weikert2015-11-26
* Open source 'CircularDependencyTest'.Gravatar Dmitry Lomov2015-11-24
* Open-source BuildViewTest.Gravatar Dmitry Lomov2015-11-24
* Open-source AnalysisCachingTest.Gravatar Dmitry Lomov2015-11-24