rules_foreign_cc/toolchains
James Sharpe d58cdf65cd
Upgrade default ninja version to 1.12.1 (#1248)
2024-08-08 09:51:41 +00:00
..
native_tools Fix #1161: set the `CMAKE` environment variables for prebuilt toolchains. (#1163) 2024-03-13 14:29:36 +00:00
private Simplify the toolchain registration for bzlmod (#1105) 2024-01-12 22:00:28 +00:00
BUILD.bazel Simplify the toolchain registration for bzlmod (#1105) 2024-01-12 22:00:28 +00:00
README.md
built_toolchains.bzl Upgrade default ninja version to 1.12.1 (#1248) 2024-08-08 09:51:41 +00:00
cmake-c++11.patch Build msvc cmake with prebuilt cmake (#1148) 2024-01-12 21:37:09 +00:00
cmake_versions.bzl chore(deps): cmake/ninja: add new versions (#1212) 2024-06-14 20:45:57 +00:00
make-reproducible-bootstrap.patch
pkgconfig-builtin-glib-int-conversion.patch Add in custom glib patch (#1211) 2024-06-24 19:59:53 +00:00
pkgconfig-detectenv.patch
pkgconfig-makefile-vc.patch
prebuilt_toolchains.bzl chore(deps): cmake/ninja: add new versions (#1212) 2024-06-14 20:45:57 +00:00
prebuilt_toolchains.py chore(deps): cmake/ninja: add new versions (#1212) 2024-06-14 20:45:57 +00:00
prebuilt_toolchains_repository.bzl
toolchains.bzl Add meson support (#986) 2023-06-09 11:29:12 +01:00

README.md

Rules Foreign CC Toolchains

This package contains implementations for toolchains required for the supported build systems.

Built Toolchains

These toolchains are for build tools that are built from source.

PreBuilt Toolchains

These toolchains are for build tools that are built and stored at some remote site and downloaded when required by any target currently in the build graph.

PreInstalled Toolchains

These toolchains are for build tools already installed on the host.