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

https://github.com/devosoft/empiricalelements

Tools from Empirical that can be used stand-alone, without any dependencies.
https://github.com/devosoft/empiricalelements

Last synced: 8 months ago
JSON representation

Tools from Empirical that can be used stand-alone, without any dependencies.

Awesome Lists containing this project

README

          

This poject contains the most heavily used code from Empirical that can be used
without any includes or dependencies beyond the C++ standard library. Our goal
is to simplify the incorporation of these files into new projects.

Most of the files here are originally from the Empirical source/tools/ folder,
but modified to use the (less safe) std:: version of classes, templates, and
asserts. Each file will be marked in its header when it was last converted.

The full Empirical library is available at:
https://github.com/devosoft/Empirical