aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/cpp/CompileCommandLineTest.java
Commit message (Expand)AuthorAge
* Remove support for header preprocessingGravatar hlopko2018-06-26
* Expose C++ action names to SkylarkGravatar hlopko2018-06-07
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Make action_config.tools include crosstool top path by defaultGravatar hlopko2018-04-20
* 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
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* Remove FeatureSpecification, use plain sets insteadGravatar hlopko2017-12-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
* Introduce CompileCommandLineBuilder and CompileCommandLineTestGravatar hlopko2017-06-12