aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppModel.java
Commit message (Expand)AuthorAge
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Use pic mode for cc_fake_binary if pic actions are used for binaries.Gravatar Manuel Klimek2015-08-05
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Setup FDO command-line options via feature configurations.Gravatar Googler2015-06-25
* Cosmetic fixes in rules/cpp/ .Gravatar Han-Wen Nienhuys2015-06-11
* Make rules referencing paths outside of the execution root an error.Gravatar Manuel Klimek2015-03-23
* Use the crosstool feature configuration for all modules, layering and headerGravatar Manuel Klimek2015-02-22
* Do not add header modules to the object files in CcCompilationOutputs.Gravatar Manuel Klimek2015-02-20
* Use .pcm.d as file name for the dependency file for header modules.Gravatar Manuel Klimek2015-02-20
* Correctly add .pcm files to the command line of parsed headers when theirGravatar Manuel Klimek2015-02-19
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25