aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/pkgcache
Commit message (Expand)AuthorAge
* Persist mappings from original command line patterns to expanded labels in Ta...Gravatar Googler2018-08-10
* Flip defaults value of experimental_enable_tools_defaults_package to off.Gravatar dbabkin2018-08-10
* Remove LoadingResultGravatar ulfjack2018-07-25
* Delete --show_package_location, which has been deprecated / no-op for years.Gravatar felly2018-07-24
* Move LoadingPhaseCompleteEvent posting to TargetPatternPhaseFunctionGravatar ulfjack2018-07-24
* Introduce option flag experimental_enable_tools_defaults_package.Gravatar dbabkin2018-07-23
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Rename VariableContext to the more general purpose QueryExpressionContext and...Gravatar shreyax2018-06-12
* Remove LoadingPhaseRunner, inline the only implementationGravatar ulfjack2018-06-12
* Split TargetPatternEvaluator into two interfacesGravatar ulfjack2018-06-12
* Remove the legacy loading phase runnerGravatar ulfjack2018-06-08
* Rewrite TargetPattern failure reportingGravatar ulfjack2018-06-07
* Remove CachingPackageLocator interface from the PackageProvider hierarchyGravatar ulfjack2018-06-06
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Get Target out of TargetParsingCompleteEvent.Gravatar janakr2018-05-22
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Consolidate fields and methods of recursive package providers into an abstrac...Gravatar juliexxia2018-05-03
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Fix toolchain and execution platform registration to use patterns.Gravatar John Cater2018-03-12
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Integrates CodecScanner into SkyValueEncoder.Gravatar shahan2018-02-23
* Fix incorrect warning on negative test lang filter flags.Gravatar janakr2018-02-14
* BEP: assert event orderings explicitlyGravatar Klaus Aehlig2018-02-12
* 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