aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/util
Commit message (Expand)AuthorAge
* Add variant of Preconditions.checkArgument that takes int placeholder.Gravatar Janak Ramakrishnan2016-01-19
* Use JavaIoFileSystem during the bootstrapping, removing JNI compilation.Gravatar Damien Martin-Guillerez2016-01-18
* Stream TargetPattern#eval implementations' results to a callback rather than ...Gravatar Janak Ramakrishnan2016-01-07
* Stream results of targets below directory to a callback rather than returning...Gravatar Janak Ramakrishnan2016-01-07
* Remove Runnables and RuntimeUtils from Bazel. An earlier commit moved these c...Gravatar Nathan Harmata2016-01-07
* Move Runnables into lib.util so that it can be used by other packages.Gravatar Janak Ramakrishnan2015-12-21
* Prevent ProcMemInfo from crashing when it gets weird inputGravatar Kristina Chodorow2015-12-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Add Preconditions variant that avoids varargs array creationGravatar Mark Schaller2015-12-10
* Efficiency improvements to GroupedListGravatar Mark Schaller2015-12-10
* Avoid list copy in BuildingState.getNextDirtyDirectDepsGravatar Mark Schaller2015-12-09
* Compare GroupedLists without regard to the order within a given group. Also m...Gravatar Janak Ramakrishnan2015-11-19
* Optimize the hash code function of Pair to minimize varargs expansion.Gravatar Eric Fellheimer2015-11-16
* Add combine option for multiple profile file statsGravatar Klaas Boesche2015-10-09
* Refactor SkylarkStatistics to reduce size.Gravatar Klaas Boesche2015-10-05
* Change uses of Lists#newArrayListWithExpectedSize to ArrayList#ArrayList(int)...Gravatar Nathan Harmata2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Heavily refactor ProfileCommand to separate output and statistics generation ...Gravatar Klaas Boesche2015-09-22
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Modifications and improvements to AutoProfiler to reflect how it will be used...Gravatar Nathan Harmata2015-09-02
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* FileTypeSet: now supports creating unions of a FileTypeSet and some FileTypes.Gravatar Laszlo Csomor2015-08-24
* Remove errant paths from crosstool test files.Gravatar Alex Humesky2015-08-20
* Add native support for linux on ARM Cpu (32 bits)Gravatar Zhong Wang2015-08-12
* Crash in tests if anybody tries to log remotely. Remote logging usually indic...Gravatar Janak Ramakrishnan2015-08-04
* Disallow non-empty dotd files that do not end in a newline.Gravatar Janak Ramakrishnan2015-07-27
* Fix OS detection for Windows.Gravatar Googler2015-07-23
* Replaced other occurrences of Objects#toStringHelper with MoreObjects#toStrin...Gravatar Googler2015-07-17
* Create a value class PatternWithEquality to wrap Pattern so that equal string...Gravatar Janak Ramakrishnan2015-06-16
* Improve platform and CPU detection, use the correct protoc binary for the run...Gravatar Philipp Wollermann2015-06-12
* Add debugging for NPE in GroupedList#toSet.Gravatar Janak Ramakrishnan2015-05-15
* Make exception in Fingerprint.java thrown in case of "impossible" missing MD5...Gravatar Janak Ramakrishnan2015-05-04
* Clean up the TestFileOutErr to be less brittle, avoiding the "brutal overload...Gravatar Eric Fellheimer2015-04-27
* Add a clear() method to FileOutErr.Gravatar Eric Fellheimer2015-04-21
* Use AutoValue for FunctionSignatureGravatar Francois-Rene Rideau2015-04-08
* Revert the recent changes that made some skyframe-internal data structures se...Gravatar Nathan Harmata2015-03-10
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Description redacted.Gravatar Nathan Harmata2015-02-24
* Add OutErr#close, and call that in test strategies.Gravatar Han-Wen Nienhuys2015-02-18
* Mark some skyframe-internal data structures as being Serializable.Gravatar Nathan Harmata2015-02-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25