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.
- Host: GitHub
- URL: https://github.com/devosoft/empiricalelements
- Owner: devosoft
- License: mit
- Created: 2017-10-19T13:56:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T16:08:50.000Z (over 7 years ago)
- Last Synced: 2025-05-17T05:12:36.525Z (about 1 year ago)
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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