[Asio-samples-users] Asio samples 0.5.2 released
Status: Beta
Brought to you by:
mabrarov
From: Marat A. <ab...@gm...> - 2012-11-20 20:26:08
|
Asio samples 0.5.2 is out: http://sourceforge.net/projects/asio-samples/files/asio-samples/0.5.2%20%28Development%29/asio_samples_0_5_2.zip/downloa d Changelist: 1. C++11 lambdas usage extended. 2. Switched to Boost 1.52 (see /build/patches/boost_1_52_0) & critical bug related to changes in Boost 1.52 (Boost.Thread) fixed. 3. qt_echo_server: minor refactoring done. 4. ma::handler_storage's default implementation of type erasure switched to usage of virtual member functions (see MA_TYPE_ERASURE_USE_VURTUAL at /include/ma/config.hpp:130). 5. MSVS projects tuned. 6. echo_server project: major refactoring of main.cpp done. Tested (built + simple manual functional test) on: 1. x86: MS Windows 7 Professional SP1 x64, MSVC 10.0 SP1. Static C/C++ runtime, Boost C++ Libraries 1.52 (static), Qt 4.8.3 (static). 2. amd64: MS Windows 7 Professional SP1 x64, MSVC 10.0 SP1. Static C/C++ runtime, Boost C++ Libraries 1.52 (static), Qt 4.8.3 (static, amd64). 3. x86: MS Windows XP Professional SP3 x86, MSVC 9.0. Static C/C++ runtime, Boost C++ Libraries 1.52 (static). 4. x86: Kubuntu 12.04 i386, GCC 4.6.3, Qt Creator 2.4.1. Boost C++ Libraries 1.50 (static), Qt 4.8.1 (shared). 5. x86: Kubuntu 12.04 i386, Clang 3.1, Qt Creator 2.4.1. Boost C++ Libraries 1.50 (static), Qt 4.8.1 (shared). 6. x86: Ubuntu 10.10 i386, GCC 4.4.5, Qt Creator 2.0.1. Boost C++ Libraries 1.46 (static), Qt 4.7.0 (shared). 7. x86: MS Windows 8 Enterprise x64, MSVC 11.0 (MSVS 2012). Static C/C++ runtime, Boost C++ Libraries 1.52 (static). 8. amd64: MS Windows 8 Enterprise x64, MSVC 11.0 (MSVS 2012). Static C/C++ runtime, Boost C++ Libraries 1.52 (static). 9. x86: MS Windows 8 Enterprise x64, Intel C++ Compiler XE 13.0.0.089 (Intel Composer XE 2013, MSVS 2012). Static C/C++ runtime, Boost C++ Libraries 1.52 (necessarily patched - see build/patches/boost_1_52_0/intel_12_1_mutex.patch, static). 10. amd64: MS Windows 8 Enterprise x64, Intel C++ Compiler XE 13.0.0.089 (Intel Composer XE 2013, MSVS 2012). Static C/C++ runtime, Boost C++ Libraries 1.52 (necessarily patched - see build/patches/boost_1_52_0/intel_12_1_mutex.patch, static). Regards, Marat Abrarov. |