aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/util
Commit message (Expand)AuthorAge
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* Introduce a retriever for logging handler properties.Gravatar arostovtsev2018-08-10
* Console output: switch to file line endingGravatar Klaus Aehlig2018-08-06
* Introduce a new file-based logging handler for Bazel.Gravatar arostovtsev2018-08-03
* Add a todo to ProcessUtils to use the new Java 9 APIsGravatar ulfjack2018-07-30
* Modify --subcommands to allow pretty printing the arguments of a subcommandGravatar ahumesky2018-07-26
* Fix block_for_lock.Gravatar ccalvarin2018-07-23
* Bazel server: ensure OutputStreams are closedGravatar laszlocsomor2018-07-05
* Add Arm64 supportGravatar Arielle Albon2018-06-20
* Reimplement AsynchronousFileOutputStream to use a writer threadGravatar ulfjack2018-06-15
* Remove unused StringUtil method.Gravatar felly2018-05-21
* Remove AbruptException(ExitCode exitCode) constructor.Gravatar lpino2018-05-17
* Augment comments about blaze exit code classifications.Gravatar Googler2018-05-14
* Document that getuid/getgid/getpid can throw exceptions.Gravatar philwo2018-04-25
* Add BazelCrashUtils to make it easier to crash the JVM when uncaught exceptio...Gravatar janakr2018-04-20
* Logging the spawn graph on demand. First step on #4891.Gravatar olaola2018-04-19
* Rollback https://github.com/bazelbuild/bazel/pull/5007Gravatar cparsons2018-04-16
* CommandBuilder: remove useShell and setWorkingDirGravatar Laszlo Csomor2018-04-12
* Separate out single-extension matching in FileType to reduce garbage.Gravatar janakr2018-03-26
* Redo FileType @AutoCodec: it is risky to assume that all subclasses are total...Gravatar janakr2018-03-26
* Make the script written blaze "blaze run --direct_run --script_path" not over...Gravatar lberki2018-03-26
* Allow path options to use user specific pathsGravatar David Ostrovsky2018-03-20
* tests: add TimestampGranularityUtilsGravatar laszlocsomor2018-03-13
* tests: fix flaky RecursiveFSTraversalFunctionTestGravatar Laszlo Csomor2018-03-09
* tests: fix flaky SkyframeAwareActionTestGravatar Laszlo Csomor2018-03-09
* Adding async proto or text logging utility class.Gravatar olaola2018-03-06
* 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