Releases: pcannon09/cpp-time-utils
Releases · pcannon09/cpp-time-utils
1.1.3
04 Jul 13:00
Compare
Sorry, something went wrong.
No results found
Deprecated TOSTRING and STRINGIFY , now it is renamed to STT_TOSTRING and STT_STRINGIFY
Set CMake to current source directory instead of source directory
Full Changelog : 1.1.2...1.1.3
1.1.2
27 Mar 11:53
Compare
Sorry, something went wrong.
No results found
Fixed minor bug when setting offset
Full Changelog : 1.1.1...1.1.2
1.1.1
10 Mar 14:42
Compare
Sorry, something went wrong.
No results found
1.1.0
10 Mar 14:18
Compare
Sorry, something went wrong.
No results found
Made some code compatible with C++98
Created functions such as:
TimeOffset getUTCOffset ();
TimeOffset getAddOffset ();
void addOffset (int hour, unsigned int min);
unsigned int getDaysInMonth ();
NOTE: Stopwatch, Sleep and Timer are not available for C++98
Full Changelog : 1.0.1...1.1.0
1.0.1
21 Feb 11:52
Compare
Sorry, something went wrong.
No results found
The month wasn't updated - Fixed bug
1.0.0
21 Feb 11:31
Compare
Sorry, something went wrong.
No results found
Initial release for C++ Time Utils