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✨
DESCRIPTION |NEWS
card.svg |card.png
compdb/json (API)
| # 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 | 107 | ||
| source / vignettes | OK | 140 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 224 | ||
| macos-oldrel-arm64 | OK | 131 | ||
| windows-devel | OK | 61 | ||
| windows-release | OK | 54 | ||
| windows-oldrel | OK | 54 | ||
| wasm-release | OK | 93 |
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 |
