aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Don't de-duplicate linkopts from two different configured targets that have t...Gravatar lberki2017-05-23
* Fix ordering of -fPIC for PIC compiles in the LTOBackendActionGravatar Googler2017-05-23
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Implement 'provides' for crosstool.Gravatar cpeyser2017-05-15
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* Automated g4 rollback of commit 34fe247448a9be13fc41f93ac78a071ec157f434.Gravatar Googler2017-05-12
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11
* Automated g4 rollback of commit cbbb423663b154d82e3dfa5e9a56839583987999.Gravatar Googler2017-05-10
* Automated g4 rollback of commit 006a80425e7dd521634c5735d2730f40e9e82e06.Gravatar Googler2017-05-10
* Make the cc_toolchain libc_top use the target configurationGravatar Googler2017-05-09
* RELNOTES: Effectively remove sysroot from CppConfiguration and allow it to us...Gravatar Googler2017-05-09
* Add dynamic config support for top-level configuration hooks.Gravatar gregce2017-05-05
* Make TransitiveInfoMap interface narrower.Gravatar Googler2017-05-05
* Give RuleContext the ability to add make variables.Gravatar lberki2017-05-05
* Make TransitiveInfoProviderMap an interface.Gravatar Googler2017-05-04
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Cleanup SolibSymlinkAction: "target" is never null, and no need to re-impleme...Gravatar felly2017-05-04
* Add patch transitions for DATA -> TARGET and LIPO_COLLECTOR -> TARGET.Gravatar gregce2017-05-04
* BuildOptions cleanup:Gravatar gregce2017-05-04
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Automated g4 rollback of commit ce33ab7a49126a513d7d5a6bc16f86154d9a85b6.Gravatar plf2017-05-03
* Clarify the meaning of the two symbol counts that Gold outputs forGravatar Googler2017-05-03
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Automated g4 rollback of commit 27a136b9bbb4d73b0a343d407b5da9f890175aea.Gravatar ajmichael2017-05-02
* Automated g4 rollback of commit d5217515002d468a3095243975e21e89eccc46b7.Gravatar ajmichael2017-05-02
* Roll forward of https://github.com/bazelbuild/bazel/commit/5f31944b8942818aaf...Gravatar Googler2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Automated g4 rollback of commit a83a5df53ca184ad59a4a46cd9dfa747bf08007a.Gravatar Googler2017-04-30
* Custom module map for j2objc_libraryGravatar Googler2017-04-30
* Convert LLVM raw profiles to indexed format if necessary.Gravatar Googler2017-04-30
* Rename CppCompileCommandLine to CompileCommandLine and move it out from CppCo...Gravatar hlopko2017-04-28
* Reformat Bazel crosstools to have consistent 2 spaces indentGravatar hlopko2017-04-28
* Init absent action configs for CppCompile actionsGravatar hlopko2017-04-27
* RELNOTES: Add Skylark stubs needed to remove sysroot from CppConfiguration.Gravatar Googler2017-04-27
* Give RuleContext the ability to add Make VariablesGravatar Googler2017-04-27
* Parse /showIncludes output for MSVC compilerGravatar Yun Peng2017-04-25
* Add documentation for the (otherwise very confusing) :lipo_context attribute.Gravatar lberki2017-04-24
* Don't create the LIPO context collector subgraph for instrumentation builds.Gravatar gregce2017-04-24
* Remove an unused argument from FdoSupport#getGcdaArtifactsForGcdaPath().Gravatar lberki2017-04-24
* Initialize FeatureConfiguration for hip toolchain when building hipGravatar hlopko2017-04-24
* Allow Skylark rule to declare a dependency on the C++ toolchain and make the ...Gravatar lberki2017-04-20
* Prepare dynamic LIPO transitions.Gravatar gregce2017-04-20
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19
* Deprecate use of option category to describe documentation level / usage rest...Gravatar ccalvarin2017-04-19
* Change Bazel's LIPO model to support dynamic configurations.Gravatar gregce2017-04-19