aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppSemantics.java
Commit message (Expand)AuthorAge
* Remove the functionality to do ahead-of-time #include extraction as a separateGravatar Googler2018-08-06
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Non-test AspectClass codecs.Gravatar shahan2018-02-07
* Remove useless abstractions in C++ rules after internal cleanupGravatar hlopko2017-11-24
* 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
* Add FeatureSpecification.Gravatar hlopko2017-05-30
* Adds abstractions for include processing to CppSemanticsGravatar Googler2017-02-07
* Provide a mechanism for objc code built with CppCompileAction to forego dotdGravatar Cal Peyser2016-10-12
* Create injectable semantics for include validation, to allow it to be turnedGravatar Cal Peyser2016-09-01
* Remove the "cc_*.includes attribute must refer to the third_party directory" ...Gravatar Lukacs Berki2016-08-31
* Remove BuildConfiguration.addRoots() and the pregrepped includes directory.Gravatar Lukacs Berki2016-06-17
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Force hdrs_check to "strict", remove "hdrs_check" attribute from cc_* rules.Gravatar Philipp Wollermann2015-10-27
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25