|
1 | 1 | Changes in plibsys 0.0.4 |
2 | 2 | ======================== |
3 | 3 |
|
4 | | -* Switch to MIT license from LGPLv2+ |
5 | | -* Replace Boost test framework with own one |
| 4 | +* Switch to MIT license from LGPLv2+ (#71) |
| 5 | +* Replace Boost test framework with own one (#56) |
6 | 6 | * Add visibility support for APIs |
7 | | -* Add Debian package (in separate branch) |
| 7 | +* Add Debian package (in separate branch) (#54) |
8 | 8 | * Add gear package (ALT Linux) |
9 | 9 | * Add Conan packages |
10 | 10 | * Add option to generate Doxygen documentation |
11 | 11 |
|
12 | 12 | * New supported platforms and compilers: |
13 | 13 | BlackBerry 10 (AArch32, x86) |
14 | 14 | Cray Linux Environment |
15 | | - AmigaOS 4.1 (PPC) |
16 | | - Android (x86, x64, AArch32, AArch64) |
17 | | - iOS, tvOS, watchOS (x86, x64, AArch32, AArch64) |
| 15 | + AmigaOS 4.1 (PPC) (#59) |
| 16 | + Android (x86, x64, AArch32, AArch64) (#69) |
| 17 | + iOS, tvOS, watchOS (x86, x64, AArch32, AArch64) (#70) |
18 | 18 | PGI (x64) compiler on macOS |
19 | 19 |
|
20 | 20 | * New API |
21 | 21 | Macros for variable arguments |
22 | 22 |
|
23 | 23 | * AppVeyor |
24 | | - Add Visual Studio 2017 builds |
25 | | - Build tests for Watcom compiler |
| 24 | + Add Visual Studio 2017 builds (#53) |
| 25 | + Build tests for Watcom compiler (#57) |
26 | 26 |
|
27 | 27 | * Travis |
28 | | - Add GCC 7.x builds |
| 28 | + Add GCC 7.x builds (#48) |
29 | 29 | Add Clang 4.0 and 5.0 builds |
30 | 30 | Add MinGW 7.1.x (x64) builds |
31 | 31 | Update MinGW builds to 6.3.x (x64) |
|
0 commit comments