aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcBinary.java
Commit message (Expand)AuthorAge
* Cleanup: store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-10
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-08-03
* Rollback of commit f61d12e9e4f940810efbaf244911a94830ba6c05.Gravatar Lukacs Berki2016-08-02
* Use a marker provider to determine of a rule is linked statically for the pur...Gravatar Lukacs Berki2016-07-27
* Linker outputs can optionally be configured from the CROSSTOOL. Introduces i...Gravatar Cal Peyser2016-07-27
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-07-27
* Rollback of commit b669406789dd452161875d407d0ce6a3502de5f6.Gravatar Damien Martin-Guillerez2016-07-25
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-07-25
* Extract CppLinkAction.Builder to its own top level class.Gravatar Cal Peyser2016-07-13
* ThinLTO changes for upstreamed compiler implementation and other fixes to bla...Gravatar Googler2016-07-01
* Make building dll less a hack on WindowsGravatar Yun Peng2016-07-01
* Enable non_arc_srcs for experimental_objc_library. Allow build variables to ...Gravatar Cal Peyser2016-06-24
* Pass toolchain build variables to C++ link actions.Gravatar Chris Parsons2016-06-16
* Use the cc_toolchain rule instead of an event bus-based hack to signal an err...Gravatar Lukacs Berki2016-06-10
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-25
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* --Gravatar Michael Staib2016-04-21
* Rename CppCompilationContext.getCompilationPrerequisites toGravatar Manuel Klimek2016-04-20
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-19
* Permit cc_test to run on darwin.Gravatar Cal Peyser2016-03-24
* Do not put both pic and non-pic header modules into the inputs of a compile a...Gravatar Manuel Klimek2016-03-23
* Pass the source path -> Artifact mapping into FdoSupport from a provider inst...Gravatar Lukacs Berki2016-02-28
* Make process_headers_in_dependencies work for cc_binary und cc_test targets.Gravatar Googler2016-02-25
* Support MOSTLY_STATIC with --build_test_dwp.Gravatar Googler2016-02-11
* 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
* Include .dwp file in the runfiles for cc_test when building with Fission.Gravatar Googler2016-02-03
* Rollback of commit 16444baf21780c4bff00b9736b268e97157e6bc2.Gravatar Carmi Grushko2016-02-02
* Rollback of commit 4fdd66db55d36c923b1e9fa30a158e1596408670.Gravatar Michajlo Matijkiw2016-02-02
* Rollback of commit e379f28f464faacc4db21f4fed3a48fa6d4d23f0.Gravatar Googler2016-01-29
* Include .dwp file in the runfiles for cc_test when building with Fission.Gravatar Googler2016-01-29
* 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
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Collect .o files compiled from C(++), and skip the rest for the LTO backend s...Gravatar Han-Wen Nienhuys2015-10-07
* 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
* Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...Gravatar Florian Weikert2015-09-14
* 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
* Add the implicit output of unstripped binary for Launcher-enabled java_binary.Gravatar Googler2015-08-24
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Use pic mode for cc_fake_binary if pic actions are used for binaries.Gravatar Manuel Klimek2015-08-05
* Lazy evaluation of C & C++ sources in CcCommon.Gravatar Ulf Adams2015-08-04