|
@@ -1,4 +1,4 @@
|
|
|
-# Lynar Studios - Standard Library 2024.1.0.0 #
|
|
|
+# Lynar Studios - Standard Library 2024.1.0.1 #
|
|
|
|
|
|
This is a cross-platform standard library written in C++ offering functionalities you would usually miss in C++'s standard library, especially if you would search for cross-platform implementations.
|
|
|
This library has been tested on __Windows__, __Linux__ and __MacOS__ systems.
|
|
@@ -34,19 +34,11 @@ A __Date__ class comes with this submodule, which you can use to represent a dat
|
|
|
|
|
|
#### Features ####
|
|
|
|
|
|
-- a reworked version of Event handling is now available, which orients more on nowadays standards - this implementation
|
|
|
- is replacing the old Event based implementation
|
|
|
-- this library is now licensed under the __LGPL v3__ license
|
|
|
-- a class documentation has been added, which was generated by Coline code generation tool
|
|
|
+- none
|
|
|
|
|
|
#### Improvements ####
|
|
|
|
|
|
-- an OS-specific initialization-script is now being provided for setting up the project and preparing it for the developer for code-contribution
|
|
|
-- the library version scheme is now reflecting major-, minor- and patch-level additionally to the year of release to
|
|
|
- rightfully reflect on the change impact, resulting into the format YYYY.MAJOR.MINOR.PATCH
|
|
|
-- CMake required minimum version was upgraded to __3.30.0__
|
|
|
-- GCC required minimum compiler version was upgraded to __14.2__
|
|
|
-- Google Test version was upgraded to __1.15.2__
|
|
|
+- README.md file now contains information on documentation
|
|
|
|
|
|
#### Fixes ####
|
|
|
|
|
@@ -55,7 +47,7 @@ A __Date__ class comes with this submodule, which you can use to represent a dat
|
|
|
---
|
|
|
### Documentation ###
|
|
|
|
|
|
-You can find a detailed documentation on Lynar Studios Website: lynarstudios.com
|
|
|
+A simple HTML documentation file generated with Coline code documentation tool can be found inside the __doc__ folder of the project's root directory.
|
|
|
|
|
|
---
|
|
|
### License ###
|