aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* 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
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Retrieve Android native link flag features from the right toolchain.Gravatar Brian Silverman2015-11-19
* Propagate apple platform environment variables for CppCompileActionGravatar Chris Parsons2015-11-19
* Allow %package(@foo//bar)%/path for cxx builtin include dirs.Gravatar Brian Silverman2015-11-18
* LipoDataTransition is only meaningful for C++Gravatar Greg Estren2015-11-18
* When getting package roots for exec paths, don't start with the file, which i...Gravatar Janak Ramakrishnan2015-11-13
* Change Precondition.checkState to Precondition.checkArgument.Gravatar Greg Estren2015-11-13
* Use the new BuildConfiguration.equalsOrIsSupersetOfGravatar Greg Estren2015-11-13
* C++ libraries in remote repos don't need to set include pathsGravatar Kristina Chodorow2015-11-12
* Make STL work even when not in the main repository.Gravatar Lukacs Berki2015-11-11
* bazel: support linking accumulated libraries into C++ binariesGravatar Googler2015-11-06
* Close some streams that we didn'tGravatar Miguel Alcon Pinto2015-11-05
* 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
* Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...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
* Improves the error message for invalid cpu (--cpu or --fat_apk_cpu).Gravatar Alex Humesky2015-10-13
* Makes the error message for invalid or duplicate crosstool toolchains more le...Gravatar Alex Humesky2015-10-13
* LTO: Don't choke on cc_library without srcs.Gravatar Han-Wen Nienhuys2015-10-12
* Set CLANG for invoking the LTO backend.Gravatar Han-Wen Nienhuys2015-10-08
* Add a custom converter to --crosstool_top so that select() works.Gravatar Lukacs Berki2015-10-08
* Collect .o files compiled from C(++), and skip the rest for the LTO backend s...Gravatar Han-Wen Nienhuys2015-10-07
* Add a feature to require explicitly passing module maps.Gravatar Manuel Klimek2015-10-07
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Allow extractIncludes method to throw an ExecException.Gravatar Janak Ramakrishnan2015-10-05
* Resolve labels in linkopts against either 'deps' or 'srcs'Gravatar Googler2015-09-28
* Disable include scanning for assembler-without-preprocessor source.Gravatar Googler2015-09-28
* Also ship the linker for LTO backend actions.Gravatar Han-Wen Nienhuys2015-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
* Make sure disabled FDO features are filtered out.Gravatar Googler2015-09-21
* Also change C++ to use the new split attribute lists.Gravatar Ulf Adams2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-16
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* Rollback of commit a708acd02baf3821c975801ae0e5cad6867a6735.Gravatar Mark Schaller2015-09-08
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-04
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Allow .dylib libraries in srcsGravatar Kristina Chodorow2015-09-02
* 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
* Remove the deprecated unused addTransitiveLangTargets method.Gravatar Ulf Adams2015-08-31