Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-05 | Fix convertToWindowsVersion() function to handle more RCsswift-4.0.2 | Tobias Markmann | |
The new version conversion function allows up to 8 patch releases, up to 11 RC releases, up to 7 beta releases, and up to 5 alpha releases. The script fails hard on invalid input, thus failing the build when used. It also allows for checking the release tag in the release process. Test-Information: Added unit tests for some critical properties of the conversion. As previously the minor number of the Windows version triplet was not used, all new versions using this new scheme are considered newer, for the same major version. Change-Id: I53552a72ceaf7fe90f919990bd3d3be45a976c03 | |||
2016-04-25 | Convert hard tabs to four spaces in all our SConscript/*.py files | Tobias Markmann | |
Test-Information: Test that it still builds and unit test pass on OS X 10.11.4. Change-Id: I2eb4a0b707991aee553db36a8cd1ae28b813acab | |||
2015-05-19 | Consolidate Python and SCons files to tab based indentation | Tobias Markmann | |
Test-Information: Verified that SCons still runs on OS X. Change-Id: I7e9b97f90ee5581a691a959b6f2c999d93e0be53 | |||
2014-10-13 | Regress Python requirement to 2.4 again | Kevin Smith | |
Test-information: Ran through the configuration step on a machine with only Python 2.4 Change-Id: I3d5ba54395ede875c7f21c2769151fe6d308e760 | |||
2014-10-01 | Port many of Isode's local fixes upstream | Kevin Smith | |
Includes fixes to: Build with new Visual Studio and Boost Avoid error caused when Avahi is present but Qt is not Make declaration of XMPPRosterImpl::addContact consistent with implementation Includes enhancements to: Allow user-configurable mt.exe Allow splitting openssl paths Allow disabling gconf lookup Make idn support optional Allow disabling various library detections Remove use of non-Python2.4 features in sconscripts Test-Information: Builds Change-Id: Iee91ee80291a8bdf87cc169c915e4dad1cc1055b | |||
2014-02-22 | Make git and wix wrappers in build system more convenient for use by other ↵ | Kevin Smith | |
projects Change-Id: I173f42bfe2dde7d18be3d54976649aa1bac13dbf | |||
2012-12-21 | Now specify a legal patch versionswift-2.0 | Kevin Smith | |
Change-Id: I9a3a247945860fac64af664e14db5c09d80e1f8f | |||
2012-12-21 | Fix for Windows packaging of 2.0 | Kevin Smith | |
Change-Id: I73ff8c6e50e9549ebbc82e45bac3477565e3f9cb | |||
2012-11-14 | Produce Windows installers with versions other than betaswift-2.0rc1 | Kevin Smith | |
Change-Id: I91ee9d1509bbd824fdc23ac2313310044065d4a1 | |||
2012-11-14 | Use version numbers for Swift binary so upgrades work | Kevin Smith | |
Change-Id: If491b0a62782d568cad132c8c5856aaeb3a3967a | |||
2011-06-20 | Prioritize version files over git version. | Remko Tronçon | |
2011-04-22 | Fixed SCons not picking up the build version correctly in tarball build. | Remko Tronçon | |
2010-10-05 | Pick up version number from file. | Remko Tronçon | |
2010-06-15 | Fallback correctly on missing project version tag. | Remko Tronçon | |
2010-06-13 | Use a less ambiguous way of tagging version builds. | Remko Tronçon | |
2010-06-10 | Fixed quoting of version detection.swift-1.0beta2 | Remko Tronçon | |
2010-06-10 | Fixed version detection script. | Remko Tronçon | |
2010-05-29 | Simplify Git build version detection. | Remko Tronçon | |
2010-05-29 | Strip off project name from tagged git build version. | Remko Tronçon | |
2010-05-25 | Pick up build version from git tag (if present). | Remko Tronçon | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved BuildTools to a separate module. | Remko Tronçon | |
2010-03-28 | Removing BuildTools module. | Remko Tronçon | |
2009-08-30 | Fix build version generator when Git is not present. | Remko Tronçon | |
The fallback is to return the date as a build version. | |||
2009-08-28 | Make version tool work on Windows. | Remko Tronçon | |
2009-08-28 | Add SCons tool to dump build version in a file. | Remko Tronçon | |