aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
Commit message (Expand)AuthorAge
* Add logging of blaze_cpu flag usage. Before we can remove this flag we need t...Gravatar Marian Lobur2015-04-09
* Add debug logging to help find mysterious crash experienced by users.Gravatar Janak Ramakrishnan2015-04-09
* Add native dependencies constant to Constants.java.Gravatar Michael Staib2015-04-09
* Remove BuilderUtils#rethrowCause(...)'s vestigial bitsGravatar Michajlo Matijkiw2015-04-08
* Skylark: The new_file functions don't need a root argument anymore.Gravatar Laurent Le Brun2015-04-08
* Skylark: Expose output_to_genfiles rule attributeGravatar Laurent Le Brun2015-04-08
* Remove unnecessary -B flag from linker command line.Gravatar Han-Wen Nienhuys2015-04-08
* Remove stale comment.Gravatar Nathan Harmata2015-04-08
* Added rule label to CppDebugPackageProvider to allow consumers to report bett...Gravatar Googler2015-04-08
* objc protos: Pass up dep on C++ runtime if depending on C++ APIGravatar Daniel Wagner-Hall2015-04-08
* Fix build failure when using older crosstool that doesn't have stdc-predef.h.Gravatar Janak Ramakrishnan2015-04-08
* Automated [] rollback of [].Gravatar Han-Wen Nienhuys2015-04-08
* Switch to @AutoValue for RuleDefintion.Metadata now that it is available.Gravatar Googler2015-04-08
* Rework LineNumberTable for python-preprocessed files to use binary search ins...Gravatar Eric Fellheimer2015-04-08
* Use AutoValue for FunctionSignatureGravatar Francois-Rene Rideau2015-04-08
* Add Google auto to bazelGravatar Francois-Rene Rideau2015-04-08
* objc: Pass --embed_label to iOS application Info.plist filesGravatar Daniel Wagner-Hall2015-04-08
* Pull compilation support out of ObjcActionsBuilderGravatar Daniel Wagner-Hall2015-04-08
* Mostly-automated roll-forward to return ActionInput objects from the ActionIn...Gravatar Janak Ramakrishnan2015-04-06
* Delete useless line.Gravatar Janak Ramakrishnan2015-04-06
* Clean up SkyFunction interface method docsGravatar Mark Schaller2015-04-06
* Split FileAndMetadataCache into two classes, since most of the shared functio...Gravatar Janak Ramakrishnan2015-04-06
* Create the extra action info in a separate FileWriteAction instead of in the ...Gravatar Janak Ramakrishnan2015-04-06
* Introduce KeyedLocker#lockBatch, which does what it sounds like it does.Gravatar Nathan Harmata2015-04-06
* Some minor improvements to KeyedLocker:Gravatar Nathan Harmata2015-04-03
* Skylark: Implicit outputs can refer to labels.Gravatar Laurent Le Brun2015-04-03
* Automated [] rollback of [].Gravatar Han-Wen Nienhuys2015-04-03
* Remove unnecessary -B flag from linker command line.Gravatar Han-Wen Nienhuys2015-04-03
* Skylark: Remove superfluous error message.Gravatar Laurent Le Brun2015-04-03
* Description redacted.Gravatar Googler2015-04-03
* Skylark: Remove obsolete function ctx.var().Gravatar Laurent Le Brun2015-04-03
* Make rule.getLabels deterministic.Gravatar Laurent Le Brun2015-04-02
* Skylark: Add function 'int'Gravatar Laurent Le Brun2015-04-02
* Parser: Make error recovery more conservative.Gravatar Laurent Le Brun2015-04-02
* Remove direct store of Target from NoSuchTargetException. Instead, just note ...Gravatar Eric Fellheimer2015-04-02
* Thread-safety annotations for the various skyframe graph interfaces.Gravatar Nathan Harmata2015-04-02
* Add maven repository metadata jar to third_partyGravatar Kristina Chodorow2015-04-02
* Clean up an unnecessary field in NoSuchTargetException.Gravatar Eric Fellheimer2015-04-02
* --instrumentation_filter now works with Objective C.Gravatar Googler2015-04-01
* Skylark parser: Improve error messages, never display "$error$".Gravatar Laurent Le Brun2015-04-01
* Skylark: Mark command_helper as experimental.Gravatar Laurent Le Brun2015-04-01
* Skylark: Improve documentation for configuration transitions.Gravatar Laurent Le Brun2015-04-01
* Skylark: Mark ctx.target(s) as deprecated (use ctx.attr instead).Gravatar Laurent Le Brun2015-04-01
* Skylark: Make ctx.attr.<attr_name> return Targets instead of Labels.Gravatar Laurent Le Brun2015-04-01
* optionally error on files outside of known rootsGravatar Michajlo Matijkiw2015-04-01
* Debug BuiltinFunctionGravatar Francois-Rene Rideau2015-04-01
* Reorder arguments to BuiltinFunction-sGravatar Francois-Rene Rideau2015-03-31
* Skylark: 'in' works on sets.Gravatar Laurent Le Brun2015-03-31
* Supply the correct command name to ProjectFileSupport.Gravatar Googler2015-03-31
* Always define OS_IOS in iOS builds.Gravatar Peter Schmitt2015-03-31