Releases: lsp-plugins/lsp-test-fw
Releases · lsp-plugins/lsp-test-fw
Release 1.0.20
- Removed Makefile.d. Dependencies are now automatically generated at the build stage.
- Updated build scripts.
Release 1.0.19
- Added test build for Windows using MSYS2.
- More strict syntax for test asserts.
- Updated build scripts.
Release 1.0.18
- Fixed invalid version in header files.
Release 1.0.17
- Updated build scripts.
Release 1.0.16
- Updated build scripts.
Release 1.0.15
- Got rid of the plauge <windows.h> header in the header files.
- Updated build scripts.
Release 1.0.14
- Updated build scripts.
Release 1.0.13
- 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
- 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
- Reduced dependency on the lsp-common-lib.
- Updated build scripts.