aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/util
Commit message (Expand)AuthorAge
* Check OS X version to decide if sandbox is supported.Gravatar Yue Gan2016-09-09
* Fix operator precedence error in LongArrayList.growCapacityGravatar Googler2016-08-31
* Fix slow hostname lookupGravatar Marcel Hlopko2016-08-17
* Changes DependencyResolver <Attribute, Dep> map from a ListMultimap to new classGravatar Greg Estren2016-08-12
* Call precomputed() on static CharMatcher instances.Gravatar Googler2016-07-26
* Be less naive with CcLibraryHelper precompiled library collision detection.Gravatar Michael Staib2016-07-25
* Rephrase Fingerprint in terms of guava HashFunction.Gravatar Eric Fellheimer2016-07-12
* Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.Gravatar Dmitry Lomov2016-07-07
* Remove Fingerprint.toString() to avoid relying on MessageDigest.clone().Gravatar Googler2016-07-04
* Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because tha...Gravatar Lukacs Berki2016-07-01
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Make Windows bootstrapping work again by temporarily disabling JNI.Gravatar Lukacs Berki2016-06-29
* Rename FileOutErr.get{Output,Error}File to get{Output,Error}Path, because the...Gravatar Philipp Wollermann2016-06-29
* Make "bazel info server_pid" work on Windows.Gravatar Lukacs Berki2016-06-29
* Polish the command-line reference.Gravatar Ulf Adams2016-06-27
* Move LoggingTerminalWriter out of testGravatar Klaus Aehlig2016-06-27
* Remove BuildConfiguration.addRoots() and the pregrepped includes directory.Gravatar Lukacs Berki2016-06-17
* Make persistent action cache work on WindowsGravatar Yun Peng2016-06-15
* Optimize hotspot in DependencySet.process().Gravatar Googler2016-06-14
* Make a 'did you mean' suggestion when referencing a non-existent label.Gravatar Laurent Le Brun2016-06-06
* Add a SpellChecker class with edit distance function.Gravatar Laurent Le Brun2016-06-01
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Simplify DependencySet.Gravatar Ulf Adams2016-05-19
* Stop converting temporary direct deps to a set. In almost all cases, this con...Gravatar Janak Ramakrishnan2016-05-16
* Rollback of commit 7f339de7feb071d790ecbca1c346244f5794a7e3.Gravatar Greg Estren2016-05-13
* Optimize hotspot in DependencySet.process().Gravatar Googler2016-05-12
* Support case-insensitive comparision in Path.java with WindowsFileSystemGravatar Yun Peng2016-05-09
* Add random-access indexing into GroupedList. Intended to be a no-op, allowing...Gravatar Janak Ramakrishnan2016-04-28
* 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