This repository represents the Lynar Studios - Standard Library (ls-std).
Patrick bbf7536450 Rename LICENSE.txt file | 4 years ago | |
---|---|---|
config | 4 years ago | |
source | 4 years ago | |
test | 4 years ago | |
.gitignore | 4 years ago | |
CMakeLists.txt | 4 years ago | |
LICENSE.MIT | 4 years ago | |
README.md | 4 years ago |
This is a cross-platform standard library written in C++ which provides basic functionality and implementation, like:
It has been tested on Windows, Linux and MacOS systems.
You can find a detailed documentation on Lynar Studios Website: lynarstudios.com
This software is licensed and uses MIT-license. You can find a LICENSE.MIT file inside the project's root directory.
This project contains unit tests to accomplish test coverage.
To run those unit tests you have to adjust TestHelper class by adding your personal test folder path to getTestFolderLocation method.
There you have to adjust location variable based on the operating system you're using.