summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-25Require a configured TLS backend to buildTobias Markmann
2016-04-14Set QT_SELECT environment variable during scons buildTobias Markmann
2016-04-07Fix building with system boost on Debian 8.4Tobias Markmann
2016-04-06Add distcc support to our SCons scriptTobias Markmann
2016-04-05Migrate to Boost.Signals2 from Boost.SignalsTobias Markmann
2016-03-14Build all Swift projects as C++11Tobias Markmann
2016-03-09Fix using external OpenSSL on Mac OS XTobias Markmann
2016-02-29Fix scons2ninja toolingTobias Markmann
2016-02-25Disable Hunspell support by default as it is not finished yetTobias Markmann
2016-02-15Improve SCons reporting on missing Qt toolsTobias Markmann
2016-01-16Remove warning about undefined QTDIR environment variableTobias Markmann
2016-01-15Silence Boost Signals deprecation warning if using system BoostTobias Markmann
2016-01-15Always link secur32.lib to Swiften on WindowsTobias Markmann
2016-01-07Default to Qt5 for building SwiftTobias Markmann
2015-12-17Update SCons to version 2.4.0Tobias Markmann
2015-10-30Add support for OS X Secure Transport TLS backendTobias Markmann
2015-10-16Do not require complete Qt installation when building SwiftenTobias Markmann
2015-09-24Always include Qt5 audio plugins for Windows packagesTobias Markmann
2015-08-11Add 'check_headers' flag to scons for missing include detectionTobias Markmann
2015-07-07Use environment variables for addresses used in NetworkTestTobias Markmann
2015-07-07Fix './scons --help' if no Qt installation can be foundTobias Markmann
2015-06-29Add WindowsServicePrincipalName classMili Verma
2015-06-25Fix qt4.py tool for ArchTobias Markmann
2015-06-18Have SCons qt4 tool check for real moc or qtchooserTobias Markmann
2015-06-14Fix SCons qt4 tool pkg-config detectionTobias Markmann
2015-06-02Fix qt4.py Scons module pkg-config support in case Qt is not presentTobias Markmann
2015-05-26Have cl.exe write debug info to independent files for reliable parallel buildsTobias Markmann
2015-05-26Fix SCons architecture detection on FreeBSD 10Tobias Markmann
2015-05-19Consolidate Python and SCons files to tab based indentationTobias Markmann
2015-05-19Gracefully handle pkg-config when Qt is not installedTobias Markmann
2015-05-07Add support for Qt 5.4.1 to build and distribution process on WindowsTobias Markmann
2015-05-04Correctly handle full paths when detecting Clang/GCC compilersTobias Markmann
2015-05-04Ignore 3rdParty warnings on Linux platforms when using Clang or GCCTobias Markmann
2015-04-30Disable potentially-evaluated-expression Clang warningTobias Markmann
2015-04-29Ignore compiler warnings from 3rdParty librariesTobias Markmann
2015-04-28Add Qt flags detection using pkg-config on Linux platformsTobias Markmann
2015-04-09Disable documentation-unknown-command warnings in clangTobias Markmann
2015-03-27Improve Windows MSI installer upgrade experienceTobias Markmann
2015-02-12Fix missing to return some dependencies in windeployqt-based createWindowsBun...Tobias Markmann
2015-02-06Use windeployqt.exe if available and Win distribution documentation fixTobias Markmann
2014-12-10Use ar tool from the cross-compiling toolchain when building for Android.Tobias Markmann
2014-11-24Disable file-transfer support for iOS.Tobias Markmann
2014-11-24Use the correct compiler/linker on modern iOS SDKs.Tobias Markmann
2014-11-13Fix build system documentation typo.Tobias Markmann
2014-10-13Regress Python requirement to 2.4 againKevin Smith
2014-10-06Allow scons to not require an IDN libraryKevin Smith
2014-10-01Port many of Isode's local fixes upstreamKevin Smith
2014-02-22Make git and wix wrappers in build system more convenient for use by other pr...Kevin Smith
2014-02-16Don't try to install git hooks when Swift is used as a submodule.Kevin Smith
2014-01-19Make SCons Qt4 tool work on all non-Windows/OS X platformsRemko Tronçon