aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompileAction.java
Commit message (Expand)AuthorAge
* Starts threading ActionExecutionContext to sites calling getPath() only withinGravatar shahan2018-04-11
* Fix Artifact.getPath() call in CppCompileAction.validateInclusionsGravatar shahan2018-04-09
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* Do not upload link inputs of the linkstamp compile actions to the executorGravatar hlopko2018-03-05
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Update javadoc for some headers and include dirs methods.Gravatar Benjamin Peterson2018-02-22
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* 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