summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-11-28Replace slightly-too-magic MergeFlags by our own UseFlags.Remko Tronçon
2010-11-27Introduce SWIFTEN_DEP_FLAGS.Remko Tronçon
2010-11-27Fixed build error.Remko Tronçon
2010-11-27Split incoming ccflags if they are a string.Remko Tronçon
2010-11-12Add Windows trust anchors to OpenSSL context.Remko Tronçon
2010-11-06Added boost libdir and includedir flags.Remko Tronçon
2010-11-06Revert boost auto-detection.Remko Tronçon
2010-11-06Make expat libname a config option.Remko Tronçon
2010-11-06Added Expat configuration flags.Remko Tronçon
2010-10-29Make Qt non-mandatory for global build.Remko Tronçon
2010-10-28Only match against Boost MT library.Remko Tronçon
2010-10-28Tweaked boost detection a bit.Remko Tronçon
2010-10-28Auto-detect boost on windows.Remko Tronçon
2010-10-28Fixed SCons error.Remko Tronçon
2010-10-28Added boost prefix flag.Remko Tronçon
2010-10-27Fixed windows compilation issues.Remko Tronçon
2010-10-24Link against libstdc++.Remko Tronçon
2010-10-24Added 'link' flag to SConstruct.Remko Tronçon
2010-10-21Added ccache option to SCons.Remko Tronçon
Resolves: #650
2010-10-10Conditionally build documentation.Remko Tronçon
2010-09-15Build with debug information on all platforms.Remko Tronçon
There used to be an exception for Windows.
2010-09-15Added Snarl notification supportRemko Tronçon
2010-09-12Move Notifier to SwifToolsRemko Tronçon
2010-09-12Added SLOCCount to scons.Remko Tronçon
2010-09-03Added SCons flag to ignore test result.Remko Tronçon
2010-09-02Added check_output SCons flag to generate an XML report.Remko Tronçon
2010-08-29Put platform flags in PLATFORM_FLAGS variable.Remko Tronçon
This should avoid problems with --as-needed. Resolves: #547
2010-08-25Added cc,cxx, and distcc SCons flags.Remko Tronçon
2010-08-20Fix Slimber build.Remko Tronçon
2010-08-19Give LibXML priority over Expat.Remko Tronçon
2010-08-17Also build examples when cross-compiling.Remko Tronçon
2010-08-16Cleaning up the SConstruct a bit more.Remko Tronçon
2010-08-16Fix LibXML check.Remko Tronçon
2010-08-16And some more tweaks.Remko Tronçon
2010-08-16More build system tweaks.Remko Tronçon
2010-08-16Some build system fixes.Remko Tronçon
2010-07-07Specify iOS version to targetKevin Smith
2010-06-19Also link against avahi-common.Remko Tronçon
2010-06-15Remove surplus printKevin Smith
2010-06-14Fix compilation after recent Docbook changeKevin Smith
2010-06-14Remove DocBook from Debian sources.Remko Tronçon
2010-06-12Fix Boost detection in Ubuntu 9.10.Remko Tronçon
2010-06-09Enabled & fixed some more C++ warnings.Remko Tronçon
2010-06-09Fixed compilation warnings.Remko Tronçon
2010-06-09Add warning flag for non-virtual destructors.Remko Tronçon
2010-06-03Remove -ldl check.Remko Tronçon
It seems we don't even need it on OS X.
2010-06-03Don't link against dl.Remko Tronçon
If this breaks Mac OS X compilation, we should do a platform check.
2010-06-02Add workaround for distros that don't have boost UUID.Remko Tronçon
Cherry pick UUID out of 3rdParty, and use this as an include path. Since UUID is a header-only lib, this shouldn't pose problems.
2010-06-02Detect & use system Boost version if present.Remko Tronçon
2010-06-01Adding note on why we can't use system Boost.Remko Tronçon