aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/util
Commit message (Expand)AuthorAge
...
* Remove varargs Fingerprint#addStringsGravatar Michajlo Matijkiw2016-12-07
* Use MessageDigest instead of HashFunction for FingerprintGravatar Michajlo Matijkiw2016-12-01
* Support multiple mirror URLs for external reposGravatar Justine Tunney2016-11-29
* Make TargetPattern evaluation during query evaluation more parallel-friendly ...Gravatar Nathan Harmata2016-11-15
* Stop consulting the environment for "originating user" information.Gravatar Googler2016-11-03
* Add logging to TimestampGranularityMonitor.Gravatar Julio Merino2016-11-02
* If a group of deps has only one unique element, store it bare.Gravatar Janak Ramakrishnan2016-10-25
* Stop storing a set in GroupedListHelper to deduplicate SkyKey dep requests. I...Gravatar Janak Ramakrishnan2016-10-14
* Adding support for Linux s390xGravatar namrata-ibm2016-10-11
* Rollback of commit 0e9a1b2d51f9e03f4493e52d23cb3efc568be59f.Gravatar Googler2016-10-07
* Stop consulting the environment for "originating user" information.Gravatar Googler2016-10-07
* Do not write terminal output in the experimental UI character-by-character (w...Gravatar Lukacs Berki2016-09-30
* Prevent interleaved slow interrupt stack tracesGravatar Michajlo Matijkiw2016-09-28
* 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