summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2010-12-26Compile Boost utf8 files as separate files.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-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-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-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
2010-03-28Removing submodules.Remko Tronçon
2010-02-11Moved some modules into separate git modules.Remko Tronçon
2009-08-12Added Slimber & valgrind testing to SCons.Remko Tronçon
2009-08-10Migrated all configure flags to SCons.Remko Tronçon
2009-08-09Add SConscript files.Remko Tronçon