aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/util
Commit message (Expand)AuthorAge
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* Optimize GC usage of iterating over all elements of GroupedLists when we don'...Gravatar shreyax2018-03-02
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Add @AutoCodec to FileType and FileTypeSet.Gravatar mjhalupka2018-02-28
* A couple quality-of-life improvements for Bazel devs, in response to an email...Gravatar nharmata2018-02-23
* Pass ctime to the TimestampGranularityMonitorGravatar ulfjack2018-02-05
* Allow CustomCommandLine's mapFn to expand each object into multiple items.Gravatar tomlu2018-02-01
* Add memory-efficient map for storing nested set -> digest.Gravatar tomlu2018-01-31
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Fix bug where an was-inflight-and-is-about-to-be-done NodeEntry has incomplet...Gravatar nharmata2018-01-18
* Adds the @AutoCodec.Constructor annotation for selecting constructors.Gravatar shahan2018-01-03
* @AutoCodec: Uses sun.misc.Unsafe to retrieve fields for serialization.Gravatar shahan2018-01-02
* Replaces some existing codecs with @AutoCodec.Gravatar Googler2017-12-22
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Move msys path support into DependencySet, removing it from the general Path ...Gravatar tomlu2017-12-14
* Adds a codec for RegexFilter.Gravatar Googler2017-12-13
* Add a static method GroupedList#numElements to allow to count the number of d...Gravatar shreyax2017-11-29
* Remove useless abstractions in C++ rules after internal cleanupGravatar hlopko2017-11-24
* Delete unused preconditions library.Gravatar tomlu2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Make --workspace_status_command accept relative pathGravatar Yun Peng2017-10-25
* Prepare Classpath reading for Java 9Gravatar cushon2017-10-06
* 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