aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompileAction.java
Commit message (Expand)AuthorAge
* Pull out useful parts of discoverInputs into findAdditionalInputs so that it ...Gravatar Googler2018-02-14
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* 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
* Ensure that RuleContext is not referenced after analysis by objc_library.Gravatar cparsons2018-02-12
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Split CppIncludeScanningContext out of CppCompileActionContextGravatar ulfjack2018-02-08
* Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine andGravatar cpeyser2018-02-07
* Generate a CODEC for CppCompilationContext using AutoCodec. This is required...Gravatar cpeyser2018-02-06
* Remove the CppConfiguration field from CppCompileAction. MakingGravatar cpeyser2018-01-30
* Drop CppCompileAction.actionContextGravatar ulfjack2018-01-30
* C++: Refactors CLIF rule to go through CcLibraryHelper.Gravatar plf2018-01-26
* Make experimental_inmemory_dotd_files not fail with local executionGravatar ulfjack2018-01-26
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Change the mnemonic of C++ link stamp compile actions so that extra actions c...Gravatar lberki2018-01-16
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Automated rollback of commit 367f704e71f352b404df38161f4c367b9ff506c9.Gravatar hlopko2017-12-12
* Rollback of 178106899.Gravatar cpeyser2017-12-08
* Register separate linkstamp compile actionGravatar hlopko2017-12-06
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove some unused extension points.Gravatar Googler2017-11-29
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Migrate usage of CppConfiguration#getToolPathFragment andGravatar cpeyser2017-10-11
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Use FeatureConfiguration to compute linkstamping compile command lineGravatar hlopko2017-09-25
* 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
* Automated rollback of commit 70f84252a0f1669564ef3c92c4adeda9b5a22f50.Gravatar ulfjack2017-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
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Avoid relying on System.out/err going to the terminalGravatar ulfjack2017-07-07
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Also filter stderr when parse_showincludes feature is enabledGravatar Yun Peng2017-06-13
* Introduce CompileCommandLineBuilder and CompileCommandLineTestGravatar hlopko2017-06-12
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11
* Automated g4 rollback of commit cbbb423663b154d82e3dfa5e9a56839583987999.Gravatar Googler2017-05-10