summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-16Start including some bundled libraries in Swiften library.Remko Tronçon
2012-09-08Added licenses for third party libraries and code.Remko Tronçon
2012-04-24Upgraded bundled Expat to 2.1.0.Remko Tronçon
2012-04-24Make built-in expat ignore unbound prefix namespaces.Remko Tronçon
This works around a problem with broken servers relaying illegal stanzas from broken clients. Obviously only works when using the bundled Expat. Note that the system OS X libXML also seems to behave this way.
2010-11-27Prefix 3rdParty bundled libs with Swiften_.Remko Tronçon
2010-03-28Moving submodule contents back.Remko Tronçon
2010-03-28Removing submodules.Remko Tronçon
2010-03-02Update the expat submoduleKevin Smith
2010-02-12Creating more submodules.Remko Tronçon
2009-08-16Remove autoconf/make files.Remko Tronçon
2009-08-11Add Qt scons variable.Remko Tronçon
2009-08-11Make OpenSSL required for Swift.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-06Make sure bundled expat is built statically on Windows.Remko Tronçon
2009-06-03Added bundled Expat.Remko Tronçon