aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
Commit message (Expand)AuthorAge
* Print an error message when an @foo dep isn't foundGravatar Kristina Chodorow2015-06-17
* Deal properly with IOExceptions when globbing in a single thread.Gravatar Janak Ramakrishnan2015-06-17
* Add a tools/android/jack package to the Bazel tree so that Android rules actu...Gravatar Lukacs Berki2015-06-17
* Add pointers to NestedSet order docs.Gravatar Han-Wen Nienhuys2015-06-17
* Skylark: allow attributes to specify a list of allowed valuesGravatar Laurent Le Brun2015-06-17
* Skylark: support %r format specifierGravatar Francois-Rene Rideau2015-06-17
* ios_test: Default xctest to 1 not 0Gravatar Daniel Wagner-Hall2015-06-17
* Add ability to compile objc_binary targets with Swift sources.Gravatar Googler2015-06-17
* Tag genrules as requiring darwin if they use a mac toolchain.Gravatar Peter Schmitt2015-06-17
* Convert getTransitiveClosure to batch dep retrieval.Gravatar Janak Ramakrishnan2015-06-17
* Create batch versions of query environment methods getFwdDeps and getReverseD...Gravatar Janak Ramakrishnan2015-06-17
* Skylark: Late-bound attributes may return None.Gravatar Laurent Le Brun2015-06-17
* Restrict android_library and android_binary rules to Java 7.Gravatar Lukacs Berki2015-06-16
* Add the android_library rule to Bazel.Gravatar Lukacs Berki2015-06-16
* This CL adds the android_binary rule to Bazel. Gravatar Lukacs Berki2015-06-16
* Fix NullPointerException in parser.Gravatar Laurent Le Brun2015-06-16
* Skylark: Forbid break/continue in BUILD files.Gravatar Laurent Le Brun2015-06-16
* Default Android dependencies to a //external: label with a default binding to...Gravatar Lukacs Berki2015-06-16
* Create a value class PatternWithEquality to wrap Pattern so that equal string...Gravatar Janak Ramakrishnan2015-06-16
* Allow users of Blaze Lexer to explicitly specify the line-number table of a f...Gravatar Carmi Grushko2015-06-16
* Adds a new input and output to resource processing, symbols txt, which will b...Gravatar Googler2015-06-16
* Remove the debug_key attribute from android_binary and the associated -ks arg...Gravatar Lukacs Berki2015-06-16
* Introduce a simple concurrent Multimap-like data structure with reference cou...Gravatar Nathan Harmata2015-06-16
* Avoid copying the entire package contents in order to construct the line numb...Gravatar Eric Fellheimer2015-06-16
* Fix a bug in the ActionCacheChecker where the code that intended to remove ou...Gravatar Philipp Wollermann2015-06-15
* Get jdk.WORKSPACE into the default WORKSPACE file by reading it as a Java res...Gravatar Lukacs Berki2015-06-15
* Rollback of commit 162d5b276e1539b1acc44afcd4a4ccadcf99023a.Gravatar Googler2015-06-15
* Implement Skylark function reprGravatar Francois-Rene Rideau2015-06-15
* Expose libc string to SkylarkGravatar Googler2015-06-15
* 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