aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Fix Artifact.getPath() call in CppCompileAction.validateInclusionsGravatar shahan2018-04-09
* Implement fdo_profile rule for architecture-sensitive fdo profile specificationGravatar Googler2018-04-09
* Do not create interface shared library when lto indexingGravatar hlopko2018-04-09
* Flip default value of --experimental_shortened_obj_file_path to trueGravatar pcloudy2018-04-06
* Automated rollback of commit 77c5582fa0f5c829df576d9f8d66f4975fe415a6.Gravatar hlopko2018-04-06
* C++: Introduce provider that wraps C++ compilation providers.Gravatar plf2018-04-06
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* Refactor CcToolchainFeatures$Variables to not create a map in the case of a s...Gravatar janakr2018-04-05
* Remove c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Add a getTargetOS() method for compatibility with things internal to GoogleGravatar Googler2018-04-04
* C++: Migrate CppRunfilesProvider to new provider styleGravatar plf2018-04-04
* C++: Migrate CcExecutionDynamicLibrary to new provider styleGravatar plf2018-04-04
* Also add blaze-bin directory for "includes" attributeGravatar Googler2018-04-03
* Calculate outputNames for different types of sources separatelyGravatar pcloudy2018-04-03
* Isolate C++ link build variablesGravatar hlopko2018-04-03
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Deduplicate the list of valid CPUsGravatar Googler2018-04-02
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* C++: Remove headers from input to linking action.Gravatar plf2018-03-29
* Rename Blaze -> Bazel in Cpp optionsGravatar andy g scott ?2018-03-29
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Move strip and compile build variables into separate classesGravatar hlopko2018-03-28
* Inline ObjectFilePathHelperGravatar pcloudy2018-03-28
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Remove optional_*_flag fields from crosstoolGravatar hlopko2018-03-27
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Prohibit using Java serialization for protos.Gravatar cpeyser2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Remove the unused label //tools/defaults:coverage .Gravatar lberki2018-03-26
* RELNOTES: Move (c/cxx)opts from legacy_compile_flags to user_compile_flagsGravatar Googler2018-03-23
* Shorten object file pathGravatar pcloudy2018-03-23
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* Ensure -fPIC set on shared non-LTO backends as neededGravatar Googler2018-03-22
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-22
* Remove an unused flag.Gravatar lberki2018-03-22
* Automated rollback of commit 3dab964407a2f1e12feb439d8507079bc06cb769.Gravatar hlopko2018-03-21
* Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669.Gravatar hlopko2018-03-21
* Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43.Gravatar hlopko2018-03-21
* Fix output_file build variable to be correct for fake compile actions.Gravatar hlopko2018-03-21
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-21
* Add crosstool_lib.bzl and crosstool_utils.bzlGravatar hlopko2018-03-21
* Make FdoSupport use outputName to generate object file pathGravatar pcloudy2018-03-20
* PiperOrigin-RevId: 189372237Gravatar Googler2018-03-16
* Pass all TreeArtifacts to the ParameterWriteFileAction so they're expanded by...Gravatar Googler2018-03-16
* Makes leaf level AutoCodec marshallers into runtime codecs.Gravatar shahan2018-03-15
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Allow optimization related features to be ignored when unsupported as opposed...Gravatar Googler2018-03-15