Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[request] libra/0.8.7 #26436

Open
jharwell opened this issue Jan 21, 2025 · 0 comments
Open

[request] libra/0.8.7 #26436

jharwell opened this issue Jan 21, 2025 · 0 comments

Comments

@jharwell
Copy link

jharwell commented Jan 21, 2025

Package Name/Version

libra/0.8.7

Webpage

https://jharwell.github.io/libra/

Source code

https://github.com/jharwell/libra

Description of the library/tool

This is a small cmake middleware framework which provides some useful automation across compilers for things like:

  • static analysis
  • unit tests
  • build configuration
  • code coverage
  • runtime instrumentation/checking

It works well with GCC/clang, and minimally with the intel compiler suite. It is only tested on linux, though it would probably work on OSX as well. It can run standalone, though I am intending for it to migrate to being driven by package managers like conan. Functionally, it decides what compiler flags to pass to the compiler based on a set of cmake configuration options; it does not, afaict, set anything that conan also sets (it inherits conan's setting for BUILD_TESTING ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant