Releases: supurloop/ssf
Releases · supurloop/ssf
0.1.1
- Fix UBJSON parser bug that incorrectly converts unsigned int to a negative number.
- Elimimate reentrancy problem in dtime interface.
- Skip some dtime unit tests on 32-bit systems.
- Fix various compiler warnings.
- Remove escaping of / in JSON string generator interface.
- Allow top level arrays in JSON interface.
- Allow top level arrays in UBJSON interface.
- Miscellaneous code clean up.
- Fix bug in fsm interface where a pending timer is not updated when StartTimer called.
- Updated fsm interface to have 1 level of nesting, a superstate.
- Beta version of generic object interface.
- Better organized the source files in Visual Studio project.
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
- Upgraded Visual Studio solution and project to Community 2022 version.
- Optimized Reed Solomon performance.
- Added optional multi-thread support to FSM framework.
- Fixed bug in FSM framework where nextTimeout was computed incorrectly.
- Implemented Configuration Storage interface.
- Added PRNG interface which can generate cryptographically secure random numbers.
- Added macros to support SSF use from C++ modules.
- Minor formatting changes and compiler warning fixes.