aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* 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
* Add a convenience method to InstrumentedFilesCollector.Gravatar Ulf Adams2015-08-31
* Fix a typo.Gravatar Ulf Adams2015-08-28
* Clean up the link command action code a bit.Gravatar Ulf Adams2015-08-27
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Add '.ldscript' as a possible linker script file extension.Gravatar Googler2015-08-24
* Remove the some calls to AnalysisEnvironment.getDerivedArtifact() and add a b...Gravatar Lukacs Berki2015-08-24
* 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
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* Add an empty RunfilesProvider to cc_toolchain_suite to fulfill the contract i...Gravatar Alex Humesky2015-08-21
* Rollback of commit 50adddf01b8d7f46fba6bee12ebbb41c31c87165.Gravatar Ulf Adams2015-08-20
* Fixes to use dylib on MacOS X.Gravatar Topher2015-08-20
* Remove errant paths from crosstool test files.Gravatar Alex Humesky2015-08-20
* Fail more verbosely in LinkerInputs.java.Gravatar Han-Wen Nienhuys2015-08-18
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Resolve TODO now that the feature configuration supports conditional expansionGravatar Manuel Klimek2015-08-12
* Patch the PATH for linker on Windows, in the same way as for compiler.Gravatar Dmitry Lomov2015-08-12
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Add a feature to control whether we provide transitive header modules to aGravatar Manuel Klimek2015-08-11
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11