Skip to content

Releases: nickeldan/vanilla_squad

Releasing 6.0.0

24 Jul 04:44
Compare
Choose a tag to compare
  • Log processors are now required to leave the buffer null-terminated.
  • vasqHexDump now only makes one call to write.

Releasing 5.5.0

20 Jul 02:38
Compare
Choose a tag to compare
  • Added padding and minimum length specification for all integer types.
  • Added support for %zd and %jd.
  • Changed the handling of the %h token in logger formats to use the local time.

Releasing 5.4.0

19 Jul 03:58
Compare
Choose a tag to compare
  • Added the ability to print long and long long hex values.

releasing 5.3.1

08 Jul 01:33
Compare
Choose a tag to compare
  • Fixed the handling of the quick parameter to vasqExit.

Releasing 5.3.0

04 Jul 04:55
Compare
Choose a tag to compare
  • Added VASQ_LOGGER_FLAG_HEX_DUMP_INFO.

Releasing 5.2.3

01 Feb 03:51
Compare
Choose a tag to compare
  • Fixed the expansion of the logger macros when VASQ_NO_LOGGING is defined.

Releasing 5.2.2

26 Jan 22:50
Compare
Choose a tag to compare
  • Fixed a typo in the VASQ_REALLOC macro definition for when VASQ_NO_LOGGING is defined.

Releasing 5.2.1

25 Jan 04:12
Compare
Choose a tag to compare
  • Removed the %T logging token when not compiling for Linux.

Releasing 5.2.0

20 Jan 21:20
Compare
Choose a tag to compare
  • Added support for the VASQ_NO_LOGGING preprocessor variable.

Releasing 5.1.3

20 Jan 17:11
Compare
Choose a tag to compare
  • errno is now guaranteed to contain a meaningful value if vasqLoggerCreate returns either VASQ_RET_DUP_FAIL or VASQ_RET_FNCTL_FAIL.