summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-07-12Fix Python 3 compatibility of our SCons and tooling Python codeTobias Markmann
For the upcoming update to Scons 3, which works with Python 2 and Python 3, this change makes our code compatible with Python 3 so that it still works with Python 2. Test-Information: Tested these changes with SCons 3.0.1 on macOS 10.13.6 with Python 2.7.15 and Python 3.7.0. Change-Id: Idb5207b179a79a0dbe89d7e620d182a7d2f1ca6c
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
2015-12-173rdParty fixes to enable compatibility with VS 2015Tobias Markmann
Included patches for future reference. Test-Information: Tested patches with VS 2015 Community and unit tests for 32 bit and 64 bit builds. Change-Id: Ifa8d0ca3bf33010af8d8094c6df45f2a5702976c
2015-10-30Update libIDN in 3rdParty to version 1.32Tobias Markmann
Updated existing libIDN files in 3rdParty folder to latest 1.32 version and added remaining dependencies for compilation. Updated SConscript file accordingly. Test-Information: Build and ran test=unit on OS X 10.10. Change-Id: Iec6506e1cc88fe2983b2019aca95a42580d1c80e
2015-05-04Hide 3rdParty warnings for LibIDN and LibMiniUPnPc with Clang/GCCTobias Markmann
Test-Information: Tested behavior on Elementary OS 0.2.1. Change-Id: I5f4c77202e000f691682caf06df7c1f7976299c4
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-16Start including some bundled libraries in Swiften library.Remko Tronçon
2012-09-08Added licenses for third party libraries and code.Remko Tronçon
2010-11-27Prefix 3rdParty bundled libs with Swiften_.Remko Tronçon
2010-11-17Fix build on VS2008Kevin Smith
2010-11-11Fixed compilation for newer versions of boost.Remko Tronçon
This may break VS2008 compilation. If it does, we should add a conditional include path with stdint.h in it.
2010-04-22Use installed LibIDN if available.Remko Tronçon
2010-03-28Fix windows compilation.Remko Tronçon
2010-03-28Adding LibIDN module contents again.Remko Tronçon
2010-03-28Removing LibIDN module.Remko Tronçon
2010-02-12Creating more submodules.Remko Tronçon
2009-08-16Remove autoconf/make files.Remko Tronçon
2009-08-11Make OpenSSL required for Swift.Remko Tronçon
2009-08-10Fix SCons build on windows.Remko Tronçon
2009-08-10Migrated all configure flags to SCons.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-03Added bundled Expat.Remko Tronçon
2009-06-01Import.Remko Tronçon