aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Windows MSVC toolchain: Move environment variables setup from wrapper script ...Gravatar Yun Peng2017-04-06
* Replace constants (static final CONSTANT_CASE) declaration type which use the...Gravatar Googler2017-04-05
* Add environment variables to CppCompileInfo.Gravatar cpeyser2017-04-05
* objc_proto_library does not pick up generated cc code in compile actions.Gravatar cpeyser2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Implement DSYM generation for the CROSSTOOL rules.Gravatar cpeyser2017-04-04
* Allow protoc to emit annotation metadata files in addition to generated source.Gravatar Googler2017-04-03
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Automated g4 rollback of commit 05300b5945286f6063afbf1d16c9c8e5621c4828.Gravatar jmmv2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Extract --sysroot flag from blaze and move it into crosstoolGravatar hlopko2017-03-31
* Init absent action configs for CppCompile actionsGravatar hlopko2017-03-29
* A flag to control the outputs that cc_proto_library expects from proto-compiler.Gravatar Carmi Grushko2017-03-28
* Genrules only depend on the C++ toolchain if they have C++ make variables. Gravatar Greg Estren2017-03-28
* Move -Wl,--gdb-index into crosstoolGravatar Marcel Hlopko2017-03-27
* FlagSet.with_feature can be used to condition the application of the FlagSet ...Gravatar Cal Peyser2017-03-24
* Add an optional coverage_files argument to cc_toolchainGravatar Googler2017-03-22
* Support Fission (-gsplit-dwarf) when generating C++ modular object files.Gravatar Googler2017-03-22
* RELNOTES[NEW]: If grte_top is a label, it can now follow non-configurable red...Gravatar Googler2017-03-21
* Support aliases in the --experimental_stl attribute.Gravatar Lukacs Berki2017-03-20
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* Change the UUID of actions consuming the set of build info keys.Gravatar Lukacs Berki2017-03-16
* Add ThinLTO support for py_binary targets.Gravatar Googler2017-03-16
* Simplify Attribute.Configurator, add dynamic configs support.Gravatar Greg Estren2017-03-14
* apple_binary scopes link artifacts using child configuration for --experiment...Gravatar Cal Peyser2017-03-14
* Simplify the logic in CppCompileAction#updateActionInputs().Gravatar Lukacs Berki2017-03-14
* Refactor scheduling of LTO Backend actions into CppLinkActionBuilderGravatar Googler2017-03-14
* A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1.Gravatar Lukacs Berki2017-03-14
* Implement coverage support for experimental_objc_libraryGravatar Cal Peyser2017-03-14
* Remove an unused method from CppCompileAction.Gravatar Lukacs Berki2017-03-14
* Clean up *GccStrategyGravatar Ulf Adams2017-03-10
* Introduce strip_debug_symbols feature to crosstoolGravatar Marcel Hlopko2017-03-08
* Do not create symlink pointing at itself with strip_include_prefix/include_pr...Gravatar Marcel Hlopko2017-03-08
* Drop CppLinkActionContextGravatar Ulf Adams2017-03-06
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Pass the repository name through to build info factoriesGravatar Kristina Chodorow2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Super tiny cleanup in CppLinkActionBuilderGravatar Marcel Hlopko2017-03-02
* ios_test provides test-specific command line args when using the crosstool.Gravatar Cal Peyser2017-03-02
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Cleanup migration-only build variablesGravatar Marcel Hlopko2017-02-27
* Remove AbtractAction#getInputsForExtraAction() (the third time).Gravatar Lukacs Berki2017-02-27
* Add host_cxxopt in parallel to host_copt. Gravatar Marcel Hlopko2017-02-24
* Rollback of commit e716ae46f359dc1361574f44569811ff80a758ac.Gravatar Ulf Adams2017-02-24
* Fix Cpp action cachingGravatar Ulf Adams2017-02-24
* Encore of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3 that removed Abstra...Gravatar Lukacs Berki2017-02-24
* Expose proto_library, java_lite_proto_library, java_proto_library and cc_prot...Gravatar Carmi Grushko2017-02-24
* Better error messaging if apple cc toolchain cannot locate xcodeGravatar Chris Parsons2017-02-24