aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppRuleClasses.java
Commit message (Expand)AuthorAge
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Remove DynamicTransitionMapper, ConfigurationTransitionProxy.Gravatar gregce2018-01-30
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Replace Attribute.ConfigurationTransition with config.transitions.Configurati...Gravatar gregce2017-12-28
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Support for ThinLTO to be enabled implicitly with AFDOGravatar Googler2017-12-20
* Suppress ThinLTO indexing for linkstatic testsGravatar Googler2017-11-30
* Move CppConfiguration#isLLVMcompiler, #isLLVMOptimizedFdo, #isLipoOptimization,Gravatar cpeyser2017-11-22
* Windows: Add static_link_msvcrt and related featuresGravatar Yun Peng2017-09-26
* Use FeatureConfiguration to compute linkstamping compile command lineGravatar hlopko2017-09-25
* Windows: Make dynamic libraries available to binary at runtimeGravatar Yun Peng2017-09-20
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Remove LipoTransition (and replace remaining LIPO_COLLECTOR references).Gravatar gregce2017-09-18
* Every rule class that uses a cc_toolchain also has knowledge of the label forGravatar cpeyser2017-09-18
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Internal changeGravatar kush2017-09-07
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-06
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Do not add copts feature to crosstools that already define itGravatar hlopko2017-08-09
* Add no_stripping feature to MSVC CROSSTOOLGravatar Yun Peng2017-08-04
* Update the default values for the C++ and Java late-bound attributes to the c...Gravatar janakr2017-07-10
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Make osx crosstool standalone (working without bazel patches)Gravatar hlopko2017-07-03
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Parse /showIncludes output for MSVC compilerGravatar Yun Peng2017-04-25
* Don't create the LIPO context collector subgraph for instrumentation builds.Gravatar gregce2017-04-24
* Generating PDB files on WindowsGravatar Yun Peng2017-04-18
* Automated g4 rollback of commit e7c730ba64d1c34ac7049f4165a33dc1329d0019.Gravatar jfield2017-04-18
* Extract --sysroot flag from bazel and move it into crosstoolGravatar hlopko2017-04-12
* Automated g4 rollback of commit 05300b5945286f6063afbf1d16c9c8e5621c4828.Gravatar jmmv2017-03-31
* Extract --sysroot flag from blaze and move it into crosstoolGravatar hlopko2017-03-31
* Genrules only depend on the C++ toolchain if they have C++ make variables. Gravatar Greg Estren2017-03-28
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Early support for code generation directly from C++ module files. This canGravatar Googler2017-02-15
* experimental_objc_library excludes non-.h headers, as does objc_library.Gravatar Cal Peyser2017-02-09
* Add a flag that alters the behavior of the parse_headers feature. With theGravatar Googler2017-01-27
* experimental_objc_library excludes private headers from module maps. ThisGravatar Cal Peyser2017-01-24
* Remove TRANSITIVE_MODULE_MAPS feature logic. This was only meant to be used forGravatar Googler2017-01-16
* All headers in modules arising from an experimental_objc_library are compiledGravatar Cal Peyser2017-01-13