aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppConfiguration.java
Commit message (Expand)AuthorAge
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Clean up the configuration-related code paths a bit.Gravatar Ulf Adams2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow %package(@foo//bar)%/path for cxx builtin include dirs.Gravatar Brian Silverman2015-11-18
* When getting package roots for exec paths, don't start with the file, which i...Gravatar Janak Ramakrishnan2015-11-13
* Make C++ builds work on OS X.Gravatar Lukacs Berki2015-10-30
* Force hdrs_check to "strict", remove "hdrs_check" attribute from cc_* rules.Gravatar Philipp Wollermann2015-10-27
* Refactor include scanning / .d file parsing in the C++ rules so that validati...Gravatar Philipp Wollermann2015-10-27
* Have @SkylarkCallable methods accept Iterable instead of CollectionGravatar Francois-Rene Rideau2015-10-22
* Add %crosstool_top% metasyntax for builtin cxx include directories.Gravatar Googler2015-10-20
* Allow relative CxxBuiltinDirectories not just under crosstool or sysroot.Gravatar Googler2015-10-20
* Expose link flags to SkylarkGravatar Googler2015-10-19
* 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
* Make sure disabled FDO features are filtered out.Gravatar Googler2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Resolve TODO now that the feature configuration supports conditional expansionGravatar Manuel Klimek2015-08-12
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Removed BuildConfiguration.Fragment#getName() and #isSkylarkVisible().Gravatar Florian Weikert2015-08-05
* Hard disable C++ include scanning in Bazel (which wasn't supported anyway, bu...Gravatar Philipp Wollermann2015-08-05
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-07-30
* Support coverage in experimental_ios_test.Gravatar Peter Schmitt2015-07-29
* Rollforward of []: Blaze changes to support LLVM profile feedbackGravatar Googler2015-07-23
* Rollback of commit 69d20b26b50360221849a4860265150f9c66ef25.Gravatar Lukacs Berki2015-07-17
* Get rid of legacy default features that are not needed any more.Gravatar Manuel Klimek2015-07-07
* Blaze changes to support LLVM profile feedback.Gravatar Googler2015-07-07
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Setup FDO command-line options via feature configurations.Gravatar Googler2015-06-25
* Tag genrules as requiring darwin if they use a mac toolchain.Gravatar Peter Schmitt2015-06-17
* Expose libc string to SkylarkGravatar Googler2015-06-15
* Expose CppConfiguration tool paths to SkylarkGravatar Googler2015-06-12
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Add the --sysroot argument even if it is the default for the particular Cross...Gravatar Lukacs Berki2015-06-01
* Expose more CppConfiguration functions to Skylark.Gravatar Laurent Le Brun2015-05-22
* Switch to a CROSSTOOL feature for include flags.Gravatar Brian Silverman2015-05-18
* Add --compiler support for configurable attributes.Gravatar Greg Estren2015-05-15
* Remove make variable GNU_TARGET from blaze.Gravatar Han-Wen Nienhuys2015-04-14
* Remove unnecessary -B flag from linker command line.Gravatar Han-Wen Nienhuys2015-04-08
* Fix build failure when using older crosstool that doesn't have stdc-predef.h.Gravatar Janak Ramakrishnan2015-04-08
* Automated [] rollback of [].Gravatar Han-Wen Nienhuys2015-04-03
* Remove unnecessary -B flag from linker command line.Gravatar Han-Wen Nienhuys2015-04-03
* Unconditionally include gcc's stdc-predef.h if it is available.Gravatar Janak Ramakrishnan2015-03-31
* Allow specifying crosstool flags based on the build mode.Gravatar Manuel Klimek2015-03-20
* Do not use module maps if the crosstool doesn't support them when using theGravatar Manuel Klimek2015-03-05
* Remove unused make variable GLIBC.Gravatar Han-Wen Nienhuys2015-03-04
* Use the crosstool feature configuration for all modules, layering and headerGravatar Manuel Klimek2015-02-22
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25