Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Releases: FOLF-projects/folf-namespace

V1.1.0 - Speed update

07 Feb 23:14
280db03

Choose a tag to compare

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

17 Jan 00:05
d4959a0

Choose a tag to compare

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

16 Jan 12:05
ebf23c9

Choose a tag to compare

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

14 Jan 14:25
f8c87f6

Choose a tag to compare

This small release fixed the missing cmake flag for disabling the unit testing to safe time.

the start

13 Jan 12:08
6f7f9a9

Choose a tag to compare

This is the first public release which is full featured and ready for production. See the wiki for details!

Version 0.1

15 Jul 10:03
53f5102

Choose a tag to compare

Version 0.1 Pre-release
Pre-release

First initial release of FOLF including benchmarking and various functions for time and number operations.