summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-05-25Pick up build version from git tag (if present).Remko Tronçon
2010-05-25Add a mac105 option for building against OS X 10.5 frameworks.Kevin Smith
Resolves: #387
2010-04-24Update copyright date.Remko Tronçon
2010 is our year!
2010-04-22Don't check for Avahi on OS X.Remko Tronçon
2010-04-22Fix AvahiBrowserQuery compilation.Remko Tronçon
2010-04-22Check for Avahi support.Remko Tronçon
2010-04-22Don't build Slimber if no zeroconf is available.Remko Tronçon
2010-04-22Use installed LibIDN if available.Remko Tronçon
2010-04-22Don't compile LibXML if Expat was found.Remko Tronçon
2010-04-21Only install Git hooks if there is a git dir.Remko Tronçon
2010-04-16Fix Windows compilation after recent changes.Kevin Smith
2010-04-15Fix for the previous fix.Remko Tronçon
2010-04-15Warn on suspicious logical operations with GCC>=4.5.Remko Tronçon
2010-04-11Don't add the manifest for MS Visual Studio 2010.Remko Tronçon
This is only a temporary workaround. It seems MSVS 2010 no longer silently ignores missing .manifest files, so we should find out when the .manifest is generated, and in that case add the mt.exe step.
2010-04-10Don't clean up Git hooks.Remko Tronçon
2010-04-08Install pre-commit hook.Remko Tronçon
2010-04-07Avoid build failing when TMP environment variable is not set.Remko Tronçon
2010-04-04Don't require UAC escalation with WindowsKevin Smith
2010-03-30Fix 'scons dist=1'.Remko Tronçon
2010-03-28Added DocBook infrastructure.Remko Tronçon
Imported most of "DocBook kit". Added placeholder for Swiften developers guide.
2010-03-28Moving submodule contents back.Remko Tronçon
2010-03-28Removing submodules.Remko Tronçon
2010-03-28Moved BuildTools to a separate module.Remko Tronçon
2010-03-28Removing BuildTools module.Remko Tronçon
2010-03-28Moved SConscript guts to BuildTools dir.Remko Tronçon
2009-12-31Fix building on OS X using default Qt installation.Remko Tronçon
2009-11-28Create a dist target for mac DMG bundling.Remko Tronçon
2009-11-27Integrated Sparkle auto-updater.Remko Tronçon
2009-11-01Fix incorrectly bundled Qt image plugins.Remko Tronçon
2009-11-01Added SCons test framework.Remko Tronçon
2009-08-30Fix build version generator when Git is not present.Remko Tronçon
The fallback is to return the date as a build version.
2009-08-28Make version tool work on Windows.Remko Tronçon
2009-08-28Add SCons tool to dump build version in a file.Remko Tronçon
2009-08-13Fix Windows bundling.Remko Tronçon
2009-08-13Made NSIS build status pretty.Remko Tronçon
2009-08-13Add Mac App bundle creation tool.Remko Tronçon
2009-08-13Add Nib build tool.Remko Tronçon
2009-08-11Add NSIS support to scons file.Remko Tronçon
2009-08-11Added NSIS tool.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