rules_foreign_cc/examples/third_party
Michael Allwright b25485b26d
Support location expansion and make variable substitution in CMake cache entries (#1272)
2024-09-05 13:58:37 +00:00
..
apr Bump APR version to 1.7.5. Make CI/CD green again. (#1273) 2024-09-04 17:02:11 +01:00
apr_util Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
autotools Add meson support (#986) 2023-06-09 11:29:12 +01:00
bison Fix macOS CI (#1251) 2024-08-08 09:06:50 +00:00
cares Update buildifier (#998) 2023-01-06 19:56:01 +00:00
curl Support location expansion and make variable substitution in CMake cache entries (#1272) 2024-09-05 13:58:37 +00:00
glib fix meson tests for macOS CI (#1260) 2024-08-14 09:26:35 +01:00
gn Adds toolchain for freebsd. (#794) 2021-11-29 10:54:06 +00:00
gperftools Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
iconv Remove tests that depend on shared libraries (#1016) 2023-02-21 10:07:01 +00:00
libgit2 Support location expansion and make variable substitution in CMake cache entries (#1272) 2024-09-05 13:58:37 +00:00
libjpeg_turbo Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
libpng Support location expansion and make variable substitution in CMake cache entries (#1272) 2024-09-05 13:58:37 +00:00
libssh2 Support location expansion and make variable substitution in CMake cache entries (#1272) 2024-09-05 13:58:37 +00:00
log4cxx Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
mesa set CC and CXX and their flags in meson (#1098) 2023-12-11 09:35:14 +00:00
openssl update @rules_perl in examples (#1108) 2023-10-25 17:16:20 +01:00
pcre Support location expansion and make variable substitution in CMake cache entries (#1272) 2024-09-05 13:58:37 +00:00
python Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
sqlite Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
subversion Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
zlib Support location expansion and make variable substitution in CMake cache entries (#1272) 2024-09-05 13:58:37 +00:00
.gitignore Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
BUILD.bazel fix meson tests for macOS CI (#1260) 2024-08-14 09:26:35 +01:00
README.md Added architecture documentation (#544) 2021-03-09 10:49:13 -08:00
WORKSPACE.bazel Fix `//openssl/...` by calling `openssl_setup()` (#1137) 2023-12-20 11:20:56 +00:00
repositories.bzl Add meson support (#986) 2023-06-09 11:29:12 +01:00
setup.bzl Expand make variables in env (#788) 2021-10-19 07:51:53 -07:00

README.md

Rules Foreign CC Third Party Examples

This package contains examples of rules_foreign_cc building common/popular third-party source code.

For more details on how the examples here should be structured. Please see the documentation in @rules_foreign_cc_examples//:README.md.