aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/pkgcache
Commit message (Expand)AuthorAge
* 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
* Respect --noexperimental_check_output_files in FileSystemValueChecker. FileSt...Gravatar Nathan Harmata2016-03-25
* Remove unused code.Gravatar Googler2016-03-18
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Fix hypothetical bug when querying for packages in bulk. We were assuming all...Gravatar Eric Fellheimer2016-03-08
* Pass the source path -> Artifact mapping into FdoSupport from a provider inst...Gravatar Lukacs Berki2016-02-28
* Fix the --loading_phase_threads to work during "blaze build". Previously and ...Gravatar Eric Fellheimer2016-02-23
* Add an experimental flag to enable the Skyframe-based loading phase runner.Gravatar Ulf Adams2016-02-12
* Remove TransitivePackageLoader#getVisitedTargets, which was only used in test...Gravatar Janak Ramakrishnan2016-02-11
* Fix SkyframeLoadingPhaseRunner posting of EventBus events.Gravatar Ulf Adams2016-02-10
* SkyframeLoadingPhaseRunner: implement --compile_one_dependency.Gravatar Ulf Adams2016-02-10
* Merge LoadedPackageProvider.Bridge into LoadedPackageProvider.Gravatar Ulf Adams2016-02-09
* Fix configuration error handling for the interleaved case.Gravatar Ulf Adams2016-02-04
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Extract AttributeInfoProvider interface for DependencyFilters.Gravatar Dmitry Lomov2016-01-22
* Refactor dependency filtering out of Rule class.Gravatar Dmitry Lomov2016-01-22
* Store excluded subdirectories as PathFragment instead of String inside Target...Gravatar Janak Ramakrishnan2016-01-14