summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-15Fallback correctly on missing project version tag.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-13Versioning scheme test is a bash script.Remko Tronçon
2010-06-13Use a less ambiguous way of tagging version builds.Remko Tronçon
2010-06-13Fix Debian versioning to be strictly increasing.Remko Tronçon
2010-06-13Automatically update the debian changelog.Remko Tronçon
2010-06-12Fix Boost detection in Ubuntu 9.10.Remko Tronçon
2010-06-10Fixed quoting of version detection.swift-1.0beta2Remko Tronçon
2010-06-10Fixed version detection script.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-01Fixed Debian packaging.Remko Tronçon
2010-06-01Adding note on why we can't use system Boost.Remko Tronçon
2010-05-30Fixed link flags for building against OS X 10.5 SDK.Remko Tronçon
2010-05-29Simplify Git build version detection.Remko Tronçon
2010-05-29Strip off project name from tagged git build version.Remko Tronçon
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-21Add swiften package script.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-11Update SCons to 1.3.0.d20100404.Remko Tronçon
2010-04-10Don't clean up Git hooks.Remko Tronçon
2010-04-09Fixed bug in GetGravatars script.Remko Tronçon
2010-04-09Add Gource wrapper scripts.Remko Tronçon
2010-04-09Don't check BuildVersion.h for copyrights.Remko Tronçon
2010-04-08Fix expanded tabs.Remko Tronçon
2010-04-08Install pre-commit hook.Remko Tronçon