aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCppSemantics.java
Commit message (Expand)AuthorAge
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Shorten object file pathGravatar pcloudy2018-03-23
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Drop CppCompileAction.actionContextGravatar ulfjack2018-01-30
* Remove source specific build variables from C++ API.Gravatar plf2017-12-15
* Remove useless abstractions in C++ rules after internal cleanupGravatar hlopko2017-11-24
* Polish the interface of CppCompileActionBuilderGravatar hlopko2017-09-28
* 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 1af9b1e2238c3b43a2b66233495ecf7b6ef4dcab.Gravatar Googler2017-08-25
* Do not make generated files mandatory deps for ObjC compile when headerGravatar Googler2017-08-11
* Automated rollback of commit 6cfffdf37e11018c7e6e2cabc90440d6d29c819b.Gravatar cpeyser2017-08-02
* Add all generated headers as mandatory inputs for compile actions.Gravatar rduan2017-07-21
* Automated rollback of commit 9000e61fc1737444392ffe251727e8331fab3cf2.Gravatar Googler2017-07-07
* Automated g4 rollback of commit 29ec1b89989db411d2038e2df8657b6435f80403.Gravatar fwe2017-06-13
* Add FeatureSpecification.Gravatar hlopko2017-05-30
* Change ProtobufSupport to use CrosstoolCompilationSupport if experimental_obj...Gravatar Googler2017-05-30
* For objc rules, generated headers are mandatory inputs to CppCompileAction.Gravatar cpeyser2017-05-26
* When --crosstool_compilation_support=library/all, user header search paths fromGravatar cpeyser2017-05-10
* Adds support for the header thinning feature to the new Objective-C rule impl...Gravatar Googler2017-03-03
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* 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
* Add propagated headers to experimental_objc_library compile action to enableGravatar Cal Peyser2016-08-27
* Remove BuildConfiguration.addRoots() and the pregrepped includes directory.Gravatar Lukacs Berki2016-06-17
* Add framework support to ExperimentalObjcLibrary.Gravatar Cal Peyser2016-05-23
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-18
* Rollback of commit bbf59ed1be85354457ad1d8123cc1973aa3ba298.Gravatar Florian Weikert2016-04-14
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-13