aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Add documentation for add{Skylark,Native}DeclaredProvider.Gravatar Dmitry Lomov2016-12-05
* Correctly set module file flags in FakeCppCompileAction.Gravatar Googler2016-12-05
* Fix bug with java_import desugaring and incremental dexing for Android whenGravatar Googler2016-12-05
* Advertise JavaCompilationArgsProvider java_proto_library.Gravatar Rumou Duan2016-12-05
* Fix bug in configuration creation logic that wrongly trims notrim configs.Gravatar Greg Estren2016-12-05
* Make a rogue test case honor --experimental_dynamic_configs=notrim_partial li...Gravatar Greg Estren2016-12-05
* Split ObjcProvider.framework_dir into static and dynamic framework directories.Gravatar Chris Parsons2016-12-05
* Add option to disable dynamic configs with LIPO.Gravatar Greg Estren2016-12-02
* Null out perBuildSyscallCache after analysis is finished to save memory durin...Gravatar Janak Ramakrishnan2016-12-02
* Pass isExternal field to blaze ide info protoGravatar Googler2016-12-02
* For all function expressions of the form f(..., e1, ..., e2, ..., eK, ...), e...Gravatar Nathan Harmata2016-12-02
* Merge J2ObjcAspect and J2ObjcProtoAspect.Gravatar Rumou Duan2016-12-02
* Introduce FlagGroup.expandIfTrue, expandIfFalseGravatar Marcel Hlopko2016-12-02
* Prune modules when building modules themselves to reduce build times shortenGravatar Googler2016-12-02
* Clean up RuleContext's attribute access API.Gravatar Greg Estren2016-12-02
* Move constraint enforcement policy into attribute definitions.Gravatar Greg Estren2016-12-02
* Set User-Agent to "Bazel/{{Release Name}}" for http connectionsGravatar Justin Buchanan2016-12-02
* Rollback of commit 7c4a8093da6272969c86f22a08c72ddbbf6e8274.Gravatar Kristina Chodorow2016-12-02
* Compute module file compile command line flags right before executing theGravatar Googler2016-12-02
* Replace UnixGlob's package glob prefetching functionality with anGravatar Googler2016-12-02
* Add --ltoindexopt to pass options to LTO indexing stepGravatar Googler2016-12-02
* Description redacted.Gravatar Googler2016-12-01
* Rollback of commit 2a2be3907981d9654575493c7012d95d1241f373.Gravatar Googler2016-12-01
* Remove callerLabel from Environment.Gravatar Laurent Le Brun2016-12-01
* Rollback of commit c182908910a370b490e7e027b867e11f9f2fb086.Gravatar Michajlo Matijkiw2016-12-01
* Initial commit of cc_proto_library.Gravatar Carmi Grushko2016-12-01
* Overrides BuildConfiguration.equals() for dynamic configs.Gravatar Greg Estren2016-12-01
* Use MessageDigest instead of HashFunction for FingerprintGravatar Michajlo Matijkiw2016-12-01
* Re-enable modules pruning for fake compile actions. I think our initialGravatar Googler2016-12-01
* Description redacted.Gravatar Googler2016-12-01
* Move the useHeaderModules member from CppCompilationContext into theGravatar Googler2016-12-01
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Start removing flag for rclass generator (make nop)Gravatar Googler2016-12-01
* Allow dicts to contain non-comparable objects as keysGravatar Vladimir Moskva2016-11-30
* Only announce test summaries in BEP if expectedGravatar Klaus Aehlig2016-11-30
* --experimental_android_use_singlejar_for_multidex compresses classes*.dexGravatar Adam Michael2016-11-30
* Default behavior of proto_library's strict-proto-deps is now determined by th...Gravatar Carmi Grushko2016-11-30
* Remove private headers from modulemaps generated by objc_ targetsGravatar Dmitry Shevchenko2016-11-29
* Support multiple mirror URLs for external reposGravatar Justine Tunney2016-11-29
* Rename android_studio_ide_info proto and members.Gravatar Googler2016-11-29
* Make it easier to use protos in Bazel out of the box.Gravatar Carmi Grushko2016-11-29
* Update ParallelSkyQueryUtils to use QuiescingExecutor instead of ForkJoinPoolGravatar Googler2016-11-29
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Default flag --experimental_j2objc_annotation_processing to true.Gravatar Rumou Duan2016-11-29
* Makes the --test_env command line options available in skylark's rule context.Gravatar Sergio Campama2016-11-29
* Minor fix to SpawnAction.BuilderGravatar Jon Brandvein2016-11-29
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Enable run_memleaks ObjcConfiguration in Skylark.Gravatar Sergio Campama2016-11-29
* SkylarkCallbackFunction no longer cares about the obsolete 'cfg' parameter.Gravatar Florian Weikert2016-11-29
* Rollback of commit eb06c40d10652af258bee1a0277916007eccc69a.Gravatar Adam Michael2016-11-28