summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-04-25Convert hard tabs to four spaces in all our SConscript/*.py filesTobias Markmann
Test-Information: Test that it still builds and unit test pass on OS X 10.11.4. Change-Id: I2eb4a0b707991aee553db36a8cd1ae28b813acab
2012-11-03Build 3rdParty libraries with SwiftenObject.Remko Tronçon
This ensures that they can be linked when building Swiften in DLL mode. Change-Id: I8a4ff9dab6003e60fab21aba2bbb4beccb26bef6
2012-09-16Bundle other 3rdParty libs with libSwiften.Remko Tronçon
2012-09-12Don't use SQLite in non-experimental.Remko Tronçon
2012-09-01Allow forcing of bundled sqlite, and compile sqlite on OS XKevin Smith
2012-09-01Move async into its own module so it'll work with system sqlite tooKevin Smith
2012-09-01Add asynchronous sqlite interfaceKevin Smith
2010-06-03Remove SQLite and SQLiteHistoryManager.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-16Remove autoconf/make files.Remko Tronçon
2009-08-10Avoid SQLite compile warnings.Remko Tronçon
2009-08-09Add SConscript files.Remko Tronçon
2009-07-24Update the build system.Remko Tronçon
Coverage now works better. Some files are cleaned by default (without the need of CLEANFILES).
2009-06-09Added SQLite to 3rdParty.Remko Tronçon