aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/pkgcache
Commit message (Expand)AuthorAge
...
* 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
* Add bulk package lookup for use during target pattern resolution.Gravatar Eric Fellheimer2016-01-04
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* For --compile_one_dependency, flatten targets coming out of configurable attr...Gravatar Googler2015-11-26
* Split the LoadingPhaseRunner into interface and implementation.Gravatar Ulf Adams2015-11-03
* Move LoadingPhaseRunner.Callback to the top-level class LoadingCallback.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.loadForConfigurations to CommandEnvironment.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.LoadingResult to a top-level class.Gravatar Ulf Adams2015-11-02
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Stop filtering when returning root causes -- the filter is always true, since...Gravatar Janak Ramakrishnan2015-10-16
* Make recursive package wildcards work in remote repositories.Gravatar Lukacs Berki2015-10-15
* Reimplement target pattern parsing in Skyframe.Gravatar Ulf Adams2015-10-14
* Rename PackageManager.getTargetPatternEvaluator to newTargetPatternEval.Gravatar Ulf Adams2015-09-30
* Remove BuildView.packageManager, which was only used for testing.Gravatar Ulf Adams2015-09-30
* Inject an event handler into the getErrorFreeVisitedPackages call.Gravatar Ulf Adams2015-09-28
* Refactor the LoadingPhaseRunner: create a new TransitivePackageLoader per run.Gravatar Ulf Adams2015-09-28
* Split the PackageManager type hierarchy; no longer inherit LoadedPackageProv.Gravatar Ulf Adams2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25