aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Presize some collections at the core of ParallelEvaluatorGravatar Michajlo Matijkiw2015-08-31
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Skylark: File object can now retrieve dirname/basename.Gravatar Googler2015-05-27
* Add runfiles to metadata caches and make them isFile awareGravatar Michajlo Matijkiw2015-05-26
* Allow globs to be used outside of the skyframe package.Gravatar Janak Ramakrishnan2015-05-15
* Make Spawns runfiles awareGravatar Michajlo Matijkiw2015-05-15
* Unconditionally disallow path fragments with up-level referencesGravatar Janak2015-05-05
* Replace a few uses of FsApparatus with Scratch.Gravatar Ulf Adams2015-04-27
* Remove autosense logic.Gravatar Han-Wen Nienhuys2015-04-14
* Make Artifacts be compared to each other based on their exec paths (and not t...Gravatar Lukacs Berki2015-04-13
* remove ActionMetadata#getInputCountGravatar Michajlo Matijkiw2015-03-23
* Don't print out action cache if it has more than 1000 entries. This prevents ...Gravatar Janak Ramakrishnan2015-03-23
* add baseline functionality for not saving unused artifactsGravatar Michajlo Matijkiw2015-03-13
* Return the set of files found when discovering inputs. Skyframe will probably...Gravatar Janak Ramakrishnan2015-03-11
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Add --local_test_jobs to limit local test concurrencyGravatar Mark Schaller2015-02-25
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25