aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/ResourceManager.java
Commit message (Expand)AuthorAge
* Do not spawn local actions when available memory is too lowGravatar Josh Pieper2018-05-04
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* ResourceManager shouldn't set threadLocked to true if resource acquisition go...Gravatar Philipp Wollermann2016-08-31
* Some little fixes to ResourceManager.Gravatar Philipp Wollermann2016-08-29
* Fix resource leakage on interrupt in ResourceManager identified by philwo.Gravatar Janak Ramakrishnan2016-08-27
* --Gravatar Philipp Wollermann2016-08-26
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Make The Build Faster: Use AutoCloseable when dealing with resources.Gravatar Philipp Wollermann2016-02-10
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Use AutoProfiler in the Bazel codebase.Gravatar Nathan Harmata2015-09-08
* Remove autosense logic.Gravatar Han-Wen Nienhuys2015-04-14
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* 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