aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Make it possible to put the Crosstool proto in BUILD files.Gravatar Lukacs Berki2015-06-09
* Refactoring: PseudoAction ctor "inputs" argument is now a NestedSet.Gravatar Laszlo Csomor2015-06-09
* Add stub implementations of the android_sdk_repository and android_ndk_reposi...Gravatar Lukacs Berki2015-06-09
* Optimization: do not trigger the loading of directly dependent packages on qu...Gravatar Lukacs Berki2015-06-09
* Add --generated_class_output to JavaBuilder.Gravatar Liam Miller-Cushon2015-06-09
* Log invalid rule class names on deserializationGravatar Mark Schaller2015-06-09
* Log exceptions deserializing PackagesGravatar Michajlo Matijkiw2015-06-09
* Don't be unnecessarily conservative about marking FileStateKeys and Directory...Gravatar Nathan Harmata2015-06-09
* Fix compilation of SkylarkshellGravatar Laurent Le Brun2015-06-08
* Revert maven/Rule to a plain vanilla class (instead of an AutoValue one)Gravatar Lukacs Berki2015-06-08
* Remove unneeded parameter from LocalGccStrategy.Gravatar Philipp Wollermann2015-06-08
* Do not add LocalGccStrategy and LocalLinkStrategy to ActionContextProviders i...Gravatar Philipp Wollermann2015-06-08
* Implement "More flexible strategy flag for Bazel".Gravatar Philipp Wollermann2015-06-08
* Add Apache Commons Pool2 to Bazel.Gravatar Philipp Wollermann2015-06-08
* Skylark: fix escaping of backslashGravatar Francois-Rene Rideau2015-06-08
* Changes zip filtering of the test APK to use the last jar before dexing from ...Gravatar Googler2015-06-08
* Expand JavaSourceInfoProvider to provide more fine-grained sources.Gravatar Michael Staib2015-06-08
* Remove superfluous throws clause.Gravatar Nathan Harmata2015-06-08
* Add pom.xml parserGravatar Kristina Chodorow2015-06-08
* Rollback of commit 25f07c5f1ae826d748a4dac61f3adf3deb4edc8f.Gravatar Googler2015-06-08
* Add the JackCompilationHelper to Bazel.Gravatar Michael Staib2015-06-08
* Enable java_generate_equals_and_hash for dependencies.Gravatar Googler2015-06-05
* Support --bazelrc= syntax to specify rcfileGravatar Damien Martin-Guillerez2015-06-05
* Bootstrapping tools using BazelGravatar Damien Martin-Guillerez2015-06-05
* Move the parallel dexing tools to the Bazel tree.Gravatar Lukacs Berki2015-06-05
* Add --with_aspect_deps flag to blaze query. This flag should produce addition...Gravatar Lukacs Berki2015-06-05
* More runfiles consolidationGravatar Michajlo Matijkiw2015-06-05
* Add debugging for mysterious crash.Gravatar Janak Ramakrishnan2015-06-05
* Rollback of unknown previous commit.Gravatar Googler2015-06-05
* Unregister previously registered directories when they are deleted. This is i...Gravatar Nathan Harmata2015-06-05
* Teach FakeSubincludeTarget its package, because rdeps wants itGravatar Mark Schaller2015-06-05
* Deduplicate generated resources from multiple architectures.Gravatar Peter Schmitt2015-06-05
* Remove the dynamic tool launcher, now that the android tools are static.Gravatar Googler2015-06-05
* Deduplicate include directories when include scanning.Gravatar Janak Ramakrishnan2015-06-05
* MavenDownloader ignores empty/default sha1 attributeGravatar Michajlo Matijkiw2015-06-05
* Description redacted.Gravatar Rumou Duan2015-06-05
* Make source jars from java_library available to Skylark.Gravatar Erik Kuefler2015-06-05
* Allow objc_{library,binary} to depend on cc_library.Gravatar Peter Schmitt2015-06-05
* Cleanup: Mark single-parameter constructors as explicit.Gravatar Thiago Farina2015-06-05
* Allow absolute system includes if they're builtins.Gravatar Peter Schmitt2015-06-05
* Simplification in EvalUtils.optionMapGravatar Laurent Le Brun2015-06-05
* Ignore relative entries in SearchPath.Gravatar Han-Wen Nienhuys2015-06-03
* Add rule class definition and configured target factory for the upcoming andr...Gravatar Lukacs Berki2015-06-03
* Remove oneof usage from build.protoGravatar Michajlo Matijkiw2015-06-03
* Add vfs.SearchPath for searching binaries.Gravatar Han-Wen Nienhuys2015-06-03
* Fix product name in the error message for invalid commands.Gravatar Laszlo Csomor2015-06-03
* Minor FileSystem refactoring.Gravatar Eric Fellheimer2015-06-03
* Serialize Packages as a series of protocol buffersGravatar Michajlo Matijkiw2015-06-03
* Properly handle exceptions that RecursivePkgFunction can encounter, instead o...Gravatar Janak Ramakrishnan2015-06-03
* Slight refactoring of readdir().Gravatar Eric Fellheimer2015-06-03