aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/pkgcache
Commit message (Expand)AuthorAge
* 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
* Fall back to compiling header-only libraries with --compile_one_dependency.Gravatar Googler2016-10-10
* Add the option --experimental_max_directories_to_eagerly_visit_in_globbing. T...Gravatar Janak Ramakrishnan2016-10-05
* Make --experimental_interleave_loading_and_analysis a no-op.Gravatar Ulf Adams2016-09-06
* Allow CompileOneDependencyTransformer#transformCompileOneDependency to throw ...Gravatar Janak Ramakrishnan2016-08-19
* Make retrieval of an already loaded target interruptible. There is no reason ...Gravatar Janak Ramakrishnan2016-08-17
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Create a symlink with the right workspace name under the execrootGravatar Kristina Chodorow2016-07-22
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Cache hash codes for filtering policies.Gravatar Eric Fellheimer2016-06-13
* Remove a reference to targetConfiguration from BuildProgressPublisher in prep...Gravatar Lukacs Berki2016-06-09
* Set --package_path=%workspace% by default and remove Constants.DEFAULT_PACKAG...Gravatar Luis Fernando Pino Duque2016-03-31
* Simplify CompileOneDependencyTransformer. This is the first step of improvingGravatar Googler2016-03-31