summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-12-31Fix more warnings.Remko Tronçon
Change-Id: I0fc27a08adb6aecd5c5775a52b7fe48570ed526a
2012-12-31Remove obsolete CLang & MSVS tools.Remko Tronçon
Change-Id: I5fbe1a44ae95c80eaf11bda466576154633abda8
2012-12-31Add scan-build support.Remko Tronçon
Change-Id: Ife69d84147946b41875792cb90189542c3130bc3
2012-12-30Rearrange warning options.Remko Tronçon
Change-Id: Ibe78f592cc9278e149541ad3e9499bd1fb198671
2012-12-30Enable & fix pedantic CLang warnings.Remko Tronçon
Change-Id: I70109624b4bd7aab9ba679a3eaabc225dd64a03a
2012-12-23Remove distcc settings.Remko Tronçon
Change-Id: I2c5f75aa48429db37d377bb73bb1a8171089dffa
2012-12-23Use CLang by default on Mac OS X.Remko Tronçon
Change-Id: I8be9527d06698785167b4824db1847c2d7b5362b
2012-12-23Default experimental to enable 3.0 features.Kevin Smith
Change-Id: Iccb3955899e49533865bee5a13d18be124fa4981
2012-12-22Use /Zi instead of /Z7 for debugging symbols.Remko Tronçon
Change-Id: I60e34c2dd03bfa52949b7781a922959604d15bee
2012-12-22Replace MergeFlags calls by UseFlags calls.Remko Tronçon
Change-Id: If7193006987fd86d102e5e17aac426ef1a6ccd83
2012-12-22Use precompiled header in EchoBot variants.Remko Tronçon
This slightly speeds up compilation on Windows. Adding this mostly as demonstrating/documentation purposes. Change-Id: Ic50aaef04589c79b926a0dcb4bb8d00284fd5a21
2012-12-22Provide 'cxxflags' configuration variable.Remko Tronçon
Change-Id: I6009b99608491ba5f05de179d740b44c4371bd27
2012-12-22Pass TERM variable through environment.swift-3.0alphaRemko Tronçon
This enables colored output for some tools (e.g. CLang) Change-Id: If12b4f9a1b38b7d00e8e08a80592f9353aaa023b
2012-12-21Now specify a legal patch versionswift-2.0Kevin Smith
Change-Id: I9a3a247945860fac64af664e14db5c09d80e1f8f
2012-12-21Fix for Windows packaging of 2.0Kevin Smith
Change-Id: I73ff8c6e50e9549ebbc82e45bac3477565e3f9cb
2012-11-14Produce Windows installers with versions other than betaswift-2.0rc1Kevin Smith
Change-Id: I91ee9d1509bbd824fdc23ac2313310044065d4a1
2012-11-14Use version numbers for Swift binary so upgrades workKevin Smith
Change-Id: If491b0a62782d568cad132c8c5856aaeb3a3967a
2012-11-13Silence WiX tools.Remko Tronçon
Change-Id: I478e228f5c1ff082bebcc62e6e13a30d6c902c07
2012-10-13Remove restriction to only detect Boost FileSystem v2.Remko Tronçon
Resolves: #1173 Change-Id: I79343bf8ff0d14528825699d8eee79985a09d29d
2012-10-11Add temporary workaround to build against OS X 10.6 SDKs.Remko Tronçon
2012-10-07Make it possible to force visual studio version.Remko Tronçon
2012-10-07Fixed & cleaned up some of the WiX stuff.Remko Tronçon
2012-09-17Support for building swiften as a DLLRemko Tronçon
Added missing SWIFTEN_API declarations. Changed test infrastructure to extend path before running tests.
2012-09-16Fixed compilation on windows.Remko Tronçon
2012-09-12Don't use SQLite in non-experimental.Remko Tronçon
2012-09-08Support whiteboarding.Mateusz Piekos
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-09-01Allow forcing of bundled sqlite, and compile sqlite on OS XKevin Smith
2012-08-30History dialogCătălin Badea
Add history dialog as an experimental feature. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-08-17Added Breakpad support for Windows.Remko Tronçon
2012-08-10Added extra clang flag.Remko Tronçon
2012-07-15Removing deprecated warn flag.Remko Tronçon
2012-07-15Provide replace_pragma_once flag.Remko Tronçon
2012-07-14Initial DLL support for Swiften.Remko Tronçon
All applications succesfully link against Swiften.dll.
2012-07-12Disable incremental link on Windows.Remko Tronçon
2012-06-23Fixed .qrc dependencies not being tracked.Remko Tronçon
Resolves: #1134
2012-06-12Create amalgamation of COPYING file.Remko Tronçon
2012-06-05Fixed LibIDN build.Remko Tronçon
2012-06-05Added ICU support.Remko Tronçon
2012-05-11Showing stream encryption status in the roster header. Provide native ↵Tobias Markmann
certificate viewers on click. Native viewers for Windows and Mac OS X are implemented. Added TODOs to OpenSSL based TLS interface related to CRL and OCSP. Resolves: #167 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-25Make SCons list Schannel as TLS mechanism instead of 'None'.Remko Tronçon
2012-04-24WiX updates.Remko Tronçon
Show icon in Add/Remove programs dialog. Support upgrading. Render COPYING file correctly. Resolves: #1096, #1094, #1093
2012-03-27Split linkflags on spaces.Remko Tronçon
2012-03-22Manual certificate verification. Added two additional TLS errors related to ↵dreijer
revocation. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-03-09Handle double growl callbacks.Remko Tronçon
2012-03-07Disable Growl temporarilyKevin Smith
2012-02-28Add workaround for Qt MOC bug.Remko Tronçon
Details about the workaround & bug can be found here: https://bugreports.qt-project.org/browse/QTBUG-22829 Resolves: #1067
2012-02-22Fix up for previous CAPI patchKevin Smith
Now connects successfully with or without TLS(with cert)
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