Releases: FOLF-projects/folf-namespace
V1.1.0 - Speed update
This update of FOLF features speed improvements for the primecalc example and improves most parts of FOLF.
- Fixed typos
- moved sleepFor() to the macro folf_sleepFor()
- improved code readability
- minimized created variables
- fixed the problem, that randomNum() returns 0 with a higher chance
- moved getTimestamp() to the macro folf_getTimestamp
Please note, that you probably will have to move to the newly introduced macros!
Happy coding
V1.0.3 - Hotfix release
This release fixes the wrong declaration of folf/calcTool.hpp and folf/numTool.hpp inside cmake, which made it impossible to include the header into projects. Everything should work now perfectly fine!
V1.0.2 - Small improvements
This update adds identifiers to all macros (folf_macro-name) as well as a small change of createVector(from, to) to the macro folf_createVector(from, to).
V1.0.1 - CMake fix
This small release fixed the missing cmake flag for disabling the unit testing to safe time.
the start
Version 0.1
First initial release of FOLF including benchmarking and various functions for time and number operations.