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
Commit message (
Expand
)
Author
Age
*
Add support for the '0o' octal prefix for integers.
laurentlb
2017-06-16
*
ctx.empty_action now allows depset as inputs
laurentlb
2017-06-16
*
Remove unused interface Preprocessor
Klaus Aehlig
2017-06-16
*
Revamp JavaToolchain:
lberki
2017-06-16
*
Switching to Watcher API instead of wait_for_completion, in preparation for
olaola
2017-06-14
*
ctx.action now allows depset as inputs
laurentlb
2017-06-14
*
Introduce --incompatible_load_argument_is_label (1st argument of load must be...
laurentlb
2017-06-14
*
Propagate postable events further up
Klaus Aehlig
2017-06-14
*
BES: Consolidate BuildEventServiceModule and BuildEventStreamerModule.
buchgr
2017-06-14
*
Fix local execution to not throw an exception
ulfjack
2017-06-14
*
Use EventHandler even before we have a Reporter instance
ulfjack
2017-06-14
*
Add a FileProvider (which all ConfiguredTargets should have) to PackageGroupC...
lberki
2017-06-14
*
Move external package rule loading into a shared utility class.
John Cater
2017-06-14
*
Introduce --incompatible_comprehension_variables_do_not_leak
laurentlb
2017-06-14
*
Change link_static to linkstatic.
Googler
2017-06-14
*
Map LIPO to ThinLTO when LLVM compiler is used.
Googler
2017-06-14
*
BlazeModule.workspaceInit: also pass the BlazeRuntime to the call
ulfjack
2017-06-14
*
Make packages able to handle Postables as well
Klaus Aehlig
2017-06-14
*
Add support for zipped LLVM profile files.
Googler
2017-06-14
*
Bump the blaze max jobs and warning threshold to keep up with the times.
felly
2017-06-14
*
Simplify BlazeModule.beforeCommand
ulfjack
2017-06-14
*
Also filter stderr when parse_showincludes feature is enabled
Yun Peng
2017-06-13
*
Windows, Bazel client: pass Unix root as JVM flag
Laszlo Csomor
2017-06-13
*
Extract the MacOS/XCode env rewrite logic into lib.exec.apple
ulfjack
2017-06-13
*
Fix bug in URI computation in RemoteModule
ulfjack
2017-06-13
*
Refactor AST APIs
brandjon
2017-06-13
*
Automated g4 rollback of commit 1be84ee92a825694b0c0026ac77134f8a084bd9c.
corysmith
2017-06-13
*
Fix the converter type for several build configuration options which take lists
jcater
2017-06-13
*
Fix: remote results not downloaded on failed actions, such as interrupted tests.
olaola
2017-06-13
*
Automated g4 rollback of commit 29ec1b89989db411d2038e2df8657b6435f80403.
fwe
2017-06-13
*
Don't call function names keyword in the query reference because they are not.
lberki
2017-06-13
*
Init absent action configs for CppCompile actions
hlopko
2017-06-12
*
Cleanup in ValidationEnvironment, provide static methods, reduce visibility.
laurentlb
2017-06-12
*
Introduce CompileCommandLineBuilder and CompileCommandLineTest
hlopko
2017-06-12
*
Remove ErrorSensingEventHandler#resetErrors().
lberki
2017-06-12
*
Fix a thread safety issue in ErrorSensingEventHandler.
lberki
2017-06-12
*
Windows: bazel clean --expunge works
Laszlo Csomor
2017-06-12
*
Allow $(location) expansion to work with javac.jar in java_toolchain.jvm_opts
cushon
2017-06-12
*
experimental UI: move stopUpdateThread() out of synchronized, again
Klaus Aehlig
2017-06-09
*
experimental_skyframe_target_pattern_evaluator: Use UNDOCUMENTED instead of H...
philwo
2017-06-09
*
Move InvocationPolicy to the options parser package.
ccalvarin
2017-06-09
*
fix link in genquery docs to the query language docs
Benjamin Peterson
2017-06-09
*
Use the correct JVM for LcovMerger instead of whatever "java" gets us.
lberki
2017-06-09
*
Remote execution: post CAS links to the BEP instead of local file URIs
ulfjack
2017-06-09
*
Disable local fallback by default
ulfjack
2017-06-09
*
Fix test.xml download for failing tests
ulfjack
2017-06-09
*
Remove the undocumented --experimental_extra_action_top_level_only_with_aspec...
lberki
2017-06-09
*
BEP: use full relative path as file name
Klaus Aehlig
2017-06-09
*
Don't create the same String/ImmutableMap over and over again.
twerth
2017-06-09
*
Switching Bazel to use the new remote execution API: https://docs.google.com/...
olaola
2017-06-09
[next]