aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Cache SkylarkLookupImportValues in memory so that we don't recompute them mul...Gravatar shreyax2018-03-05
* Add --experimental_fix_deps_tool flag to BazelGravatar Googler2018-03-05
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* @AutoCodec for TypeGravatar shahan2018-03-05
* Fix missing singlejar on arm and windowsGravatar Pascal Terjan2018-03-05
* Fix CppToolchainProvider to get unfiltered compiler flags from theGravatar John Cater2018-03-05
* Fixed broken links to user manual in docsGravatar Jingwen Chen2018-03-05
* Preserve the source directory tree in the RPM BUILD directoryGravatar mmikitka2018-03-05
* Recommend to use the Visual C++ Build Tools 2015.Gravatar Philipp Wollermann2018-03-05
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Document the VC++ redistributable dependencyGravatar John Maguire2018-03-05
* Add log line to show that we're scanning for ObjectCodecs.Gravatar janakr2018-03-05
* Move action graph dump methods into the ActionGraphDump class.Gravatar twerth2018-03-05
* runfiles,C++: create envvar list for subprocessesGravatar Laszlo Csomor2018-03-05
* Update Bazel's embedded OpenJDK to Azul Zulu 1.8.0_163-b01.Gravatar Philipp Wollermann2018-03-05
* Add experimental_drop_fully_static_linking_modeGravatar hlopko2018-03-05
* Cleanup linking input computation in CppLinkActionBuilderGravatar hlopko2018-03-05
* Increase timeout to "long" for:Gravatar twerth2018-03-05
* Split ActionGraphDump into its own class.Gravatar twerth2018-03-05
* Do not upload link inputs of the linkstamp compile actions to the executorGravatar hlopko2018-03-05
* Do not show warning for BAZEL_LINKOPTS from cc_configureGravatar hlopko2018-03-05
* Fixed building with a custom toolchain fails on OS X #3859Gravatar Oleg Ponomarev2018-03-05
* cc_library for ext build rule example to fit '.so'Gravatar David Newgas2018-03-05
* Add documentation for the action graph dump command.Gravatar twerth2018-03-05
* docs,windows: update bootstrap & install docsGravatar Laszlo Csomor2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* Get rid of almost all Skylark codecs. We need to introduce a wrapper to turn ...Gravatar janakr2018-03-03
* Escape tag in android_local_test documentation.Gravatar dannark2018-03-03
* Allow --classpath_entry to be empy.Gravatar cnsun2018-03-02
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Fix SkylarkCallableProcessor test source package to appropriately reflect the...Gravatar cparsons2018-03-02
* Delete F5 JarDexer.Gravatar Googler2018-03-02
* BEP: Add a --build_event_publish_all_actions flag to allow all actions to be ...Gravatar ruperts2018-03-02
* Optimize GC usage of iterating over all elements of GroupedLists when we don'...Gravatar shreyax2018-03-02
* @AutoCodec for ConfigurationTransition subclasses.Gravatar shahan2018-03-02
* emulate dynamic dispatch of emulated default interface methodsGravatar kmb2018-03-02
* Fix stray ')' in RecursivePkgKey toStringGravatar mschaller2018-03-02
* Add Android NDK r16 support for Bazel.Gravatar jingwen2018-03-02
* Add Android NDK r15 support for Bazel.Gravatar jingwen2018-03-02
* Revamp docs for ctx.outputsGravatar brandjon2018-03-02
* Revamp discussion of executable/test rulesGravatar brandjon2018-03-02
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Add execution platform information to the action key.Gravatar John Cater2018-03-02
* Allow cc_toolchain to have inline proto toolchain data, instead of using cros...Gravatar John Cater2018-03-02
* ci,windows: fix "bazel-rules-tests"Gravatar Laszlo Csomor2018-03-02
* Add option to filter for targets in the action graph dump.Gravatar twerth2018-03-02
* CROSSTOOLS: Fix comment for /EHsc compiler flagGravatar Samer Masterson2018-03-02
* C++: Exposes to Skylark basic API functionalityGravatar plf2018-03-02
* Greeter.java: Trimming content read from greeting.txtGravatar pcloudy2018-03-02
* Improve error message of import_deps_checker.Gravatar cnsun2018-03-01