aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/pkgcache
Commit message (Expand)AuthorAge
* Fix error handling in skyframe target pattern parsingGravatar ulfjack2018-02-02
* Add codecs for SkyKeys that are needed for null build.Gravatar janakr2018-01-24
* Add codec for TestFilter, and clean up some things: use java.util.function.Pr...Gravatar janakr2018-01-22
* Introduce Root class.Gravatar tomlu2018-01-17
* Implement --(no)expand_test_suites flag.Gravatar dslomov2017-12-13
* Expose utility method in PathPackageLocator for inserting workspace name.Gravatar janakr2017-12-06
* Fix getBuildFiles to not assume BUILD is the name of the build file.Gravatar John Cater2017-12-04
* Minor fixes to spacing in help messagesGravatar Mike Morearty2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Remove the hardcoded exclusion of the top-level //experimental directory. Thi...Gravatar nharmata2017-11-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Fix bug where all three implementations of RecursivePackageProvider#getPackag...Gravatar nharmata2017-10-31
* Rename Label.EXTERNAL_PACKAGE_FILE_NAME to WORKSPACE_FILE_NAMEGravatar ulfjack2017-10-27
* Enable experimental UI by default.Gravatar twerth2017-10-18
* Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and R...Gravatar nharmata2017-07-26
* Refactor TargetPatternPhaseFunctionGravatar ulfjack2017-07-19
* Rework LoadingPhaseCompleteEvent & AnalysisPhaseCompleteEvent to account for ...Gravatar nharmata2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Remove ParseFailureListener in favor of posting to EventBus directlyGravatar ulfjack2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Refactor SkyQueryEnvironment to allow preprocessing or postprocessing targetsGravatar Googler2017-06-27
* experimental_skyframe_target_pattern_evaluator: Use UNDOCUMENTED instead of H...Gravatar philwo2017-06-09
* Expose the target map from Package.Gravatar carmi2017-05-19
* BEP: report configurations for targetsGravatar Klaus Aehlig2017-05-09
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Migrate UnixGlob to Path#statIfFound() instead of #statNullable(). The latter...Gravatar felly2017-04-18
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* Add "--build_manual_tests" options that forces manual tests to be built.Gravatar dslomov2017-04-04
* Remove some unused bookkeeping things about the no-longer-existent PackageCache.Gravatar nharmata2017-03-31
* Improve query error msg when a package has a broken Skylark loadGravatar Mark Schaller2017-03-12
* Global cleanup change.Gravatar Googler2017-03-09
* Clean up event busGravatar Klaus Aehlig2017-02-27
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* Remove dead code - unused method in PackageManager interfaceGravatar Ulf Adams2017-02-09
* Remove dead code in SkyframeLabelVisitorGravatar Ulf Adams2017-02-07
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* Make build events correctly report target expansionGravatar Klaus Aehlig2016-12-05
* Refactor LegacyLoadingPhaseRunner to be more like SkyframeLoadingPhaseRunner.Gravatar Ulf Adams2016-11-22
* Run the analysis phase with as many threads as the user wants. In order to av...Gravatar Janak Ramakrishnan2016-11-18
* Code cleanup for interleaving target pattern eval and config creation.Gravatar Ulf Adams2016-11-16
* Short-circuit deleted package retrieval if list is empty.Gravatar Janak Ramakrishnan2016-11-15
* Implement build tag filtering.Gravatar Lukacs Berki2016-11-11
* Post the expansion of a target pattern on the event streamGravatar Klaus Aehlig2016-10-10