Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
cc/ | 22-Nov-2023 | - | 273 | 203 | ||
examples/ | 22-Nov-2023 | - | 534 | 452 | ||
README.md | D | 22-Nov-2023 | 542 | 14 | 10 | |
WORKSPACE | D | 22-Nov-2023 | 2.4 KiB | 77 | 57 |
README.md
1 This directory and its subdirectories are a partial fork of the 2 [`rules_cc`]((https://github.com/bazelbuild/rules_cc/) 3 github repository, for experimental use with Bazel builds. 4 5 To reduce the number of dependencies of this directory, not all files in `rules_cc` 6 are included. 7 8 When a file in this directory diverges 9 from `rules_cc`, add a comment containing `Divergence from rules_cc` which 10 explains the need for this divergence. 11 12 This directory must follow HEAD `rules_cc` as closely as possible, with 13 necessary changes made upstream ASAP. 14