summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-10-01Change ur literals to r, as ur is unsupported in Python 3Tobias Markmann
r literal is supported by both Python 2 and Python 3. Test-Information: Builds on Windows 10 with Python 3 and VS 2015. Change-Id: I2210a1ba01a4bf3c175634adeb067f1f939a7e61
2018-07-12Fix Python 3 compatibility of our SCons and tooling Python codeTobias Markmann
For the upcoming update to Scons 3, which works with Python 2 and Python 3, this change makes our code compatible with Python 3 so that it still works with Python 2. Test-Information: Tested these changes with SCons 3.0.1 on macOS 10.13.6 with Python 2.7.15 and Python 3.7.0. Change-Id: Idb5207b179a79a0dbe89d7e620d182a7d2f1ca6c
2016-04-25Convert hard tabs to four spaces in all our SConscript/*.py filesTobias Markmann
Test-Information: Test that it still builds and unit test pass on OS X 10.11.4. Change-Id: I2eb4a0b707991aee553db36a8cd1ae28b813acab
2015-06-14Add support for updating copyright on files in Copyrighter.py scriptTobias Markmann
Refactored the code to handle the following cases nicely: - no copyright for current user present yet - outdated copyright for current user present (with and without range) - copyright present and up to date Test-Information: Tested with SWIFT_LICENSE_CONFIG set to "Isode Limited|default". Change-Id: I4df475f7ecd55aebe892411b2323da50fcbca525
2015-05-19Consolidate Python and SCons files to tab based indentationTobias Markmann
Test-Information: Verified that SCons still runs on OS X. Change-Id: I7e9b97f90ee5581a691a959b6f2c999d93e0be53
2012-10-26Only check tabs & copyright of committed files.Remko Tronçon
Change-Id: Iba37ecbf03bab9e23a1ee9c72b39ee4266ec4032
2011-10-15Added extra entries to ignore files.Remko Tronçon
2011-07-10Added enable_variants build option.Remko Tronçon
2011-04-29Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Build Swiften as a DLL in Debian package. Added versioning to Swiften. Conflicts: BuildTools/Copyrighter.py
2011-04-29Added versioning to Swiften.Remko Tronçon
2011-04-18Compile Lua as C++ to avoid setjmp/longjmp & exception conflicts.Remko Tronçon
2011-03-27Removed copyright script suggestion.Remko Tronçon
2010-11-28Added swiften-config.Remko Tronçon
2010-10-09Added EchoBot walkthrough example.Remko Tronçon
2010-04-11Update SCons to 1.3.0.d20100404.Remko Tronçon
2010-04-09Don't check BuildVersion.h for copyrights.Remko Tronçon
2010-04-08Update pre-commit hook to check copyrights.Remko Tronçon
2010-04-08Fix bug in copyrighter script that handled MD5 copyright incorrectly.Remko Tronçon
2010-04-08Fixed/rewrote copyrighter script.Remko Tronçon
Resolves: #24
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
2009-11-16Removing obsolete files.Remko Tronçon