aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppConfiguration.java
Commit message (Expand)AuthorAge
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Only request per_object_debug_info when fission is enabled.Gravatar klimek2017-08-01
* Implement user experience for LIPO / ThinLTO users.Gravatar klimek2017-08-01
* Expose to Skylark Strings instead of PathFragments from CppConfiguration.Gravatar dslomov2017-07-31
* Automated rollback of commit 4dfb271df9dcdf01413a216ad046d955669160b7.Gravatar schmitt2017-07-26
* Do not disable dynamic_mode for ThinLTO when invoked via LIPO options.Gravatar Googler2017-07-24
* Expose to Skylark Strings instead of PathFragments from CppConfiguration.Gravatar dslomov2017-07-24
* Move all crosstool patches to CppActionConfigsGravatar hlopko2017-07-24
* Make the ClifMatchRule produce .d files.Gravatar Googler2017-07-19
* Add an option to remove the toolchain identifier from the name of the output ...Gravatar lberki2017-07-18
* Fix compiler detection when mapping LIPO to ThinLTOGravatar Googler2017-07-13
* Assume crosstools that don't have 'no_legacy_features' feature need patchingGravatar hlopko2017-07-06
* Remove implicit iteration from CrosstoolGravatar hlopko2017-07-05
* Make osx crosstool standalone (working without bazel patches)Gravatar hlopko2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Do not use link_dynamic_library.sh when toolchain doesn't support interface l...Gravatar hlopko2017-06-26
* Add back --sysroot argument for objc compile actions when grte_top is specified.Gravatar rduan2017-06-22
* Map LIPO to ThinLTO when LLVM compiler is used.Gravatar Googler2017-06-14
* Add support for zipped LLVM profile files.Gravatar Googler2017-06-14
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11
* Automated g4 rollback of commit cbbb423663b154d82e3dfa5e9a56839583987999.Gravatar Googler2017-05-10
* RELNOTES: Effectively remove sysroot from CppConfiguration and allow it to us...Gravatar Googler2017-05-09
* Add dynamic config support for top-level configuration hooks.Gravatar gregce2017-05-05
* Give RuleContext the ability to add make variables.Gravatar lberki2017-05-05
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Automated g4 rollback of commit ce33ab7a49126a513d7d5a6bc16f86154d9a85b6.Gravatar plf2017-05-03
* Automated g4 rollback of commit d5217515002d468a3095243975e21e89eccc46b7.Gravatar ajmichael2017-05-02
* Convert LLVM raw profiles to indexed format if necessary.Gravatar Googler2017-04-30
* Init absent action configs for CppCompile actionsGravatar hlopko2017-04-27
* Give RuleContext the ability to add Make VariablesGravatar Googler2017-04-27
* Change Bazel's LIPO model to support dynamic configurations.Gravatar gregce2017-04-19
* Automated g4 rollback of commit e1d692e486a2f838c3c894fd9de693fabd6685ed.Gravatar schmitt2017-04-18
* Automated g4 rollback of commit e7c730ba64d1c34ac7049f4165a33dc1329d0019.Gravatar jfield2017-04-18
* Automated g4 rollback of commit 045104899738594d85f9ab9b0b9ccbde320b8055.Gravatar jfield2017-04-18
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-04-13
* Extract --sysroot flag from bazel and move it into crosstoolGravatar hlopko2017-04-12
* Make immutability explicit for things exposed to Skylark.Gravatar dslomov2017-04-12
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Automated g4 rollback of commit 05300b5945286f6063afbf1d16c9c8e5621c4828.Gravatar jmmv2017-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
* 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