aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/util
Commit message (Expand)AuthorAge
...
* Move the canonicalization of an option value to the option value itself.Gravatar ccalvarin2017-09-27
* Make UnionFileSystem accept all paths Bazel can throw at it.Gravatar ccalvarin2017-09-27
* Allow alternate GroupedList constructor to be public, but add warnings regard...Gravatar shreyax2017-09-25
* Fix bug in NetUtil caching.Gravatar felly2017-09-20
* Throw away the confusing UnparsedOptionValueDescription name.Gravatar ccalvarin2017-09-18
* Automatic code cleanup.Gravatar cushon2017-09-15
* Only compute hostname once per server lifetimeGravatar hlopko2017-09-14
* Consolidate the "unparsed" option value tracking.Gravatar ccalvarin2017-09-14
* Move option value tracking classes to their own file.Gravatar ccalvarin2017-09-13
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Rewrite all code to use the new Java 8 java.time classes.Gravatar Philipp Wollermann2017-09-05
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* CommandBuilder.java: Don't quote the last argument when passing Windows comma...Gravatar pcloudy2017-08-18
* Make the print function output debug messagesGravatar vladmos2017-08-11
* 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