Go to the source code of this file.
Namespaces | |
preprocessed_builds | |
Functions | |
def | preprocessed_builds.collect_bazel_rules (root_path) |
def | preprocessed_builds.collect_cmake_rules (root_path) |
def | preprocessed_builds.generate_builds (root_path) |
def | preprocessed_builds.get_elem_value (elem, name) |
def | preprocessed_builds.main () |
def | preprocessed_builds.normalize_paths (paths) |
def | preprocessed_builds.pairing_bazel_and_cmake_rules (bazel_rules, cmake_rules) |
def | preprocessed_builds.parse_bazel_rule (elem, package) |
def | preprocessed_builds.parse_cmake_rule (rule, package) |
def | preprocessed_builds.read_bazel_build (package) |
def | preprocessed_builds.read_cmake_build (build_path, package) |
def | preprocessed_builds.resolve_deps (targets) |
def | preprocessed_builds.resolve_hdrs (files) |
def | preprocessed_builds.resolve_srcs (files) |
Variables | |
preprocessed_builds.ABSEIL_CMAKE_RULE_BEGIN = re.compile("^absl_cc_.*\(", re.MULTILINE) | |
preprocessed_builds.ABSEIL_CMAKE_RULE_END = re.compile("^\)", re.MULTILINE) | |
string | preprocessed_builds.ABSEIL_PATH = "third_party/abseil-cpp" |
preprocessed_builds.CAPITAL_WORD = re.compile("[A-Z]+") | |
string | preprocessed_builds.OUTPUT_PATH = "src/abseil-cpp/preprocessed_builds.yaml" |
preprocessed_builds.Rule | |