Skip to content

Releases: pcannon09/cpp-time-utils

1.1.3

04 Jul 13:00

Choose a tag to compare

  • 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

Choose a tag to compare

  1. Fixed minor bug when setting offset

Full Changelog: 1.1.1...1.1.2

1.1.1

10 Mar 14:42

Choose a tag to compare

  1. Create a shared and static lib

Full Changelog: 1.1.0...1.1.1

1.1.0

10 Mar 14:18

Choose a tag to compare

  1. Made some code compatible with C++98
  2. 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

Choose a tag to compare

The month wasn't updated - Fixed bug

1.0.0

21 Feb 11:31

Choose a tag to compare

Initial release for C++ Time Utils