Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-25 | Use BoolVariable in target/component/advanced options. | Elliott Sales de Andrade | |
2017-09-16 | Fix errors in Python 3 build | Matthias Hoelzl | |
2017-09-12 | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | |
possible to save module files in module directories and the build system will recognize them. | |||
2017-09-04 | EditorAbout: add donors tab | Poommetee Ketson | |
2017-08-27 | Make build scripts Python3 compatible | Matthias Hoelzl | |
- The Windows, UWP, Android (on Windows) and Linux builds are tested with Scons 3.0 alpha using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted. | |||
2017-08-27 | Fix mixed tab/whitespace in build files | Matthias Hoelzl | |
2017-08-27 | Dead code tells no tales | Rémi Verschelde | |
2017-08-27 | Buildsystem: Reduce verbosity of font and translation generation | Rémi Verschelde | |
2017-07-18 | Fix Zlib license not extracted | Poommetee Ketson | |
2017-07-06 | About: add thirdparty license info | Poommetee Ketson | |
2017-07-04 | About: Add License info | Poommetee Ketson | |
2017-07-03 | Authors/About: support for multiple sections | Poommetee Ketson | |
2017-06-25 | BuildSystem: generated files have .gen.extension | Poommetee Ketson | |
2017-06-01 | About: add contributors list | Poommetee Ketson | |
2017-03-05 | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | |
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful. |