[Asio-samples-users] Asio samples 0.4.0 released
Status: Beta
Brought to you by:
mabrarov
From: Marat A. <ab...@gm...> - 2012-08-11 21:14:59
|
Asio samples 0.4.0 is out: http://sourceforge.net/projects/asio-samples/files/asio-samples/0.4.0%20%28Development%29/asio_samples_0_4_0.zip/downl oad Release notes in short: 1. async_connect & asio_performance_test_client: measuring of elapsed time fixed, socket shutdown added. 2. echo_server & qt_echo_server: statistics added ("live statistics" for qt_echo_server), errors revisited. 3. MSVS 2012 projects added. 4. Links to Boost docs fixed. 5. MSVC 10.0 projects: Test & Profile configurations added. 6. ma::limited_int class added. Tested (built + simple manual functional test) on: 1. x86/amd64: MS Windows 7 Professional SP1 x64, MSVC 10.0 SP1 (MSVS 2010 SP1, static runtime), Boost C++ Libraries 1.50 (static), Qt 4.8.2 (static); 2. x86/amd64: MS Windows 7 Ultimate SP1 x86, Intel C++ Composer XE 2011 Update 7 (MSVS 2010 SP1, static runtime), Boost C++ Libraries 1.50 (patched - see build/patches/boost_1_50_0/intel_12_1_shared_ptr_operator_bool.patch, static); 3. x86: MS Windows 7 Ultimate SP1 x86, Qt Creator 2.5.1 (MSVC 10.0 SP1, static runtime), Boost C++ Libraries 1.50 (static), Qt 4.8.2 (shared); 4. x86/amd64: MS Windows XP Professional SP3 x86, MSVC 9.0 (static runtime), Boost C++ Libraries 1.50 (static); 5. 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); 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 Consumer Preview, MSVC 11.0 (MSVS 11 Beta, static runtime), Boost C++ Libraries 1.50 (static). Regards, Marat Abrarov. |