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
Commit message (
Expand
)
Author
Age
*
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
*
[]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
*
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
*
Fix changing the build_file for new_* rules
Brian Silverman
2015-10-15
*
Pass PackageIdentifier through a bit more code in target parsing in preparati...
Lukacs Berki
2015-10-14
*
Make a copy of the list when passing the value from Skylark to BUILD.
Laurent Le Brun
2015-10-14
*
Reimplement target pattern parsing in Skyframe.
Ulf Adams
2015-10-14
*
Make package not Java serializable
Michajlo Matijkiw
2015-10-14
*
Mostly lockless updates of remainingTasks counter
Mark Schaller
2015-10-14
*
Minor tidying of AbstractQueueVisitor
Mark Schaller
2015-10-13
*
Add HTML profiler execution phase statistics
Klaas Boesche
2015-10-13
*
Allow other ExecutorService implementations in AbstractQueueVisitor
Mark Schaller
2015-10-13
*
Only open and read the BUILD file when we don't have a cached preprocessing r...
Nathan Harmata
2015-10-13
*
Rollback of unknown previous commit.
Googler
2015-10-13
*
Improves the error message for invalid cpu (--cpu or --fat_apk_cpu).
Alex Humesky
2015-10-13
*
Makes the error message for invalid or duplicate crosstool toolchains more le...
Alex Humesky
2015-10-13
*
Add the remainder of support_v7 to android_sdk_repository that can be
Todd Jeffreys
2015-10-13
*
Delete unused method in AbstractQueueVisitor.
Janak Ramakrishnan
2015-10-13
*
Split off 2 BUILD files.
Han-Wen Nienhuys
2015-10-13
*
Make the sandbox handle an arbitrary number of arguments
Brian Silverman
2015-10-13
*
Make the /... recursive package target wildcard traverse symlinks.
Lukacs Berki
2015-10-13
*
Fix PackageFunction#loadPackage preprocessing result cache memory leak on err...
Nathan Harmata
2015-10-13
*
Enable Blaze profiling for the VFS_READ on InputStream#read(), since some hel...
Nathan Harmata
2015-10-13
*
Automated [] rollback of [] + merge with []
Nathan Harmata
2015-10-13
*
Make SkyFunctions.SKYLARK_IMPORT_CYLCE public
Michajlo Matijkiw
2015-10-13
[next]