aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppHelper.java
Commit message (Expand)AuthorAge
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-29
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Add no_stripping feature to MSVC CROSSTOOLGravatar Yun Peng2017-08-04
* Use @CompileTimeConstant on SpawnAction.Builder#setProgressMessage.Gravatar tomlu2017-08-04
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* 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
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Add an optional coverage_files argument to cc_toolchainGravatar Googler2017-03-22
* apple_binary scopes link artifacts using child configuration for --experiment...Gravatar Cal Peyser2017-03-14
* Crosstool compilation support for J2ObjcAspect.Gravatar Rumou Duan2017-02-22
* Error out when the STL label points to an undefined target when merging STLGravatar Luis Fernando Pino Duque2017-02-22
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* CrosstoolCompilationSupport can be used for multi-arch binaries by allowing a...Gravatar Cal Peyser2017-02-15
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Add a flag that alters the behavior of the parse_headers feature. With theGravatar Googler2017-01-27
* Initial commit of cc_proto_library.Gravatar Carmi Grushko2016-12-01
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Make cc_toolchain not croak if something that is not a shared library is ment...Gravatar Lukacs Berki2016-09-12
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Instead of filtering for dynamic libraries when creating solib symlinks, asse...Gravatar Lukacs Berki2016-08-22
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Avoid hard-coded extensions for compilation outputs.Gravatar Lukacs Berki2016-08-05
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Pass the coverage environment into tests using a nested set collected from th...Gravatar Lukacs Berki2016-07-27
* 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 how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* Remove BuildConfiguration.addRoots() and the pregrepped includes directory.Gravatar Lukacs Berki2016-06-17
* Add module map support to ExperimentalObjcLibrary, which contains experimenta...Gravatar Cal Peyser2016-06-07
* Make linkstamp info use NestedSet.Gravatar Manuel Klimek2016-05-25
* Change some weird formating.Gravatar Cal Peyser2016-05-20