aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
...
* Make Fdo use straight zip files, delete ZipFileSystem.Gravatar tomlu2017-10-06
* Refactor CppHelper.mallocForTarget() to allow specifying the name of theGravatar Googler2017-10-06
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* Put feature arguments after command line options for LTOBackendActionGravatar Googler2017-10-06
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Pass CppSemantics down to the CppLinkActionBuilderGravatar hlopko2017-09-29
* Fix various linter errorsGravatar ruperts2017-09-29
* Remove the null lipo context collector from the objc rules, which do not use ...Gravatar cpeyser2017-09-29
* Make windows_export_all_symbols feature work for cc_binaryGravatar Yun Peng2017-09-28
* Polish the interface of CppCompileActionBuilderGravatar hlopko2017-09-28
* Make the state in RuleContext explicitGravatar ulfjack2017-09-28
* Fix comment typo.Gravatar gregce2017-09-28
* Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchainGravatar cpeyser2017-09-28
* Limit the use of LinkCommandLine#getBuildInfoHeaderArtifacts and #getLinkstampsGravatar hlopko2017-09-28
* Simplify make variable expansion call sitesGravatar ulfjack2017-09-28
* Rewrite CppHelper linkopts expansion to take a list and return a listGravatar ulfjack2017-09-27
* Simplify RuleContext APIGravatar ulfjack2017-09-27
* Windows: Add static_link_msvcrt and related featuresGravatar Yun Peng2017-09-26
* Denittize CppModel and CppLinkActionBuilderGravatar hlopko2017-09-26
* Simplify CcLinkParams#addCcLibraryGravatar hlopko2017-09-25
* Remove unnecessary collectLinkstamp switchGravatar hlopko2017-09-25
* Fix cc_fake_binaries with linkstampingGravatar hlopko2017-09-25
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...Gravatar janakr2017-09-25
* Use FeatureConfiguration to compute linkstamping compile command lineGravatar hlopko2017-09-25
* Do not put sysroot into unfiltered_compile_flagsGravatar hlopko2017-09-20
* Revert output groups name of cc_libraryGravatar pcloudy2017-09-20
* Windows: Make dynamic libraries available to binary at runtimeGravatar Yun Peng2017-09-20
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Do not duplicate build variables, reuse variables from cc toolchainGravatar hlopko2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Remove LipoTransition (and replace remaining LIPO_COLLECTOR references).Gravatar gregce2017-09-18
* Every rule class that uses a cc_toolchain also has knowledge of the label forGravatar cpeyser2017-09-18
* Toolchain type labels for c++ are filegroups instead of toolchain_type.Gravatar cpeyser2017-09-18
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875.Gravatar philwo2017-09-15
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Remove warning about multiple options in copts.Gravatar Joe Finney2017-09-15
* Zipped LLVM multi-arch profiles is now supported.Gravatar Googler2017-09-15
* Remove duplicated error handling in build variablesGravatar hlopko2017-09-14
* Categorize C++ related optionsGravatar hlopko2017-09-14
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Lots more cleanup of "dynamic configurations" comments and test code.Gravatar gregce2017-09-14
* Introduce empty "toolchain_category" rule for labels that will be used asGravatar cpeyser2017-09-14
* Expose sysroot as a build variableGravatar hlopko2017-09-12
* Don't attempt LTO indexing of cc_binary if there are no bitcode inputs to link.Gravatar Googler2017-09-12
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Make per-file-copts part of the user_compile_flagsGravatar hlopko2017-09-12