aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Also filter stderr when parse_showincludes feature is enabledGravatar Yun Peng2017-06-13
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Introduce CompileCommandLineBuilder and CompileCommandLineTestGravatar hlopko2017-06-12
* Fix a bug in ShowIncludesFilter.javaGravatar Yun Peng2017-06-08
* Make the error message when a file is not found in the profile zip more indic...Gravatar lberki2017-06-08
* PiperOrigin-RevId: 158274860Gravatar carmi2017-06-08
* Do not add archiver_flags feature when crosstool already has one.Gravatar hlopko2017-06-07
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Add .equals(), .hashCode() to EnableLipoTransition.Gravatar gregce2017-06-02
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01
* Don't add -g0 as host copt when host platform is WindowsGravatar pcloudy2017-05-31
* Add FeatureSpecification.Gravatar hlopko2017-05-30
* 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