aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcBinary.java
Commit message (Expand)AuthorAge
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Collect .o files compiled from C(++), and skip the rest for the LTO backend s...Gravatar Han-Wen Nienhuys2015-10-07
* 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
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Drop the baseline artifact output group.Gravatar Ulf Adams2015-08-31
* Merge the baseline coverage code path into the coverage codepath.Gravatar Ulf Adams2015-08-31
* 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