You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ).
The text was updated successfully, but these errors were encountered:
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:
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
).The text was updated successfully, but these errors were encountered: