aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcBinary.java
Commit message (Expand)AuthorAge
* Add the implicit output of unstripped binary for Launcher-enabled java_binary.Gravatar Googler2015-08-24
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Use pic mode for cc_fake_binary if pic actions are used for binaries.Gravatar Manuel Klimek2015-08-05
* Lazy evaluation of C & C++ sources in CcCommon.Gravatar Ulf Adams2015-08-04
* Refactor CcBinary / CcCommon a bit.Gravatar Ulf Adams2015-08-04
* Split CcCommon handling of srcs filtering into a new class.Gravatar Ulf Adams2015-08-04
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Refactor Cc* some more.Gravatar Ulf Adams2015-07-30
* Remove some unnecessary code from CcBinary.Gravatar Ulf Adams2015-07-29
* Move a method from CcCommon to CcBinary that is only called from there.Gravatar Ulf Adams2015-07-29
* Move shared settings between CcBinary and CcLibrary toGravatar Han-Wen Nienhuys2015-07-29
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* Refactor C++ link action creation.Gravatar Ulf Adams2015-07-27
* Implement multi-level intermediate dwp actions. These avoid OOMsGravatar Googler2015-06-29
* Create a Skylark API for C++ rules.Gravatar Laurent Le Brun2015-05-29
* Added rule label to CppDebugPackageProvider to allow consumers to report bett...Gravatar Googler2015-04-08
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-03-05
* Use the crosstool feature configuration for all modules, layering and headerGravatar Manuel Klimek2015-02-22
* Decouple header-processing from the toolchain rule attribute.Gravatar Manuel Klimek2015-02-19
* Remove BaselineCoverageArtifactsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-19
* Fix layering_check with cc_fake_binary / no-compile tests.Gravatar Manuel Klimek2015-02-18
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25