aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
Commit message (Expand)AuthorAge
* Introduce CompositeRunfilesSupplierGravatar Michajlo Matijkiw2015-06-15
* Consider pkg in error on any symlink cycle in depsGravatar Mark Schaller2015-06-15
* Add skylark methods to return the flags and includes needed to compile a target.Gravatar Googler2015-06-15
* Don't crash if a Java rule has multiple of the same resource.Gravatar Michael Staib2015-06-15
* More descriptive error message on ActionMetadataHandler#injectDigest failureGravatar Michajlo Matijkiw2015-06-15
* Fix typo in error message when the same file is in both srcs and hdrs.Gravatar Googler2015-06-15
* Allow private header files in the srcs attribute of objc_* rules.Gravatar Googler2015-06-15
* Adds the JackAspect for Jack support for Java dependencies.Gravatar Michael Staib2015-06-15
* Add dump commandGravatar Kristina Chodorow2015-06-15
* Migrate C++ link action .params files to the Blaze-standard ParameterFileWrit...Gravatar Eric Fellheimer2015-06-15
* Skylark: First argument of load() may no longer start with two slashes ("//")Gravatar Florian Weikert2015-06-15
* Add username, hostname to stable build status.Gravatar Ming Zhao2015-06-15
* Remove Path from Location, ParserInputSource and bunch of other low-level cla...Gravatar Lukacs Berki2015-06-12
* Improve platform and CPU detection, use the correct protoc binary for the run...Gravatar Philipp Wollermann2015-06-12
* Create CppBuildInfo so linkstamp works for C++ build.Gravatar Ming Zhao2015-06-12
* Various odds and ends in preparation for adding the Android rules to BazelRul...Gravatar Lukacs Berki2015-06-12
* Add link_flags and libs methods to the C++ Skylark APIGravatar Cody Schroeder2015-06-12
* Expose CppConfiguration tool paths to SkylarkGravatar Googler2015-06-12
* Skylark: make ConversionException an EvalExceptionGravatar Francois-Rene Rideau2015-06-12
* Have constraints' definition of implicit deps exactly match query's.Gravatar Greg Estren2015-06-12
* Change the description of NodeEntry#markDirty to better align with the InMemo...Gravatar Googler2015-06-12
* Fix permissions for zip filesGravatar Kristina Chodorow2015-06-12
* Simplify maven_jar to just take a single artifact descriptorGravatar Kristina Chodorow2015-06-12
* Add some clarifying comments to CppCompilationContext.Gravatar Han-Wen Nienhuys2015-06-12
* Cosmetic fixes in rules/cpp/ .Gravatar Han-Wen Nienhuys2015-06-11
* Use "python2" instead of "python" as the default Python2 interpreter.Gravatar Lukacs Berki2015-06-11
* Various improvements to Python support in Bazel:Gravatar Lukacs Berki2015-06-11
* Add the necessary templates to make android_ndk_repository actually work.Gravatar Lukacs Berki2015-06-11
* Bugfix: actually link in the split stub application for "blaze mobile-install...Gravatar Lukacs Berki2015-06-11
* Switch the default of --aspect_deps to "conservative".Gravatar Lukacs Berki2015-06-11
* Perform resource path munging at the provider level.Gravatar Michael Staib2015-06-11
* Fix xctest_app sources not showing up in ios_test coverage.Gravatar Googler2015-06-11
* Cleanup findTargetsBeneathDirectoryGravatar Mark Schaller2015-06-11
* Fix bug where J2ObjC was reading Java files using the platform encoding.Gravatar Googler2015-06-11
* Skylark: implemented 'break' and 'continue'Gravatar Florian Weikert2015-06-10
* Description redacted.Gravatar Lukacs Berki2015-06-10
* Make android_sdk_repository write a proper BUILD file instead of a stub.Gravatar Lukacs Berki2015-06-10
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Merges class jars specified as srcs into the android library class jar in ord...Gravatar Andrew Pellegrini2015-06-10
* Skylark: implemented set.union()Gravatar Florian Weikert2015-06-10
* Enable AndroidBinary to dex with Jack.Gravatar Michael Staib2015-06-10
* Bugfix: We must use a case-insensitive TreeMap here so that differently cased...Gravatar Philipp Wollermann2015-06-10
* Some small, random fixes for JavaBuilder that increase error reporting, fix J...Gravatar Philipp Wollermann2015-06-10
* Implement persistent worker processes and a spawn strategy that uses them.Gravatar Philipp Wollermann2015-06-10
* The Order enum now supports the conversion of its values to and from strings.Gravatar Florian Weikert2015-06-10
* Support --run_under in Bazel.Gravatar Han-Wen Nienhuys2015-06-10
* Make Java transitive runtime and compile time deps available to Skylark.Gravatar Erik Kuefler2015-06-09
* 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