-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Dependency Testing
zaphoyd edited this page Dec 10, 2011
·
7 revisions
Build: WebSocket++ 0.2.0 development snapshot/2011-12-10
Environment: Mac OS X 10.7.2, g++ 4.2.1 (version installed by Xcode)
Example | echo_server | echo_server_tls | echo_client | echo_client_tls | broadcast_server | stress_client |
Policies Used | role::server, socket::plain | role::server, socket::plain, socket::tls | role::client, socket::plain | role::client, socket::plain, socket::tls | role::server, socket::plain, socket::tis | role::client, socket::plain, socket::tls |
Libraries Required | websocketpp, boost_system, boost_date_time, boost_regex | websocketpp, boost_system, boost_date_time, boost_regex, ssl, crypto | websocketpp, boost_system, boost_date_time, boost_regex, boost_random | websocketpp, boost_system, boost_date_time, boost_regex, boost_random, ssl, crypto | websocketpp, boost_system, boost_date_time, boost_regex, ssl, crypto | websocketpp, boost_system, boost_date_time, boost_regex, boost_random, boost_thread, ssl, crypto |
Boost 1.48.0 | OK | OK | – | – | – | – |
Boost 1.47.0 | OK | OK | OK | – | OK | OK |
Boost 1.46.1 | OK | significant SSL context constructor change. SSL support might require 1.47 | – | – | – | – |
Boost 1.45.0 | OK | – | – | – | – | – |
Boost 1.44.0 | OK | – | – | – | – | – |
Boost 1.43.0 | OK | – | – | – | – | – |
Boost 1.42.0 | Does not build on 10.7 | Does not build on 10.7 | Does not build on 10.7 | Does not build on 10.7 | Does not build on 10.7 | Does not build on 10.7 |
Build: WebSocket++ 0.2.0 development snapshot/2011-12-10
Environment: Ubuntu 10.04 LTS, g++ 4.4.3
Example | echo_server | echo_server_tls | echo_client | echo_client_tls | broadcast_server | stress_client |
Policies Used | role::server, socket::plain | role::server, socket::plain, socket::tls | role::client, socket::plain | role::client, socket::plain, socket::tls | role::server, socket::plain, socket::tis | role::client, socket::plain, socket::tls |
Libraries Required | websocketpp, boost_system, boost_date_time, boost_regex, pthread | websocketpp, boost_system, boost_date_time, boost_regex, ssl, crypto, pthread | websocketpp, boost_system, boost_date_time, boost_regex, boost_random, pthread | websocketpp, boost_system, boost_date_time, boost_regex, boost_random, ssl, crypto, pthread | websocketpp, boost_system, boost_date_time, boost_regex, ssl, crypto, pthread | websocketpp, boost_system, boost_date_time, boost_regex, boost_random, boost_thread, ssl, crypto, pthread |
Boost 1.48.0 | – | – | – | – | – | – |
Boost 1.47.0 | OK | OK | OK | – | OK | – |
Boost 1.46.1 | – | – | – | – | – | – |
Boost 1.45.0 | – | – | – | – | – | – |
Boost 1.44.0 | – | – | – | – | – | – |
Boost 1.43.0 | – | – | – | – | – | – |
Boost 1.42.0 | – | – | – | – | – | – |