aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/rules/cpp
Commit message (Expand)AuthorAge
* Disable legacy linking Skylark api to C++ toolchainGravatar hlopko2018-08-08
* Remove the functionality to do ahead-of-time #include extraction as a separateGravatar Googler2018-08-06
* C++: Change Skylark API whitelisting to be part of flag.Gravatar plf2018-08-03
* C++: Implements Skylark cc_common.compile()/link().Gravatar plf2018-07-19
* C++: Exposes C++ Skylark providers to BazelGravatar plf2018-07-02
* Remove all uses of RuleDefinitionEnvironment#getLabel, replacing them with La...Gravatar janakr2018-06-20
* Remove LIPO supportGravatar hlopko2018-06-15
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Ensure that all aspects which (even very indirectly) callGravatar jcater2018-04-27
* Remove cc_inc_library in BazelCppRuleClassesGravatar Loo Rong Jie2018-04-12
* Add document about alwayslink with VS 2017.Gravatar pcloudy2018-04-12
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove stale cc_library nonconfigurablesGravatar George Gensure2018-03-28
* Replace =0/=1 with =False/=True in documentation.Gravatar lberki2018-03-19
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* Remove cc_inc_library from bazelGravatar hlopko2018-03-06
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Remove unused fields from a few Cc* rule implementations.Gravatar cparsons2018-02-28
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11.Gravatar plf2018-02-16
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* C++: Allows adding linkopts through file.Gravatar plf2018-02-12
* Change $cc_toolchain_type to NODEP_LABEL so there is no actual dependency.Gravatar jcater2018-02-08
* Non-test AspectClass codecs.Gravatar shahan2018-02-07
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Drop CppCompileAction.actionContextGravatar ulfjack2018-01-30
* Add a type that explicitly limits the CppSemantics implementations that can beGravatar cpeyser2018-01-26
* C++: Refactors CLIF rule to go through CcLibraryHelper.Gravatar plf2018-01-26
* C++: Updates documentation for cc_library.Gravatar plf2018-01-16
* Enable switching def_parser's Windows target for remote executionGravatar Yun Peng2018-01-02
* Update cc_import rule documentationGravatar Yun Peng2017-12-12
* Implement cc_import ruleGravatar Yun Peng2017-12-07
* Remove duplicate CppHelper.getCcToolchainType method.Gravatar John Cater2017-12-06
* Remove useless abstractions in C++ rules after internal cleanupGravatar hlopko2017-11-24
* Add cc_import rule definitionGravatar Yun Peng2017-11-17
* Add win_def_file attribute to cc rules.Gravatar Yun Peng2017-11-14
* Polish the interface of CppCompileActionBuilderGravatar hlopko2017-09-28
* 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
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Remove unused late-bound attributes for target and execution platforms.Gravatar jcater2017-09-15
* Fix nocopts docsGravatar hlopko2017-09-12
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Fix some links to query and user manualGravatar dmarting2017-09-08
* Internal changeGravatar kush2017-09-07
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-06
* Automated rollback of commit 964f0a5d83fe7958236c9eb0be619f553d488748.Gravatar cpeyser2017-09-01