aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcLibrary.java
Commit message (Expand)AuthorAge
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Add supportsDynamicLinker to CppConfigurationGravatar Googler2016-02-09
* Allow switching on header processing (parse_headers or preprocess_headers)Gravatar Manuel Klimek2016-02-04
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-02-03
* Rollback of commit 16444baf21780c4bff00b9736b268e97157e6bc2.Gravatar Carmi Grushko2016-02-02
* Rollback of commit 4fdd66db55d36c923b1e9fa30a158e1596408670.Gravatar Michajlo Matijkiw2016-02-02
* Allow switching on header processing (parse_headers or preprocess_headers)Gravatar Manuel Klimek2016-01-22
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-01-22
* 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
* 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
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Lazy evaluation of C & C++ sources in CcCommon.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
* Move shared settings between CcBinary and CcLibrary toGravatar Han-Wen Nienhuys2015-07-29
* RELNOTES[INC]: Remove built-in support for cc_public_libraryGravatar Han-Wen Nienhuys2015-07-27
* Remove implicit .a and .so outputs from Bazel.Gravatar Ulf Adams2015-07-27
* Change the default for CcLibraryHelper.emitLinkActionsIfEmpty to false.Gravatar Ulf Adams2015-07-23
* Rename appearstoHaveNoObjectFiles to appearsToHaveObjectFiles.Gravatar Greg Estren2015-07-23
* Remove low-value warning about alwayslink requiring srcs.Gravatar Han-Wen Nienhuys2015-07-16
* Stop "no generating action" exceptions for configurableGravatar Greg Estren2015-06-19
* Create a Skylark API for C++ rules.Gravatar Laurent Le Brun2015-05-29
* PackageSerializer: include attributes with null values.Gravatar Greg Estren2015-03-26
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* Implements an attribute textual_hdrs for cc_library rules.Gravatar Manuel Klimek2015-03-13
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-03-05
* Simplify the algorithm to compute top-level artifacts to build even more by c...Gravatar Lukacs Berki2015-02-24
* Remove FilesToCompileProvider and CompilationPrerequisitesProvider and replac...Gravatar Lukacs Berki2015-02-24
* 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
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25