aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CompileCommandLine.java
Commit message (Expand)AuthorAge
* Pass cc_toolchain location to FeatureConfigurationGravatar rosica2018-08-07
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* Make action_config.tools include crosstool top path by defaultGravatar hlopko2018-04-20
* Move strip and compile build variables into separate classesGravatar hlopko2018-03-28
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* C++: Removes CppModel classGravatar plf2018-02-15
* Set extra action tool path to the value that crosstool will actually use base...Gravatar Googler2018-02-13
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine andGravatar cpeyser2018-02-07
* Remove the CppConfiguration field from CppCompileAction. MakingGravatar cpeyser2018-01-30
* Automated rollback of commit 367f704e71f352b404df38161f4c367b9ff506c9.Gravatar hlopko2017-12-12
* Rollback of 178106899.Gravatar cpeyser2017-12-08
* Register separate linkstamp compile actionGravatar hlopko2017-12-06
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Use FeatureConfiguration to compute linkstamping compile command lineGravatar hlopko2017-09-25
* Do not duplicate build variables, reuse variables from cc toolchainGravatar hlopko2017-09-19
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Expose sysroot as a build variableGravatar hlopko2017-09-12
* Make per-file-copts part of the user_compile_flagsGravatar hlopko2017-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
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Let nocopts also filter coptsGravatar hlopko2017-07-24
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add back --sysroot argument for objc compile actions when grte_top is specified.Gravatar rduan2017-06-22
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Introduce CompileCommandLineBuilder and CompileCommandLineTestGravatar hlopko2017-06-12
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11
* Automated g4 rollback of commit cbbb423663b154d82e3dfa5e9a56839583987999.Gravatar Googler2017-05-10
* RELNOTES: Effectively remove sysroot from CppConfiguration and allow it to us...Gravatar Googler2017-05-09
* Automated g4 rollback of commit d5217515002d468a3095243975e21e89eccc46b7.Gravatar ajmichael2017-05-02
* Rename CppCompileCommandLine to CompileCommandLine and move it out from CppCo...Gravatar hlopko2017-04-28