aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Split PrepareDepsOfTargetsUnderDirectory into two parts, one which does the d...Gravatar Janak Ramakrishnan2016-01-07
* Stream results of targets below directory to a callback rather than returning...Gravatar Janak Ramakrishnan2016-01-07
* Extend crosstool configuration to allow features to specify (expandable) envi...Gravatar Chris Parsons2016-01-07
* In SkyQueryEnvironment, don't silently give up when there's a cycle in the gr...Gravatar Janak Ramakrishnan2016-01-07
* Factor implementation of bazel-specific cpp logic out of devtools/build/lib/B...Gravatar Cal Peyser2016-01-07
* Add list.append and list.extend to the documentationGravatar Laurent Le Brun2016-01-07
* Add strip_prefix attribute to http_archiveGravatar Kristina Chodorow2016-01-07
* Remove syntactic sugar when assigning to a dict item.Gravatar Laurent Le Brun2016-01-07
* Add -fno-canonical-system-headers to CROSSTOOL files so that gcc doesn't reso...Gravatar Lukacs Berki2016-01-07
* Support java_plugin in AndroidStudioInfoAspect.Gravatar Googler2016-01-07
* Stop parsing the WORKSPACE file when a parse error is detectedGravatar Kristina Chodorow2016-01-07
* Remove Runnables and RuntimeUtils from Bazel. An earlier commit moved these c...Gravatar Nathan Harmata2016-01-07
* Add a regression test for #517Gravatar Kristina Chodorow2016-01-07
* Fix small mistakes in some comments.Gravatar Francois-Rene Rideau2016-01-07
* Have AndroidStudioInfoAspect follow implicit proto_library deps.Gravatar Googler2016-01-07
* Remove option --experimental_preserve_spaces_in_host_jvm_args. Its work as a ...Gravatar Janak Ramakrishnan2016-01-07
* Removes experimental_ios_test. Will wait on [].Gravatar Cal Peyser2016-01-07
* Add runtime_deps to android studio proto.Gravatar Googler2016-01-07
* Improve error message when download failsGravatar Kristina Chodorow2016-01-07
* Include message from underlying exception for options converters in Android a...Gravatar Andrew Pellegrini2016-01-07
* Global cleanup change.Gravatar Googler2016-01-07
* Remove empty put when preloadOrThrow throws a TargetParsingException. preload...Gravatar Janak Ramakrishnan2016-01-07
* "Fix" generate_workspace test by disabling it for nowGravatar Kristina Chodorow2016-01-07
* Description redacted.Gravatar Googler2016-01-07
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Don't throw a TargetParsingException/QueryException in keepGoing mode when we...Gravatar Janak Ramakrishnan2016-01-07
* Record correct shell test failure timesGravatar Michajlo Matijkiw2016-01-07
* Add a --host_force_python flagGravatar Brian Silverman2016-01-04
* Add catastrophe field to EvaluationResult so that callers can identify the ca...Gravatar Janak Ramakrishnan2016-01-04
* Use a StringBuffer not a StringBuilder due to the need to compile in java 1.7.Gravatar Googler2016-01-04
* Permit proto serialization of configured attribute valuesGravatar Mark Schaller2016-01-04
* Add the source location of the import string to the LoadStatement AST node, f...Gravatar John Field2016-01-04
* Add a new method to the SkylarkImport class to allow tools to access the impo...Gravatar John Field2016-01-04
* Add bulk package lookup for use during target pattern resolution.Gravatar Eric Fellheimer2016-01-04
* Ensure that the plist inside an .ipa bundle produced by blaze and the adjacen...Gravatar Cal Peyser2016-01-04
* Open source the generate_workspace unit test.Gravatar Kristina Chodorow2015-12-30
* Make the AndroidResourceProcessor more deterministic by setting the R.txt ids...Gravatar Googler2015-12-30
* Fixed error messageGravatar Alex Gaynor2015-12-30
* Don't attempt to get a fingerprint if there are missing skyframe valuesGravatar Kristina Chodorow2015-12-30
* Add convenience methods to register a proto compile action.Gravatar Carmi Grushko2015-12-30
* fix typo for command line option: "default_ios_provisiong_profile" -> "defaul...Gravatar Googler2015-12-30
* Allow Skylark rules and aspects to contribute to output groups.Gravatar Dmitry Lomov2015-12-28
* Make unsafe list methods non-publicGravatar Laurent Le Brun2015-12-28
* Cleanup, code simplification, remove env.isSkylarkGravatar Laurent Le Brun2015-12-28
* Reduce differences between Skylark and Build evaluationGravatar Laurent Le Brun2015-12-28
* Expose output groups to Skylark.Gravatar Dmitry Lomov2015-12-28
* Flip the default to preserve spaces in --host_jvm_args when invoking Bazel. T...Gravatar Janak Ramakrishnan2015-12-28
* Use batch lookups in graph-backed recursive provider for greater efficiency.Gravatar Eric Fellheimer2015-12-28
* Avoid double parsing PackageIdentifier PathFragmentsGravatar Michajlo Matijkiw2015-12-28
* Rollback of commit d46f474733b048d9ef10dd13ec639b4521693d0a.Gravatar Googler2015-12-22