Age | Commit message (Collapse) | Author |
|
Use values instead of define names for _WIN32_WINNT and
NTDDI_VERSION defined needed for Windows.h configuration.
Using the names boost fails to correctly detect getaddrinfo()
support on Windows.
Only run IPv6 related test cases in DomainNameResolverTest on
Windows, if test_ipv6=1 is passed to the scons arguments.
This is because on Windows getaddrinfo() will not return
IPv6 related results when called with the AF_UNSPEC hint,
unless the Windows host has global IPv6 connectivity.
Changed the BoostConnectionTest to time out and not endlessly
wait on a response from the remote host.
Test-Information:
Ran the following test configurations:
* (SUCCESS) On Windows 8 with HE.net IPv6 tunnel to provide
full IPv6 connectiviy:
scons.bat test=system test_ipv6=1 Swiften/QA/NetworkTest
* (SUCCESS) On Windows 8 with HE.net IPv6 tunnel to provide
full IPv6 connectiviy:
scons.bat test=system Swiften/QA/NetworkTest
* (EXPECTED FAIL) On Windows 8 with no IPv6 connectiviy:
scons.bat test=system test_ipv6=1 Swiften/QA/NetworkTest
* (SUCCESS) On Windows 8 with no IPv6 connectiviy:
scons.bat test=system Swiften/QA/NetworkTest
Change-Id: I5adcd28e09e22acf61f7cca40b614e71df75dd70
|
|
Test-Information:
Tested on CentOS 6.6 and FreeBSD 10. Did not build before on CentOS.
Change-Id: I4ab4e283a0d951a9776ba89ab921d8c31e9c9ec4
|
|
Test-Information:
Tested on Mac OS X.
Change-Id: Ieba9521cd8131a08ddde000c194903f52c060a73
|
|
This updates Boost in our 3rdParty directory to version 1.56.0.
Updated our update.sh script to stop on error.
Changed error reporting in SwiftTools/CrashReporter.cpp to SWIFT_LOG due to
missing include of <iostream> with newer Boost.
Change-Id: I4b35c77de951333979a524097f35f5f83d325edc
|
|
This sets _WIN32_WINNT and NTDDI_VERSION defines. The minimal version required
is Windows Vista since smart card support requires this version.
Test-Information:
With these defines Swift/-en builds successfully on Windows 8.1 with VisualStudio
Express 2013 for Desktop.
Change-Id: I8745f201559cd9c401caef7661f09939dffae38f
|
|
Change-Id: I04ff7111b73565c00bff6db183451774a633344f
|
|
We'll need it before too long
Change-Id: Ia34c7f26e1aedbc13a2fc10c980994cbcb7cb348
|
|
Change-Id: I1e56bea2600bf2ed9c5b3aba8c4f9d2a0f350e77
|
|
Source should still compile against v2.
|
|
|
|
|
|
|
|
Resolves: #783
Release-Notes: Fixed compilation on systems with a recent version of Boost installed.
|
|
|
|
This fixes compilation warnings in uuid.
|
|
|
|
This reverts commit 5cac0d0b588b1a024ba3e6934f655d315909b656.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cherry pick UUID out of 3rdParty, and use this as an include path.
Since UUID is a header-only lib, this shouldn't pose problems.
|
|
|
|
This should allow us to link against system boost versions.
|
|
Includes boost program_options so we can use commandline parameters.
Netbook mode is now activated with --netbook-mode.
Latency debug is activated with --latency-debug.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|