aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppHelper.java
Commit message (Expand)AuthorAge
* Remove BuildConfiguration.addRoots() and the pregrepped includes directory.Gravatar Lukacs Berki2016-06-17
* Add module map support to ExperimentalObjcLibrary, which contains experimenta...Gravatar Cal Peyser2016-06-07
* Make linkstamp info use NestedSet.Gravatar Manuel Klimek2016-05-25
* Change some weird formating.Gravatar Cal Peyser2016-05-20
* Remove all internal calls to FileProvider.getLabel.Gravatar Ulf Adams2016-04-22
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Blaze CcLibraryHelper: make creating a CppCompilationContext publicGravatar Googler2016-01-20
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Make STL work even when not in the main repository.Gravatar Lukacs Berki2015-11-11
* Resolve labels in linkopts against either 'deps' or 'srcs'Gravatar Googler2015-09-28
* 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
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Add the implicit output of unstripped binary for Launcher-enabled java_binary.Gravatar Googler2015-08-24
* Abstract away artifact creation in CppLinkAction so that we can create most o...Gravatar Lukacs Berki2015-08-24
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Fix middleman conflicts in external repositories by appending the package pathGravatar Damien Martin-Guillerez2015-07-30
* 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
* Don't create duplicate ExtractInclusionActions just because user specifies th...Gravatar Janak Ramakrishnan2015-04-14
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* Use the crosstool feature configuration for all modules, layering and headerGravatar Manuel Klimek2015-02-22
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25