This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
CAPU v0.13.0
Bug fixes:
- Fixed a bug in StringOutputStream (big floats induced buffer overflow)
- Fixed potential warning in String Constructor
- Fixed minor bug in ACMEs list to string function
- Fixed OS_WINDOWS macro definition
- Fixed Mac OS X 64 bit build
- Removed dead code in StringOutputStream
- Removed pragmas for memory alignment in HashTableEntry
- Added references in Pair instead of copies
- Added check for 0 before ObjectCopy in Array
New features/supported platforms:
- Added support for QNX ARMv7L
- Added support for Mac OS X 32 bit
- Added simple delegate mechanism
- Added Math::Exp function
- Added more assignment and swapping tests
Warnings are now errors:
- Added /WX Flag to Windows toolchain files
- Added -Werror to Linux toolchain files