aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
Commit message (Expand)AuthorAge
* Include memleaks plugin support for experimental_ios_testGravatar Chris Parsons2015-10-21
* Improve documentation for resolve_commandGravatar Francois-Rene Rideau2015-10-21
* Check invalid empty dict attributesGravatar Francois-Rene Rideau2015-10-21
* Add support for Windows zip permissionsGravatar Kristina Chodorow2015-10-20
* Unify Skylark and BUILD listsGravatar Francois-Rene Rideau2015-10-20
* Add netrc support to GitCloneFunction.Gravatar Erik Gilling2015-10-20
* Add %crosstool_top% metasyntax for builtin cxx include directories.Gravatar Googler2015-10-20
* Make 'blaze query --output=build' 25 times faster.Gravatar Laurent Le Brun2015-10-20
* Improve error diagnostics for Skylark aspects.Gravatar Dmitry Lomov2015-10-20
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-20
* Move most of BlazeRuntime.beforeCommand() to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move the outputService field to the CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move commandStartTime from BlazeRuntime to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Move workingDirectory to CommandEnvironment.Gravatar Ulf Adams2015-10-20
* Reduce memory churn when expanding many nested sets: Use compact hashset for ...Gravatar Eric Fellheimer2015-10-20
* Rollback of commit ac7195025b073948785db8c6975a53fc305c5087.Gravatar Peter Schmitt2015-10-20
* Make the incompatibility between dynamic configurationsGravatar Greg Estren2015-10-20
* Allow relative CxxBuiltinDirectories not just under crosstool or sysroot.Gravatar Googler2015-10-20
* Also forward the exported_plugins of the rules in the deps of anGravatar Alex Humesky2015-10-20
* Don't log SchedulerExceptions.Gravatar Nathan Harmata2015-10-20
* Use a sorted set for the test suite expansion key to prevent non-determinism.Gravatar Ulf Adams2015-10-20
* Automated [] rollback of [].Gravatar Eric Fellheimer2015-10-20
* Quick workaround for #473 that reenables hdrs_check in Bazel to unblock the r...Gravatar Philipp Wollermann2015-10-19
* Fix two uses of generics that are causing errors in Eclipse for me.Gravatar Ulf Adams2015-10-19
* Implement the test suite expansion after target pattern evaluation.Gravatar Ulf Adams2015-10-19
* Make bazel not require a tools/defaults/BUILD file.Gravatar Lukacs Berki2015-10-19
* Avoid some Skyframe restarts.Gravatar Nathan Harmata2015-10-19
* Trying again with checking for the presence of the "resources" attribute.Gravatar Googler2015-10-19
* Change the way sources are gathered for ASwB aspect.Gravatar Googler2015-10-19
* Expose link flags to SkylarkGravatar Googler2015-10-19
* Brief audit of singleton SkyValuesGravatar Michajlo Matijkiw2015-10-19
* Add text output format to Android IDE aspect.Gravatar Googler2015-10-19
* []Rollback of commit 65425810207c9fd6892abfaa95da65e25db5e515.Gravatar Googler2015-10-16
* Implement aspect(...) Skylark function.Gravatar Dmitry Lomov2015-10-16
* Fix reporting of error messages for EnvironmentalExecExceptionGravatar Googler2015-10-16
* Minor improvements to set documentation.Gravatar Laurent Le Brun2015-10-16
* Fixed wrong error message when using class definitions in Skylark / BUILD files.Gravatar Florian Weikert2015-10-16
* When loading a Skylark list or tuple, preserve the type in the BUILD file.Gravatar Laurent Le Brun2015-10-16
* Move to using "well-known" SkyFunctionNames in tests exercising graphGravatar Michajlo Matijkiw2015-10-16
* Stop filtering when returning root causes -- the filter is always true, since...Gravatar Janak Ramakrishnan2015-10-16
* Cache BUILD file AST parsing results instead of preprocessing results (the fo...Gravatar Nathan Harmata2015-10-16
* Change the resource dependency handling to separate between the transitive an...Gravatar Googler2015-10-16
* RELNOTES: Allow dots in package names.Gravatar Han-Wen Nienhuys2015-10-16
* Roll back [] that makes Bazel not require a tools/defaults/BUILD file because...Gravatar Lukacs Berki2015-10-16
* Separate BUILD file for options and docgen.Gravatar Han-Wen Nienhuys2015-10-16
* New feature: Bazel prints a warning for unknown --config flag values.Gravatar Laszlo Csomor2015-10-15
* Skylark: Add lstrip and rstrip functions.Gravatar Laurent Le Brun2015-10-15
* Make recursive package wildcards work in remote repositories.Gravatar Lukacs Berki2015-10-15
* Introduce --override_workspace_root blaze flag to hand-set workspace_root and...Gravatar Googler2015-10-15
* Remove command_helper, use resolve_command insteadGravatar Francois-Rene Rideau2015-10-15