Releases: michaelrfraser/syscommon
Releases · michaelrfraser/syscommon
Server Socket and Travis Build Integration
Version 0.4, 2016-11-24
New and Noteworthy
- Added
ServerSocket
class - Added Travis CI build integration
- Currently tests under linux64 and macOS
Improvements
- Unit tests written for
Socket
class - Added const qualifiers for all public accessor member methods
- Added VC12 build target for Ansi Release using static CRT (/MT flag)
- Added debug headers for memory leak detection in MSVC
Bug Fixes
Platform::getAvailableNetworkInterfaceAddresses()
now includes wireless interfaces under Windows Vista+
Build system revamp and bug fixes
Version 0.3, 2014-10-21
New and Noteworthy
- Simplified build system
- Ant has been replaced with batch/shell scripts
- UNICODE build is now compiled for all platforms
- Visual Studio solution files are now shipped for VC8 and VC10
Bug Fixes
- Fixed race condition in the
Thread
class that causedThread::currentThread()
to occasionally returnNULL
for a valid thread. - Fixed unit tests for the previous namespace/structure changes.