This repository represents the Lynar Studios - Standard Library (ls-std).

patrick 50126514ba Improve CMakeLists.txt file 4 gadi atpakaļ
config 84b7be3222 Added code style file 4 gadi atpakaļ
source d41590e964 Remove unfinished serialization classes 4 gadi atpakaļ
test d41590e964 Remove unfinished serialization classes 4 gadi atpakaļ
.gitignore 2ee11bc5fb Extended .gitignore file 4 gadi atpakaļ
CMakeLists.txt 50126514ba Improve CMakeLists.txt file 4 gadi atpakaļ
LICENSE.MIT bbf7536450 Rename LICENSE.txt file 4 gadi atpakaļ
README.md 2491271783 Update README.md file 4 gadi atpakaļ

README.md

Lynar Studios - Standard Library 2020.1.0

This is a cross-platform standard library written in C++ which provides basic functionality and implementation, like:

  • Boxing Classes
  • File Operations
  • Minimal Reflection
  • Date Class
  • State Machine Class
  • Serialization
  • JSON
  • XML
  • Logger Class

It has been tested on Windows, Linux and MacOS systems.

Documentation

You can find a detailed documentation on Lynar Studios Website: lynarstudios.com

License

This software is licensed and uses MIT-license. You can find a LICENSE.MIT file inside the project's root directory.

Testing

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.