aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcBinary.java
Commit message (Expand)AuthorAge
* Save dwoFile on LTOBackendArtifacts objectGravatar Googler2017-11-14
* Add win_def_file attribute to cc rules.Gravatar Yun Peng2017-11-14
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Don't keep set of LTO backend artifacts on link actionGravatar Googler2017-11-06
* Migrate CppConfiguration#supportsGoldLinker, supportsDynamicLinker,Gravatar cpeyser2017-10-31
* Replace all tool getters in CppConfiguration with corresponding calls toGravatar cpeyser2017-10-12
* Pass CppSemantics down to the CppLinkActionBuilderGravatar hlopko2017-09-29
* Make windows_export_all_symbols feature work for cc_binaryGravatar Yun Peng2017-09-28
* Make the state in RuleContext explicitGravatar ulfjack2017-09-28
* Simplify CcLinkParams#addCcLibraryGravatar hlopko2017-09-25
* Windows: Make dynamic libraries available to binary at runtimeGravatar Yun Peng2017-09-20
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Don't attempt LTO indexing of cc_binary if there are no bitcode inputs to link.Gravatar Googler2017-09-12
* Ensure ThinLTO backend actions always generate debug info when fission enabledGravatar Googler2017-08-29
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-24
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Simplify RunfilesSupport interface by having it call RuleContext.shouldCreate...Gravatar Googler2017-08-21
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11
* Automated g4 rollback of commit cbbb423663b154d82e3dfa5e9a56839583987999.Gravatar Googler2017-05-10
* RELNOTES: Effectively remove sysroot from CppConfiguration and allow it to us...Gravatar Googler2017-05-09
* Generating PDB files on WindowsGravatar Yun Peng2017-04-18
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Refactor scheduling of LTO Backend actions into CppLinkActionBuilderGravatar Googler2017-03-14
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Description redacted.Gravatar Googler2017-01-23
* Fix bug in --experimental_link_dynamic_binaries_separately.Gravatar Googler2017-01-11
* Use ExecutionRequirements.REQUIRES_DARWIN instead of hard-coding the stringGravatar Ulf Adams2017-01-09
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Fix bug introduced when pulling out test sources into their own library forGravatar Googler2016-12-19
* Rollback of commit 52b34308428cfd117470c966d8df329f686fb9ed.Gravatar Marcel Hlopko2016-12-16
* Add option to dynamically link in the compilation output of cc_test andGravatar Googler2016-12-16
* Rollback of commit 2d87bf1937c81ef84358fd5f6a372875f6c6fabf.Gravatar Marcel Hlopko2016-12-16
* Support versioned shared library targets for cc_binary linkshared=1Gravatar Googler2016-12-16
* Add a testing Skylark module that exposes an ExecutionInfoProvider constructor.Gravatar Sergio Campama2016-12-12
* Move ThinLTO indexing and backend options to Crosstool feature configurationGravatar Googler2016-09-20
* Fix a bug that leads to unnecessary compiles of .pic.o files (and possibly)Gravatar Googler2016-09-12
* Remove the "cc_*.includes attribute must refer to the third_party directory" ...Gravatar Lukacs Berki2016-08-31
* Fix nocompile tests after commit b6fd4ed25b6201eaaabb14c389c02819184ad4a6. I ...Gravatar Googler2016-08-24
* Prune .pcm files based on the results of include scanning.Gravatar Googler2016-08-23
* Set the LibraryIdentifier before building the LTO Indexing link actionGravatar Googler2016-08-18
* Differentiate between regular and alwayslink static libraries in LinkerInput#...Gravatar Lukacs Berki2016-08-17