aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcCompilationHelper.java
Commit message (Expand)AuthorAge
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Move strip and compile build variables into separate classesGravatar hlopko2018-03-28
* Inline ObjectFilePathHelperGravatar pcloudy2018-03-28
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* RELNOTES: Move (c/cxx)opts from legacy_compile_flags to user_compile_flagsGravatar Googler2018-03-23
* Shorten object file pathGravatar pcloudy2018-03-23
* Fix output_file build variable to be correct for fake compile actions.Gravatar hlopko2018-03-21
* Make FdoSupport use outputName to generate object file pathGravatar pcloudy2018-03-20
* C++: Marks Skylark exposed as not documented.Gravatar plf2018-03-08
* C++: Makes sure ltoBitcodeFiles get merged when merging compilation outputs.Gravatar plf2018-03-07
* C++: Exposes to Skylark basic API functionalityGravatar plf2018-03-02
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* C++: Removes CppModel classGravatar plf2018-02-15
* Replace path implementation.Gravatar tomlu2018-02-08
* C++: Split C++ library into two classes, compilation and linkingGravatar plf2018-02-08