2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-25 17:31:25 +00:00
rules_foreign_cc/tools/build_defs
irengrig d8e78e4cf0
cmake_external: allow user to suppress computed cache entries (#224)
If the user passes empty string for some cache entry, for instance,
CMAKE_BUILD_TYPE, then the corresponding computed value
(computed from the Bazel's build type or Bazel C/C++ toolchain)
should not be used.
I.e., user passes "CMAKE_BUILD_TYPE": "", and there will be no
-DCMAKE_BUILD_TYPE in the cmake call.
2019-02-07 17:11:23 +01:00
..
native_tools Extract cmake and ninja into a toolchain; provide defaults. (#192) 2019-01-08 12:25:16 +01:00
new_11_2018 Extract shell fragments into a toolchain (#196) 2019-01-18 18:06:10 +01:00
old_11_2018 Extract shell fragments into a toolchain (#196) 2019-01-18 18:06:10 +01:00
old_12_2018 Hide build output from console (#204) 2019-02-01 17:39:07 +01:00
shell_toolchain Register shell toolchain implementations in the correct order and allow customization (#214) 2019-01-31 15:11:28 +01:00
boost_build.bzl Boost rule to use shell toolchain, fixes #202 (#203) 2019-01-19 17:37:57 +01:00
BUILD Extract cmake and ninja into a toolchain; provide defaults. (#192) 2019-01-08 12:25:16 +01:00
cc_toolchain_util.bzl Adapt to the new Starlark API. (#157) 2018-11-27 10:06:23 +01:00
cmake.bzl Extract shell fragments into a toolchain (#196) 2019-01-18 18:06:10 +01:00
cmake_script.bzl cmake_external: allow user to suppress computed cache entries (#224) 2019-02-07 17:11:23 +01:00
configure.bzl For configure_make, allow to run configure in place (#221) 2019-02-04 20:10:40 +01:00
configure_script.bzl For configure_make, allow to run configure in place (#221) 2019-02-04 20:10:40 +01:00
detect_root.bzl Fixes for Bazel --all_incompatible_changes (#194) 2019-01-08 18:25:04 +01:00
framework.bzl Remove incorrect load symbol, this failed in incompatible flags build (#197) 2019-01-09 16:41:56 +01:00
run_shell_file_utils.bzl Extract shell fragments into a toolchain (#196) 2019-01-18 18:06:10 +01:00
shell_script_helper.bzl Fix shell script conversion bug + test (#220) 2019-02-04 19:53:44 +01:00
version.bzl Extract shell fragments into a toolchain (#196) 2019-01-18 18:06:10 +01:00