aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/util
Commit message (Expand)AuthorAge
* Add nullable variants to Fingerprint.Gravatar Ulf Adams2016-04-20
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Make LineWrappingAnsiTerminalWriter more efficientGravatar Klaus Aehlig2016-04-15
* Add a position-aware wrapper around AnsiTerminalWriterGravatar Klaus Aehlig2016-04-15
* Log whenever a periodic flush of the action cache is slow.Gravatar Nathan Harmata2016-04-14
* Description redacted.Gravatar Googler2016-04-07
* Revamp the client/server communication protocol so that it is portable to Win...Gravatar Lukacs Berki2016-03-22
* Refer to CharMatcher.javaLetterOrDigit() in a comment.Gravatar Michael Zhou2016-03-15
* Global cleanup change.Gravatar Googler2016-03-08
* Use a list instead of a set for the current group in GroupedListHelper to sav...Gravatar Janak Ramakrishnan2016-03-08
* Make LineWrappingAnsiTerminalWriter a public classGravatar Klaus Aehlig2016-03-01
* Add wrapper class around AnsiTerminalWriter that breaks linesGravatar Klaus Aehlig2016-02-29
* Add an interface for append-only access to an AnsiTerminalGravatar Klaus Aehlig2016-02-25
* 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