aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/util
Commit message (Expand)AuthorAge
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* Windows, JNI: move around sourcesGravatar Laszlo Csomor2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Extract the ansi color escape sequences to an enumGravatar Ulf Adams2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Also filter stderr when parse_showincludes feature is enabledGravatar Yun Peng2017-06-13
* Internally track changes to stdout / stderr files, so we can avoid filesystem...Gravatar felly2017-06-07
* Add exit codes for remote errors to ExitCodeGravatar ulfjack2017-06-06
* BES: Introduce PUBLISH_ERROR exit code.Gravatar buchgr2017-05-12
* Parse /showIncludes output for MSVC compilerGravatar Yun Peng2017-04-25
* Add explicit names to the sandboxing strategies so that they can beGravatar philwo2017-04-24
* Add a custom single-line formatter for java.log.Gravatar schmitt2017-04-13
* Allow constructing a dependency group with an initial capacity in GroupedList...Gravatar Googler2017-04-11
* Add "aarch64" to the set of ARM CPU archsGravatar Daniel Trebbien2017-04-07
* Fix "enums should only have immutable fields, 'Set' is mutable" in CPU.java.Gravatar philwo2017-04-07
* Do not trample the PersistentMap journalGravatar Benjamin Peterson2017-04-07
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Suffix fingerprint of iterable with lengthGravatar michajlo2017-03-31
* Add new utility function to encode options as argument list Gravatar Klaus Aehlig2017-03-23
* Make the spell checker a bit more conservative.Gravatar Laurent Le Brun2017-03-21
* Add a new command "bazel license" that prints the license files of Bazel and ...Gravatar Philipp Wollermann2017-03-20
* Global cleanup change.Gravatar Googler2017-03-14
* Remove usage of SynchronizedBatchCallback findTargetsBeneathDirectoryAsync; b...Gravatar Nathan Harmata2017-03-12
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.Gravatar Nathan Harmata2017-03-01
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Reimplement blaze query using an async evaluation model. Use a concurrent bac...Gravatar Nathan Harmata2017-02-28
* Read the PersistentMap's backing file into memory all at once when processing...Gravatar Googler2017-02-24
* Skylark documentation pipeline automatically generates documentation for all ...Gravatar Florian Weikert2017-02-22
* Move Classpath.java from src/test/... to src/main/... since it will be used b...Gravatar Florian Weikert2017-02-21
* Move ProcMeminfoParser to lib.unix, where it belongsGravatar Ulf Adams2017-01-09
* Add 'did you mean' suggestion when accessing a struct fieldGravatar Laurent Le Brun2017-01-03
* Make StringCanonicalizer use BlazeInterners rather than InternersGravatar Shreya Bhattarai2016-12-22
* Streamline Fingerprint implementationGravatar Michajlo Matijkiw2016-12-15
* Record correct exit code for uncaught exceptions in async threads.Gravatar Chloe Calvarin2016-12-13
* Global cleanup change.Gravatar Googler2016-12-07
* 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