An open API service indexing awesome lists of open source software.

https://github.com/immunant/rstrace

Trace compiler and linker invocations
https://github.com/immunant/rstrace

build-system clang compilation-database static-analysis

Last synced: 9 months ago
JSON representation

Trace compiler and linker invocations

Awesome Lists containing this project

README

          

# TODOs

- test `compile_commands.json` output against intercept build
- [x] lua
- [ ] ruby
- figure out why full ruby builds don't match `intercept-build`.
- test on c++ codebase
- support incremental builds
- support detection of main modules
- support detection of library dependencies


# installing

- python prerequisites: `sudo -H pip3 install scan-build`