Skip to content

Releases: lsp-plugins/lsp-test-fw

Release 1.0.20

21 May 11:09
Compare
Choose a tag to compare
  • Removed Makefile.d. Dependencies are now automatically generated at the build stage.
  • Updated build scripts.

Release 1.0.19

19 Mar 13:22
Compare
Choose a tag to compare
  • Added test build for Windows using MSYS2.
  • More strict syntax for test asserts.
  • Updated build scripts.

Release 1.0.18

28 Jan 15:01
Compare
Choose a tag to compare
  • Fixed invalid version in header files.

Release 1.0.17

19 Dec 22:46
Compare
Choose a tag to compare
  • Updated build scripts.

Release 1.0.16

05 Sep 20:06
Compare
Choose a tag to compare
  • Updated build scripts.

Release 1.0.15

04 Sep 19:51
Compare
Choose a tag to compare
  • Got rid of the plauge <windows.h> header in the header files.
  • Updated build scripts.

Release 1.0.14

24 Jul 20:33
Compare
Choose a tag to compare
  • Updated build scripts.

Release 1.0.13

30 Jun 16:21
Compare
Choose a tag to compare
  • Moved status codes to separate header.
  • Renamed status codes to not to clash with lsp-common-lib.
  • Added 'suppress' argument to output only necessary information.

Release 1.0.12

29 Jun 16:31
Compare
Choose a tag to compare
  • Removed lsp-common-lib from dependencies (breaking circular dependencies).
  • Source code is compatible with C++ 11 standard and above.
  • Updated build scripts.

Release 1.0.11

20 Jun 16:49
Compare
Choose a tag to compare
  • Reduced dependency on the lsp-common-lib.
  • Updated build scripts.