summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-03-14Updated Boost to 1.46.1.Remko Tronçon
This should hopefuily fix a hang on shutdown on Mac OS X. Resolves: #782 Release-Notes: Fixed a potential hang on shutdown on Mac OS X.
2011-03-14Force the use of Boost Filesystem V2.Remko Tronçon
Resolves: #783 Release-Notes: Fixed compilation on systems with a recent version of Boost installed.
2011-03-12Remove dependency on boost::property_tree again.Remko Tronçon
2011-03-11Store JID->Avatar mappings.Remko Tronçon
Resolves: #653
2011-03-05Detect pthread for platform flags.Remko Tronçon
2011-03-03Some more Sluift tweaks.Remko Tronçon
2011-03-01Introduce Lua::Value helper.Remko Tronçon
2011-02-19Make Swift translatable.Remko Tronçon
2011-02-13Removed some boilerplate classes.Remko Tronçon
2011-02-13Added boost factory.Remko Tronçon
2011-02-13Use boost string algorithms.Remko Tronçon
2011-02-12Cache stringprep results for JIDs.Remko Tronçon
2011-01-28Treat 3rdPatry boost/uuid dir as system dir.Remko Tronçon
This fixes compilation warnings in uuid.
2011-01-22Temporarily enabling kqueue again.Remko Tronçon
2011-01-22Revert "Another attempt at fixing the OS X hang on shutdown."Remko Tronçon
This reverts commit 5cac0d0b588b1a024ba3e6934f655d315909b656.
2011-01-22Another attempt at fixing the OS X hang on shutdown.Remko Tronçon
2011-01-22Only disable kqueue on OS X.Remko Tronçon
2011-01-21Another workaround for the asio hang-on-shutdown problem.Remko Tronçon
2011-01-21Revert "Use another workaround for the Asio socket interrupter."Remko Tronçon
This reverts commit 03d69bfd11549e1c8dcbf3b5300029ba9892cf8a.
2011-01-20Use another workaround for the Asio socket interrupter.Remko Tronçon
2011-01-20Revert "Temporary workaround to make boost::asio use ↵Remko Tronçon
socket_select_interrupter on OS X." This reverts commit 9a87658c432409366f51bdc6b33625b9890fc100.
2011-01-20Temporary workaround to make boost::asio use socket_select_interrupter on OS X.Remko Tronçon
2011-01-15Removed accidentally committed debug info.Remko Tronçon
2010-12-27Removing 'force quit' timer.Remko Tronçon
2010-12-26Compile Boost utf8 files as separate files.Remko Tronçon
2010-12-05Fixed Boost link error on Windows.Remko Tronçon
2010-12-05Import boost::make_shared.Remko Tronçon
2010-11-27Prefix 3rdParty bundled libs with Swiften_.Remko Tronçon
2010-11-24Upgraded Boost to 1.45.0.Remko Tronçon
2010-08-16More build system tweaks.Remko Tronçon
2010-08-08Added XEP-0004 data forms parsing & serializing.Remko Tronçon
2010-07-10Boost patch to allow compilation in Objective-CKevin Smith
2010-06-13Fixed Boost update script.swift-1.0beta3Remko Tronçon
2010-06-09Enabled & fixed some more C++ warnings.Remko Tronçon
2010-06-02Add workaround for distros that don't have boost UUID.Remko Tronçon
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.
2010-06-02Detect & use system Boost version if present.Remko Tronçon
2010-06-02Using Boost workaround for Qt signals keyword clash.Remko Tronçon
This should allow us to link against system boost versions.
2010-05-08Fixed another Boost Asio warning.Remko Tronçon
2010-05-07Fixed Boost Asio warning.Remko Tronçon
2010-05-06Apply boost patches.Remko Tronçon
2010-05-06Added missing uuid_io.hpp header.Remko Tronçon
2010-05-06Use UUIDs as nonce when authenticating with SCRAM-SHA-1.Remko Tronçon
2010-05-06Added boost compilation fix diff.Remko Tronçon
In case compilation only works on Linux, this patch should be applied.
2010-05-06Updated Boost to 1.43.0.Remko Tronçon
2010-04-23Make latency stats optional.Kevin Smith
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.
2010-04-12Fix compilation of Boost headers.Remko Tronçon
2010-04-12Avoid 'uninitialized member' warning in Boost.Kevin Smith
2010-04-11Updated Boost to 1.42.Remko Tronçon
2010-03-28Fix windows compilation.Remko Tronçon
2010-03-28Moving submodule contents back.Remko Tronçon