aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/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
* Introduce a new file-based logging handler for Bazel.Gravatar arostovtsev2018-08-03
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Modify --subcommands to allow pretty printing the arguments of a subcommandGravatar ahumesky2018-07-26
* Reimplement AsynchronousFileOutputStream to use a writer threadGravatar ulfjack2018-06-15
* Remove unused StringUtil method.Gravatar felly2018-05-21
* Rollback https://github.com/bazelbuild/bazel/pull/5007Gravatar cparsons2018-04-16
* CommandBuilder: remove useShell and setWorkingDirGravatar Laszlo Csomor2018-04-12
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Allow path options to use user specific pathsGravatar David Ostrovsky2018-03-20
* Adding async proto or text logging utility class.Gravatar olaola2018-03-06
* Optimize GC usage of iterating over all elements of GroupedLists when we don'...Gravatar shreyax2018-03-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Fix bug where an was-inflight-and-is-about-to-be-done NodeEntry has incomplet...Gravatar nharmata2018-01-18
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* 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
* Track Option placement within a priority category.Gravatar ccalvarin2017-10-18
* Make UnionFileSystem accept all paths Bazel can throw at it.Gravatar ccalvarin2017-09-27
* 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
* CommandBuilder.java: Don't quote the last argument when passing Windows comma...Gravatar pcloudy2017-08-18
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Cleanup for Java 8Gravatar laurentlb2017-07-05
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Migrate most of the assertions to Truth that the auto-migration tool did not ...Gravatar lberki2017-05-31
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* Remove the overloading of option category to cover documentation level.Gravatar ccalvarin2017-04-18
* Add a custom single-line formatter for java.log.Gravatar schmitt2017-04-13
* 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
* 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
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Move ProcMeminfoParser to lib.unix, where it belongsGravatar Ulf Adams2017-01-09
* Streamline Fingerprint implementationGravatar Michajlo Matijkiw2016-12-15
* Use MessageDigest instead of HashFunction for FingerprintGravatar Michajlo Matijkiw2016-12-01
* Implement build tag filtering.Gravatar Lukacs Berki2016-11-11
* Stop consulting the environment for "originating user" information.Gravatar Googler2016-11-03
* If a group of deps has only one unique element, store it bare.Gravatar Janak Ramakrishnan2016-10-25
* Fix unnecessary static imports of typesGravatar Liam Miller-Cushon2016-10-18
* Stop storing a set in GroupedListHelper to deduplicate SkyKey dep requests. I...Gravatar Janak Ramakrishnan2016-10-14
* Rollback of commit 0e9a1b2d51f9e03f4493e52d23cb3efc568be59f.Gravatar Googler2016-10-07