rules_foreign_cc/examples/third_party
UebelAndre 83ab86e632
Updated `pcre` example (#809)
* Updated `pcre` example

* Disable failing Bison test
2021-11-17 09:51:25 -08:00
..
apr Move more example build config into example BUILD files (#763) 2021-08-17 14:05:12 +00:00
apr_util Move more example build config into example BUILD files (#763) 2021-08-17 14:05:12 +00:00
bison Restructured rules to match architecture (#555) 2021-03-12 16:54:14 +00:00
cares Fix building for iOS (#767) 2021-08-21 08:55:10 +01:00
curl Move more example build config into example BUILD files (#763) 2021-08-17 14:05:12 +00:00
gn Add config for building with spawn_strategy=standalone (#603) 2021-05-05 17:47:25 -07:00
gperftools Removed legacy `*env_vars` attributes from `cmake` and `configure_make` rule (#675) 2021-06-21 08:24:34 -07:00
iconv Removed legacy `*env_vars` attributes from `cmake` and `configure_make` rule (#675) 2021-06-21 08:24:34 -07:00
libgit2 Added libgit2 Google mirror (#800) 2021-10-19 08:54:17 -07:00
libjpeg_turbo Fixed libjpeg turbo example (#678) 2021-06-14 14:55:28 +00:00
libpng Add config for building with spawn_strategy=standalone (#603) 2021-05-05 17:47:25 -07:00
libssh2 Fixed dangling symlinks in builds (#656) 2021-06-01 13:59:16 -07:00
log4cxx Add log4cxx example to CI (#762) 2021-08-18 06:00:17 -07:00
openssl Expand make variables in env (#788) 2021-10-19 07:51:53 -07:00
pcre Updated `pcre` example (#809) 2021-11-17 09:51:25 -08:00
python Updated `bazel_skylib`, `rules_cc` and `rules_python` (#801) 2021-10-19 16:28:21 +00:00
sqlite Removed legacy `*env_vars` attributes from `cmake` and `configure_make` rule (#675) 2021-06-21 08:24:34 -07:00
subversion Removed legacy `*env_vars` attributes from `cmake` and `configure_make` rule (#675) 2021-06-21 08:24:34 -07:00
zlib Removed all deprecated attributes (#600) 2021-04-12 15:23:42 +00:00
.gitignore Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
BUILD.bazel Updated `pcre` example (#809) 2021-11-17 09:51:25 -08:00
README.md Added architecture documentation (#544) 2021-03-09 10:49:13 -08:00
WORKSPACE.bazel Fix building for iOS (#767) 2021-08-21 08:55:10 +01:00
repositories.bzl Updated `bazel_skylib`, `rules_cc` and `rules_python` (#801) 2021-10-19 16:28:21 +00: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.