aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/util
Commit message (Expand)AuthorAge
* 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
* Stop consulting the environment for "originating user" information.Gravatar Googler2016-10-07
* Remove Fingerprint.toString() to avoid relying on MessageDigest.clone().Gravatar Googler2016-07-04
* Move LoggingTerminalWriter out of testGravatar Klaus Aehlig2016-06-27
* Optimize hotspot in DependencySet.process().Gravatar Googler2016-06-14
* Make a 'did you mean' suggestion when referencing a non-existent label.Gravatar Laurent Le Brun2016-06-06
* Add a SpellChecker class with edit distance function.Gravatar Laurent Le Brun2016-06-01
* Simplify DependencySet.Gravatar Ulf Adams2016-05-19
* Rollback of commit 7f339de7feb071d790ecbca1c346244f5794a7e3.Gravatar Greg Estren2016-05-13
* Optimize hotspot in DependencySet.process().Gravatar Googler2016-05-12
* Support case-insensitive comparision in Path.java with WindowsFileSystemGravatar Yun Peng2016-05-09
* Add random-access indexing into GroupedList. Intended to be a no-op, allowing...Gravatar Janak Ramakrishnan2016-04-28
* Add nullable variants to Fingerprint.Gravatar Ulf Adams2016-04-20
* Make LineWrappingAnsiTerminalWriter more efficientGravatar Klaus Aehlig2016-04-15
* Add a position-aware wrapper around AnsiTerminalWriterGravatar Klaus Aehlig2016-04-15
* Move LoggingTerminalWriter to a public util classGravatar Klaus Aehlig2016-04-15
* Revamp the client/server communication protocol so that it is portable to Win...Gravatar Lukacs Berki2016-03-22