-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
119 lines (87 loc) · 2.56 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
*******************************************************************************
* RECENT CHANGES
*******************************************************************************
=== 1.0.30 ===
* Added definitions for MacOS dependencies.
* Fixed several Clang warnings.
=== 1.0.29 ===
* Support build for MacOS.
=== 1.0.28 ===
* Updated build scripts.
=== 1.0.27 ===
* Updated build scripts.
=== 1.0.26 ===
* Updated build scripts.
=== 1.0.25 ===
* Updated build scripts.
=== 1.0.24 ===
* Updated build scripts.
=== 1.0.23 ===
* Updated build scripts.
=== 1.0.22 ===
* Updated build scripts.
=== 1.0.21 ===
* Added strict compilation option.
* Updated build scripts.
=== 1.0.20 ===
* Removed Makefile.d. Dependencies are now automatically generated at the build stage.
* Updated build scripts.
=== 1.0.19 ===
* Added test build for Windows using MSYS2.
* More strict syntax for test asserts.
* Updated build scripts.
=== 1.0.18 ===
* Fixed invalid version in header files.
=== 1.0.17 ===
* Updated build scripts.
=== 1.0.16 ===
* Updated build scripts.
=== 1.0.15 ===
* Got rid of the plauge <windows.h> header in the header files.
* Updated build scripts.
=== 1.0.14 ===
* Updated build scripts.
=== 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.
=== 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.
=== 1.0.11 ===
* Reduced dependency on the lsp-common-lib.
* Updated build scripts.
=== 1.0.10 ===
* Updated build scripts.
=== 1.0.9 ===
* Updated build scripts.
* Updated FloatBuffer.
=== 1.0.8 ===
* Updated build system.
=== 1.0.7 ===
* Added FloatBuffer::fill method.
* Updated build system.
=== 1.0.6 ===
* Updated build scripts that now use tags without prefixes first.
* Updated headers and license files to match LGPL3+ license.
* Updated make files to produce static library, pkgconf file and source tree.
=== 1.0.5 ===
* Compatibility fixes with older GCC/GLIBC.
=== 1.0.4 ===
* Updated build files.
* Fixed small memory leak caused by TestExecutor class.
=== 1.0.3 ===
* Updated build scripts.
* Updated versioning subsystem.
=== 1.0.2 ===
* Added better support for temporary directory
* Added better support for resource directory
* Improved MTEST and UTEST macros
=== 1.0.1 ===
* Improved build system
* Added before() and after() test handlers for initializer
=== 1.0.0 ===
* Unit tests
* Performance tests
* Manual tests