aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Add information about the key of conflicting actions to the error message in ...Gravatar Lukacs Berki2016-08-25
* Rollback of commit b5ac354867c4d8deb543285e87e636504078fb69.Gravatar Michael Staib2016-08-25
* Add more debugging info in case of action conflicts. This will tell us if we'...Gravatar Janak Ramakrishnan2016-08-25
* Invoke source jar action as a worker.Gravatar Googler2016-08-24
* Bazel shell scripts: fix links in licence comments.Gravatar Laszlo Csomor2016-08-24
* Extend Action interface by client variablesGravatar Klaus Aehlig2016-08-24
* Give a name to the sandbox background worker threads that's more revealing th...Gravatar Lukacs Berki2016-08-24
* Fix nocompile tests after commit b6fd4ed25b6201eaaabb14c389c02819184ad4a6. I ...Gravatar Googler2016-08-24
* Optional reuse of classpath from previous compile saved in memory, as itGravatar Googler2016-08-24
* Rollback of commit 0545788b86c8ff58f22ac62e51d096e876e7feea.Gravatar Sergio Campama2016-08-23
* Automated [] rollback of commit 846a5ab98fc26d72024890fdb79a5d3bc6a5a1ba + ma...Gravatar Nathan Harmata2016-08-23
* Removes the generation of modulemaps per proto group, and only adds one per p...Gravatar Sergio Campama2016-08-23
* Use helper method for collecting transitive source jars.Gravatar Googler2016-08-23
* Avoid copying SkyKeys into a set and then into a map when retrieving them. In...Gravatar Janak Ramakrishnan2016-08-23
* BuildConfiguration: prefer TreeMap over HashMap to obtain a stable orderGravatar Klaus Aehlig2016-08-23
* Adds a flag to generate LLVM coverage symbols.Gravatar Erik Abair2016-08-23
* Prune .pcm files based on the results of include scanning.Gravatar Googler2016-08-23
* More flexible LValue syntaxGravatar Vladimir Moskva2016-08-23
* Propagate defines through objc -> cc deps.Gravatar Cal Peyser2016-08-23
* Add option --action_env and make BuildConfiguration declare environment depen...Gravatar Klaus Aehlig2016-08-23
* Make Digest (renamed Md5Digest) a little more multi-purpose.Gravatar Shreya Bhattarai2016-08-23
* Avoid setting CFBundleExecutable on objc_bundle_library plistsGravatar Chris Parsons2016-08-23
* Move $swiftstdlibtoolwrapper to ReleaseBundlingToolsRule, the accurate place ...Gravatar Chris Parsons2016-08-23
* Expose single and multi-architecture platform retrieval methods (AppleConfigu...Gravatar Chris Parsons2016-08-23
* Enables objc_proto_library to depend on other objc_proto_libraries. This only...Gravatar Sergio Campama2016-08-23
* Remove CppCompilationContext.equals/hashCode. Making them throw an exceptionGravatar Googler2016-08-23
* Add a switch to treat any objc_library like an experimental_objc_library. ThisGravatar Cal Peyser2016-08-23
* Rollback of commit bb5d5efb4b50710241b5b374eb67084f4bf08278.Gravatar Tobias Werth2016-08-23
* Remove support for thin archives.Gravatar Lukacs Berki2016-08-23
* Move SkylarkImport from LoadStatement to BuildFileASTGravatar Miguel Alcon Pinto2016-08-22
* Use guava Uninterruptibles#joinUninterruptibly utility method instead of roll...Gravatar Janak Ramakrishnan2016-08-22
* Use guava Uninterruptibles#joinUninterruptibly utility method instead of roll...Gravatar Janak Ramakrishnan2016-08-22
* Use ${link} references in common attribute documentation.Gravatar David Chen2016-08-22
* Instead of filtering for dynamic libraries when creating solib symlinks, asse...Gravatar Lukacs Berki2016-08-22
* Make Bazel not crash when a cc_library is in the hdrs of another cc_library.Gravatar Lukacs Berki2016-08-22
* Instead of using the smallest group as the inputs for the generation actions,...Gravatar Sergio Campama2016-08-22
* When building protos on a linking target, propagate the protos header search ...Gravatar Sergio Campama2016-08-22
* The target pointed to by the 'singlejar' attribute of the java_toolchain rule...Gravatar Sasha Smundak2016-08-22
* Refactor ActionExecutionFunction to avoid unnecessary unwrapping of SkyKeys t...Gravatar Janak Ramakrishnan2016-08-22
* Remove unmatched parenthesis from javadoc.Gravatar Adam Michael2016-08-22
* Enables support for compiling generated proto files (as in genrules).Gravatar Sergio Campama2016-08-22
* Implement timeouts on Windows.Gravatar Lukacs Berki2016-08-22
* --Gravatar Luis Fernando Pino Duque2016-08-19
* Drop BlazeModule.getOptionCategories, it's never used.Gravatar Ulf Adams2016-08-19
* Number test directories from one separately from each basename so that we don...Gravatar Lukacs Berki2016-08-19
* Make test "args" attribute configurable.Gravatar Greg Estren2016-08-19
* Fixes noneable annotation not being enforced in SkylarkCallable.Gravatar Pedro Liberal Fernandez2016-08-19
* Allow CompileOneDependencyTransformer#transformCompileOneDependency to throw ...Gravatar Janak Ramakrishnan2016-08-19
* Refactor GlobFunction to avoid random-access lookup of the returned map of a ...Gravatar Janak Ramakrishnan2016-08-18
* Implement the first stage of Bazel's "Sandbox 2.0" for Linux.Gravatar Philipp Wollermann2016-08-18