summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-12-27Tweaked build flags.Remko Tronçon
2011-12-24Removing debug print.Remko Tronçon
2011-11-26Initial support for WiX installer.Kevin Smith
dist=1 on Windows now generates .msi instead, as long as wix_bindir is set to the path of \bin\ for WiX. nsis is no longer used
2011-11-03Quick brush up after previous patch.Kevin Smith
Includes: Initial cleanup of SChannel code; compiling on non-Windows Be willing to compile Swift with SChannel Undo some (presumably accidental) OpenSSL changes Where TLS doesn't support finish messages (SChannel), don't try -PLUS
2011-11-03* Added Schannel support.dreijer
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-10-07Fixed CLang warnings.Remko Tronçon
2011-10-07Remove system natpmp and libminiupnp checking completely.Remko Tronçon
2011-10-01Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Set a title on subscription notification popup. Don't rely on CCVERSION being present. Conflicts: BuildTools/SCons/SConstruct
2011-09-25File transfer changes.Remko Tronçon
- Introduce 'experimental' flag to conditionally compile FT. - Use LibMiniUPNPC and NATPMP CPPDEFINES only locally in the classes that need them. - Extract abstract interface from NAT traversal classes - Avoid unit test warnings
2011-09-25Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵Tobias Markmann
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-08-28Don't rely on CCVERSION being present.Remko Tronçon
Resolves: #911 Release-Notes: Fixed build problem when GCC version can't be determined.
2011-08-27fix compilation on ubuntu 11.10 (e.g. for gcc 4.6)Thilo Cestonaro
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-08-13Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Fixed Qt SCons tool on Linux 3.0 systems.
2011-08-13Fixed Qt SCons tool on Linux 3.0 systems.Remko Tronçon
Resolves: #961
2011-07-10Fixed compilation problem on some compilers.Remko Tronçon
2011-07-10Added enable_variants build option.Remko Tronçon
2011-07-10Make SConscript files more robust against variant dirs.Remko Tronçon
2011-07-09Revert "Allow ccache when compiling from xcode"Remko Tronçon
This reverts commit 1c2cd11645b33aadee31c37e15f4a24d6ae37587.
2011-07-09Set CCache flags last in the compile settings.Remko Tronçon
2011-07-09Allow ccache when compiling from xcodeKevin Smith
2011-07-09Detect release build.Remko Tronçon
2011-07-04Fixed TableRoster bugs.Remko Tronçon
2011-06-20Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Prioritize version files over git version. Improve the description in the Debian control file. Use a custom debian changelog.
2011-06-20Prioritize version files over git version.Remko Tronçon
2011-06-18Disable compilation of SQLite.Remko Tronçon
2011-06-17Fixed build for Mac OS X 10.5.Remko Tronçon
2011-06-17Check for LibXML version >= 2.6.23.Remko Tronçon
Earlier versions have a bug in non-namespaced attribute handling.
2011-06-11Explicitly link against gobject.Remko Tronçon
This is required for newer linkers (gold) on Linux.
2011-05-25Added 'assertions' scons flag.Remko Tronçon
2011-05-25Revert "Remove compiler arguments which are unsupported in latest clang."Tobias Markmann
This reverts commit 45670c6a4ede70ef9383d5ba72301e9484efe6d4. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-05-22Remove compiler arguments which are unsupported in latest clang.Tobias Markmann
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-05-13Always include -lX11 on Linux.Remko Tronçon
2011-04-30Remove dependency on python 2.5 in SConscript file.Remko Tronçon
2011-04-28Allow compiler warnings by default.Remko Tronçon
2011-04-26Added CertificateMemoryStorage.Remko Tronçon
2011-04-25Added SQLite build flags.Remko Tronçon
2011-04-22Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Fixed SCons not picking up the build version correctly in tarball build.
2011-04-22Fixed SCons not picking up the build version correctly in tarball build.Remko Tronçon
2011-04-19Fixed OS X ProxyProvider compilation.Remko Tronçon
2011-04-19Allow compilation warnings by default.Remko Tronçon
2011-04-19Fixed Linux compilation.Remko Tronçon
2011-04-18Added option to build library with tests.Remko Tronçon
2011-04-18Support for SOCKS5 and HTTPConnect proxies.Thilo Cestonaro
automatic proxy settings detection; SOCKS5 proxied connection; HTTPConnect proxied connection; License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-18Added RFC5122 XMPP URI parsing and basic handling.Remko Tronçon
URI Handling currently only works on Mac OS X.
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-04-18Explicitly add system store trust anchors on Mac OS X 10.5.swift-1.0Remko Tronçon
2011-04-09Fixed NSIS translation script dependency.Remko Tronçon
2011-03-16Some more Swiften packaging improvements & fixes.Remko Tronçon
2011-03-16Install Swiften in the right dir.Remko Tronçon
2011-03-16Install Swiften if requested.Remko Tronçon