index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
util
Commit message (
Expand
)
Author
Age
*
Fix bug where an was-inflight-and-is-about-to-be-done NodeEntry has incomplet...
nharmata
2018-01-18
*
Adds the @AutoCodec.Constructor annotation for selecting constructors.
shahan
2018-01-03
*
@AutoCodec: Uses sun.misc.Unsafe to retrieve fields for serialization.
shahan
2018-01-02
*
Replaces some existing codecs with @AutoCodec.
Googler
2017-12-22
*
Redo FileType to reduce generated garbage.
tomlu
2017-12-22
*
Move msys path support into DependencySet, removing it from the general Path ...
tomlu
2017-12-14
*
Adds a codec for RegexFilter.
Googler
2017-12-13
*
Add a static method GroupedList#numElements to allow to count the number of d...
shreyax
2017-11-29
*
Remove useless abstractions in C++ rules after internal cleanup
hlopko
2017-11-24
*
Delete unused preconditions library.
tomlu
2017-11-09
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
Make --workspace_status_command accept relative path
Yun Peng
2017-10-25
*
Prepare Classpath reading for Java 9
cushon
2017-10-06
*
Move the canonicalization of an option value to the option value itself.
ccalvarin
2017-09-27
*
Make UnionFileSystem accept all paths Bazel can throw at it.
ccalvarin
2017-09-27
*
Allow alternate GroupedList constructor to be public, but add warnings regard...
shreyax
2017-09-25
*
Fix bug in NetUtil caching.
felly
2017-09-20
*
Throw away the confusing UnparsedOptionValueDescription name.
ccalvarin
2017-09-18
*
Automatic code cleanup.
cushon
2017-09-15
*
Only compute hostname once per server lifetime
hlopko
2017-09-14
*
Consolidate the "unparsed" option value tracking.
ccalvarin
2017-09-14
*
Move option value tracking classes to their own file.
ccalvarin
2017-09-13
*
More BUILD file refactorings.
philwo
2017-09-06
*
Rewrite all code to use the new Java 8 java.time classes.
Philipp Wollermann
2017-09-05
*
Rename all logger instances to "logger" (instead "LOG" or "log").
lberki
2017-09-05
*
CommandBuilder.java: Don't quote the last argument when passing Windows comma...
pcloudy
2017-08-18
*
Make the print function output debug messages
vladmos
2017-08-11
*
Merge handleOptions into beforeCommand
ulfjack
2017-07-17
*
Windows, JNI: move around sources
Laszlo Csomor
2017-07-03
*
Automated conversion to Java 8
laurentlb
2017-06-30
*
Extract the ansi color escape sequences to an enum
Ulf Adams
2017-06-19
*
Rewrite StandaloneSpawnStrategy to use LocalSpawnRunner
ulfjack
2017-06-19
*
Also filter stderr when parse_showincludes feature is enabled
Yun Peng
2017-06-13
*
Internally track changes to stdout / stderr files, so we can avoid filesystem...
felly
2017-06-07
*
Add exit codes for remote errors to ExitCode
ulfjack
2017-06-06
*
BES: Introduce PUBLISH_ERROR exit code.
buchgr
2017-05-12
*
Parse /showIncludes output for MSVC compiler
Yun Peng
2017-04-25
*
Add explicit names to the sandboxing strategies so that they can be
philwo
2017-04-24
*
Add a custom single-line formatter for java.log.
schmitt
2017-04-13
*
Allow constructing a dependency group with an initial capacity in GroupedList...
Googler
2017-04-11
*
Add "aarch64" to the set of ARM CPU archs
Daniel Trebbien
2017-04-07
*
Fix "enums should only have immutable fields, 'Set' is mutable" in CPU.java.
philwo
2017-04-07
*
Do not trample the PersistentMap journal
Benjamin Peterson
2017-04-07
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
Suffix fingerprint of iterable with length
michajlo
2017-03-31
*
Add new utility function to encode options as argument list
Klaus Aehlig
2017-03-23
*
Make the spell checker a bit more conservative.
Laurent Le Brun
2017-03-21
*
Add a new command "bazel license" that prints the license files of Bazel and ...
Philipp Wollermann
2017-03-20
*
Global cleanup change.
Googler
2017-03-14
*
Remove usage of SynchronizedBatchCallback findTargetsBeneathDirectoryAsync; b...
Nathan Harmata
2017-03-12
[next]