2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-27 02:43:28 +00:00
rules_foreign_cc/examples
irengrig 8372f383cf
Allow to specify working directory for cmake_external (#390)
Allow to specify working directory for cmake_external
For LLVM case, when main CMakeLists.txt is in the /llvm subdirectory in the source tree

Co-authored-by: Andy Yankovsky <weratt@gmail.com>
2020-04-24 09:16:21 +02:00
..
apache_httpd Correct environment variable references to the platform-independent style (#248) 2019-05-06 16:30:21 +02:00
bison Add bison/yacc example (configure & make) (#206) 2019-01-28 22:10:31 +01:00
boost adds bootstrap_options to attribute to allow user to pass command line args to bootstrap.sh (#181) 2019-02-14 11:05:10 +01:00
build_cmake_itself Reorganize examples to be in a separate workspace (#188) 2019-01-07 10:31:27 +01:00
built_ninja Extract cmake and ninja into a toolchain; provide defaults. (#192) 2019-01-08 12:25:16 +01:00
cc_configure_make Adapt rules_foreign_cc for working with libtool instead of ar. (#315) 2019-09-09 18:20:42 +02:00
cmake Reorganize examples to be in a separate workspace (#188) 2019-01-07 10:31:27 +01:00
cmake_android Switch to rules_jvm_external (#287) 2019-07-10 18:44:57 +02:00
cmake_cares Extract cmake and ninja into a toolchain; provide defaults. (#192) 2019-01-08 12:25:16 +01:00
cmake_crosstool Fix Visual Studio version used in examples for #368 (#370) 2020-02-13 10:26:42 +01:00
cmake_hello_world_lib Fix Visual Studio version used in examples for #368 (#370) 2020-02-13 10:26:42 +01:00
cmake_hello_world_variant Fix replace_in_files function in windows_commands.bzl (#280) 2019-06-25 18:31:21 +02:00
cmake_nghttp2 Extract cmake and ninja into a toolchain; provide defaults. (#192) 2019-01-08 12:25:16 +01:00
cmake_pcl Reorganize examples to be in a separate workspace (#188) 2019-01-07 10:31:27 +01:00
cmake_synthetic Be resilient with Bazel-built transitive dependencies duplicates (#318) 2019-09-17 14:34:20 -04:00
cmake_with_bazel_transitive Fix using Bazel-built libraries by cmake_external and configure_make (#249) 2019-05-09 10:35:00 +02:00
cmake_working_dir Allow to specify working directory for cmake_external (#390) 2020-04-24 09:16:21 +02:00
configure_gnuplot Fix using Bazel-built libraries by cmake_external and configure_make (#249) 2019-05-09 10:35:00 +02:00
configure_with_bazel_transitive Fix using Bazel-built libraries by cmake_external and configure_make (#249) 2019-05-09 10:35:00 +02:00
make_luajit Lua example (#291) 2019-10-23 12:17:16 +02:00
pybind11 Reorganize examples to be in a separate workspace (#188) 2019-01-07 10:31:27 +01:00
simple_make Fix the simple_make example so that it works on Mac & Linux (#339) 2019-11-26 19:13:54 +01:00
use_malloc Example with malloc attribute, currently not working (#250) 2019-05-07 18:19:16 +02:00
with_prebuilt_ninja_artefact Windows, tests: fix for native test wrapper (#246) 2019-04-30 16:50:26 +03:00
.bazelignore Lua example (#291) 2019-10-23 12:17:16 +02:00
BUILD Allow to specify working directory for cmake_external (#390) 2020-04-24 09:16:21 +02:00
examples_repositories.bzl Mirror all http_archives. (#341) 2019-11-19 14:50:33 +01:00
nghttp2.patch Fix patch file for nghttp2 (#275) 2019-06-06 13:25:46 +02:00
print_bazel_version.sh Minor fixes in example files (#264) 2019-06-25 18:38:25 +02:00
select_windows_tests.bzl Correction for what tests to run on CI on Windows with Bazel 0.22.0 (#207) 2019-01-29 14:21:31 +01:00
WORKSPACE Switch to rules_jvm_external (#287) 2019-07-10 18:44:57 +02:00