|
| 1 | +----------------------------------------------------------------------------------------- |
| 2 | +2023-03-26 Frank Voorburg < [email protected]> |
| 3 | + |
| 4 | +* Renamed files. |
| 5 | +* Added CMake integration details to the user manual. |
| 6 | +* Resolved a compiler warning. |
| 7 | +* Public release of version 1.3.0. |
| 8 | + |
1 | 9 | ----------------------------------------------------------------------------------------- |
2 | 10 | 2023-03-11 Frank Voorburg < [email protected]> |
3 | 11 |
|
|
6 | 14 | * Added TBX_ON and TBX_OFF macros. |
7 | 15 | * Coding style updates. |
8 | 16 | * Public release of version 1.2.0. |
| 17 | + |
9 | 18 | ----------------------------------------------------------------------------------------- |
10 | 19 | 2023-02-03 Frank Voorburg < [email protected]> |
11 | 20 |
|
|
14 | 23 | * Added CMake interface library for convenient integration in CMake based projects. |
15 | 24 | * Added tbxcxx.cpp with C++ new/delete overloads that use MicroTBX memory pools. |
16 | 25 | * Public release of version 1.1.0. |
| 26 | + |
17 | 27 | ----------------------------------------------------------------------------------------- |
18 | 28 | 2022-06-15 Frank Voorburg < [email protected]> |
19 | 29 |
|
|
22 | 32 | * Added port for GNU/Linux. |
23 | 33 | * Configured CRC16 as CRC16-CCITT-False and CRC32 as CRC32-MPEG2 |
24 | 34 | * Public release of version 1.0.0. |
| 35 | + |
25 | 36 | ----------------------------------------------------------------------------------------- |
26 | 37 | 2022-03-09 Frank Voorburg < [email protected]> |
27 | 38 |
|
28 | 39 | * Added complete API reference to the documentation. |
29 | 40 | * Added extra functionality for usinig MicroTBX in combination with FreeRTOS. |
30 | 41 | * Configured GitHub actions for building and publishing the documentation. |
31 | 42 | * Public release of version 0.9.5. |
| 43 | + |
32 | 44 | ----------------------------------------------------------------------------------------- |
33 | 45 | 2021-10-29 Frank Voorburg < [email protected]> |
34 | 46 |
|
35 | 47 | * Moved demos to a separate git repository. |
36 | 48 | * Moved tbx_conf.h to the "template" subdirectory. |
37 | 49 | * Public release of version 0.9.4. |
| 50 | + |
38 | 51 | ----------------------------------------------------------------------------------------- |
39 | 52 | 2020-04-09 Frank Voorburg < [email protected]> |
40 | 53 |
|
|
65 | 78 |
|
66 | 79 | * Setup of GitHub project and kick-off for development. |
67 | 80 |
|
68 | | - |
|
0 commit comments