Skip to content

Releases: nickeldan/vanilla_squad

Releasing 7.1.0

08 Oct 04:59
Compare
Choose a tag to compare
  • Added names to loggers.
  • Now using Scrutiny 0.7.1.

Releasing 7.0.0

25 Mar 02:06
Compare
Choose a tag to compare
  • Reworked loggers to use handlers.
  • Removed deprecated logging functions.

Releasing 6.0.8

03 Mar 04:39
Compare
Choose a tag to compare
  • %p can now handle NULL pointers.

Releasing 6.0.7

06 Jan 02:37
Compare
Choose a tag to compare
  • Fixed a bug with gettid for Linux systems where syscall returns an int.

Releasing 6.0.6

15 Dec 00:34
Compare
Choose a tag to compare
  • vasqLoggerCreate now sets *logger to NULL upon error.
  • vasqSetLoggerLevel no longer emits a logging message.

Releasing 6.0.5

02 Sep 02:15
Compare
Choose a tag to compare
  • make.mk now creates any necessary directories.
  • Added an include guard to make.mk.

Releasing 6.0.4

22 Aug 02:27
Compare
Choose a tag to compare
  • Added the format attribute to several printf-like functions.
  • Added the BUILD_DEPS variable to make.mk.
  • deps.mk is now written to VASQ_OBJ_DIR.

Releasing 6.0.3

17 Aug 01:59
Compare
Choose a tag to compare
  • Deprecated various logging wrapper functions such as vasqMalloc.
  • Added the use of LDFLAGS and VASQ_OBJ_DIR to make.mk.

Releasing 6.0.2

28 Jul 17:16
Compare
Choose a tag to compare
  • Fixed a typo in the vasqHexDump output.

Releasing 6.0.1

27 Jul 16:07
Compare
Choose a tag to compare
  • Replaced the macro SYS_gettid with __NR_gettid.