8000 Releases · michaelrfraser/syscommon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: michaelrfraser/syscommon

Server Socket and Travis Build Integration

24 Nov 05:40
Compare
Choose a tag to compare

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

21 Oct 02:31
Compare
Choose a tag to compare

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 caused Thread::currentThread() to occasionally return NULL for a valid thread.
  • Fixed unit tests for the previous namespace/structure changes.
0