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
Commit message (
Expand
)
Author
Age
*
Add netrc support to GitCloneFunction.
Erik Gilling
2015-10-20
*
Add %crosstool_top% metasyntax for builtin cxx include directories.
Googler
2015-10-20
*
Make 'blaze query --output=build' 25 times faster.
Laurent Le Brun
2015-10-20
*
Improve error diagnostics for Skylark aspects.
Dmitry Lomov
2015-10-20
*
Implement aspect(...) Skylark function.
Dmitry Lomov
2015-10-20
*
Move most of BlazeRuntime.beforeCommand() to CommandEnvironment.
Ulf Adams
2015-10-20
*
Move the outputService field to the CommandEnvironment.
Ulf Adams
2015-10-20
*
Move commandStartTime from BlazeRuntime to CommandEnvironment.
Ulf Adams
2015-10-20
*
Move workingDirectory to CommandEnvironment.
Ulf Adams
2015-10-20
*
Reduce memory churn when expanding many nested sets: Use compact hashset for ...
Eric Fellheimer
2015-10-20
*
Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.
Peter Schmitt
2015-10-20
*
Make the incompatibility between dynamic configurations
Greg Estren
2015-10-20
*
Allow relative CxxBuiltinDirectories not just under crosstool or sysroot.
Googler
2015-10-20
*
Also forward the exported_plugins of the rules in the deps of an
Alex Humesky
2015-10-20
*
Don't log SchedulerExceptions.
Nathan Harmata
2015-10-20
*
Use a sorted set for the test suite expansion key to prevent non-determinism.
Ulf Adams
2015-10-20
*
Automated [] rollback of [].
Eric Fellheimer
2015-10-20
*
Quick workaround for #473 that reenables hdrs_check in Bazel to unblock the r...
Philipp Wollermann
2015-10-19
*
Fix two uses of generics that are causing errors in Eclipse for me.
Ulf Adams
2015-10-19
*
Implement the test suite expansion after target pattern evaluation.
Ulf Adams
2015-10-19
*
Make bazel not require a tools/defaults/BUILD file.
Lukacs Berki
2015-10-19
*
Avoid some Skyframe restarts.
Nathan Harmata
2015-10-19
*
Trying again with checking for the presence of the "resources" attribute.
Googler
2015-10-19
*
Change the way sources are gathered for ASwB aspect.
Googler
2015-10-19
*
Expose link flags to Skylark
Googler
2015-10-19
*
Brief audit of singleton SkyValues
Michajlo Matijkiw
2015-10-19
*
Add text output format to Android IDE aspect.
Googler
2015-10-19
*
Fix for SIOCGIFINDEX undefined on Mac (https://github.com/bazelbuild/bazel/is...
Dave MacLachlan
2015-10-19
*
Make the check for the sanity of install_base_key more stringent.
Lukacs Berki
2015-10-16
*
[]Rollback of commit 65425810207c9fd6892abfaa95da65e25db5e515.
Googler
2015-10-16
*
Implement aspect(...) Skylark function.
Dmitry Lomov
2015-10-16
*
Fix reporting of error messages for EnvironmentalExecException
Googler
2015-10-16
*
Minor improvements to set documentation.
Laurent Le Brun
2015-10-16
*
Fixed wrong error message when using class definitions in Skylark / BUILD files.
Florian Weikert
2015-10-16
*
When loading a Skylark list or tuple, preserve the type in the BUILD file.
Laurent Le Brun
2015-10-16
*
Move to using "well-known" SkyFunctionNames in tests exercising graph
Michajlo Matijkiw
2015-10-16
*
Stop filtering when returning root causes -- the filter is always true, since...
Janak Ramakrishnan
2015-10-16
*
Cache BUILD file AST parsing results instead of preprocessing results (the fo...
Nathan Harmata
2015-10-16
*
Change the resource dependency handling to separate between the transitive an...
Googler
2015-10-16
*
RELNOTES: Allow dots in package names.
Han-Wen Nienhuys
2015-10-16
*
Roll back [] that makes Bazel not require a tools/defaults/BUILD file because...
Lukacs Berki
2015-10-16
*
Separate BUILD file for options and docgen.
Han-Wen Nienhuys
2015-10-16
*
Make bazel --nobatch work under Docker.
Lukacs Berki
2015-10-16
*
New feature: Bazel prints a warning for unknown --config flag values.
Laszlo Csomor
2015-10-15
*
Skylark: Add lstrip and rstrip functions.
Laurent Le Brun
2015-10-15
*
Make recursive package wildcards work in remote repositories.
Lukacs Berki
2015-10-15
*
Introduce --override_workspace_root blaze flag to hand-set workspace_root and...
Googler
2015-10-15
*
Remove command_helper, use resolve_command instead
Francois-Rene Rideau
2015-10-15
*
Verify order of NestedSets wrapped by GlobValue
Michajlo Matijkiw
2015-10-15
*
Avoid an unnecessary sorted copy: We add the result of this call to a Set. No...
Eric Fellheimer
2015-10-15
[next]