Package: compdb 0.0.1
compdb: Generate Compilation Database for Use with 'Clang' Tools
Many modern C/C++ development tools in the 'clang' toolchain, such as 'clang-tidy' or 'clangd', rely on the presence of a compilation database in JSON format <https://clang.llvm.org/docs/JSONCompilationDatabase.html>. This package temporarily injects additional build flags into the R build process to generate such a compilation database.
Authors:
compdb_0.0.1.tar.gz
compdb_0.0.1.tgz(r-4.6-any)compdb_0.0.1.tgz(r-4.5-any)
compdb_0.0.1.tar.gz(r-4.7-any)compdb_0.0.1.tar.gz(r-4.6-any)
compdb_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
compdb/json (API)
NEWS
| # Install 'compdb' in R: |
| install.packages('compdb', repos = c('https://cyianor.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cyianor/r-compdb/issues
Last updated from:8740f420fc. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 195 | ||
| linux-release-x86_64 | OK | 104 | ||
| macos-release-arm64 | OK | 135 | ||
| macos-oldrel-arm64 | OK | 228 | ||
| windows-devel | OK | 188 | ||
| windows-release | OK | 56 | ||
| windows-oldrel | OK | 55 | ||
| wasm-release | OK | 89 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add to ignore file | add_ignore |
| Generate Compilation Database for Use with Clang Tools | build_compile_commands |
| Determine Path to Makevars File and Check if it Already Exists | get_makevars |
| Check Whether a Clang Toolchain is Being Used | has_clang |
| Checks that We are on a Unix Platform | is_unix |
