Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updates for 4.4.0 release | William Deegan | 2022-07-30 | 1 | -1/+1 |
| | |||||
* | fix some issues with current version strings | William Deegan | 2021-11-22 | 1 | -1/+1 |
| | |||||
* | updated CHANGES.txt and RELEASE.txt for release | William Deegan | 2021-11-16 | 1 | -1/+1 |
| | |||||
* | update packing and build logic to enable distro package maintainers to build ↵ | William Deegan | 2021-08-01 | 1 | -2/+6 |
| | | | | their packages from root of repo | ||||
* | updates for 4.2.0 | William Deegan | 2021-07-24 | 1 | -1/+1 |
| | |||||
* | removed doc/user/copyright.xml the markup is moved ot doc/user/main.xml | William Deegan | 2021-07-19 | 1 | -0/+1 |
| | |||||
* | fix doc release date to be the same as the format in CHANGES.txt,etc | William Deegan | 2021-07-18 | 1 | -1/+1 |
| | |||||
* | [ci skip] update post release | William Deegan | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | Updated release notes and copyright info for 4.1.0 Release | William Deegan | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | scons.1 sconsign.1 scons-time.1 now make it into zip, tgz sdist and wheel | William Deegan | 2020-10-09 | 1 | -5/+14 |
| | |||||
* | updates for 4.0.1 | William Deegan | 2020-07-17 | 1 | -1/+1 |
| | |||||
* | reset to development mode | William Deegan | 2020-07-04 | 1 | -2/+1 |
| | |||||
* | updates for 4.0.0 release | William Deegan | 2020-07-04 | 1 | -1/+1 |
| | |||||
* | Add sepearat pypi README-package.rst for pypi's long description text | William Deegan | 2020-07-04 | 1 | -3/+3 |
| | |||||
* | Add logic to build wheel and sdist package for pypi | William Deegan | 2020-06-30 | 1 | -3/+8 |
| | |||||
* | All working except automatic build of wheel and sdist package | William Deegan | 2020-06-30 | 1 | -1/+1 |
| | |||||
* | API doc builds working now. Generating SCons/__versioninfo.py but not yet ↵ | William Deegan | 2020-06-30 | 1 | -0/+1 |
| | | | | using it | ||||
* | add some TODOs | William Deegan | 2020-06-23 | 1 | -0/+8 |
| | |||||
* | updates. build/dist/scons-local-${VERSION}.zip is now produced | William Deegan | 2020-06-23 | 1 | -19/+17 |
| | |||||
* | Address github review notes and sider issues | William Deegan | 2020-04-11 | 1 | -1/+1 |
| | |||||
* | Clean up unused imports | William Deegan | 2020-04-09 | 1 | -3/+1 |
| | |||||
* | add logic to not include *Tests.py in wheel | William Deegan | 2020-04-09 | 1 | -640/+0 |
| | |||||
* | remove gentoo ebuild logic. distro packager has their own | William Deegan | 2020-04-09 | 1 | -9/+1 |
| | |||||
* | comment out packaging part of build | William Deegan | 2020-04-09 | 1 | -630/+630 |
| | |||||
* | First pass of refactor. Moved command line argument processing into ↵ | William Deegan | 2020-04-09 | 1 | -190/+52 |
| | | | | site_scons/BuildCommandLine.py. Sorted out all changes caused by that. | ||||
* | add SKIP_DOC= variable to enable disabling buildign documents. Moved epydoc ↵ | William Deegan | 2020-04-09 | 1 | -298/+252 |
| | | | | setup into site_scons/epydoc.py | ||||
* | rm-py2: Remove "from __future__" from more places | Mats Wichmann | 2020-02-20 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | A couple of minor reformats along the way, most prominently, in tests, if being edited anyway, make sure the docstring most tests have is actually the docstring (sometimes the __revision__ line came before, which makes the string not be the docstring). Snuck in some minor framework changes that were orphaned when another draft PR was not needed: this almost all docstring changes, the functional part is using casefold instead of lower in a match func - a slightly better approach which is now possible that Py2 compatibility is not needed. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Update version strings | William Deegan | 2019-12-17 | 1 | -2/+2 |
| | |||||
* | Changes for 3.1.1 release3.1.1 | William Deegan | 2019-08-08 | 1 | -2/+2 |
| | |||||
* | changes for release 3.1.0 | William Deegan | 2019-07-21 | 1 | -2/+2 |
| | |||||
* | [ci skip] re-add generation of src-tar-gz and src-zip files as they're used ↵ | William Deegan | 2019-07-13 | 1 | -3/+8 |
| | | | | by debian scons packager | ||||
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -10/+11 |
| | | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Release file updates for Release 3.0.53.0.5 | William Deegan | 2019-03-26 | 1 | -2/+2 |
| | |||||
* | [skip ci] reset to develop mode3.0.5a2 | William Deegan | 2019-03-05 | 1 | -2/+2 |
| | |||||
* | [WIP] for #3304: drop use of -tt if py3 | Mats Wichmann | 2019-03-01 | 1 | -6/+0 |
| | | | | | | | | | | As noted in issue #3304, the Python flag to error on inconsistent tabs/spaces has been dropped for Python 3 interpreters; while CPython still accepts it, silently ignoring it, PyPy3 errors out. This change adds the flag throughout the testsuite run only if using a Python2 interpreter. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Do not store build user name | Bernhard M. Wiedemann | 2019-02-28 | 1 | -1/+5 |
| | |||||
* | Do not store build host name | Bernhard M. Wiedemann | 2019-02-28 | 1 | -2/+6 |
| | | | | | | | | | if reproducible builds are wanted. See https://reproducible-builds.org/ for why this is good. This affected scons itself, which differed in the line __buildsys__ = "..." | ||||
* | Fix problem where API doc gen misses some files | Mats Wichmann | 2019-02-06 | 1 | -5/+3 |
| | | | | | | | | | | | In doc/SConscript, the function in bootstrap.py to parse a manifest was called with an scons path (#src/engine) but bootstrap does not run in an scons context, it is run via subprocess.Popen. Preprocess the path. Along the way, change the function to open the file itself instead of being passed a list already read from the file, update the comment, and clean some whitespace issues. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Updated files per ReleaseConfig for 3.0.4 release | William Deegan | 2019-01-20 | 1 | -1/+1 |
| | |||||
* | Update copyright date to 2019 | William Deegan | 2019-01-07 | 1 | -1/+1 |
| | |||||
* | updates from update-release-info for 3.0.3 release | William Deegan | 2019-01-06 | 1 | -2/+2 |
| | |||||
* | Updates for 3.0.2 release | William Deegan | 2019-01-01 | 1 | -3/+3 |
| | |||||
* | Allow to override build date with SOURCE_DATE_EPOCH | Bernhard M. Wiedemann | 2018-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. Also consistently use ISO 8601 date format to be understood everywhere. Also use gmtime to be independent of timezone. | ||||
* | Fix wrong path to testing frameworks SConscript (was breaking bootstrap builds) | William Deegan | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | move test files from QMTest to testing/framework. QMtest hasn't been used in ↵ | William Deegan | 2018-04-30 | 1 | -7/+7 |
| | | | | quite some time | ||||
* | change back to development version stringsHEADmaster | William Deegan | 2017-11-14 | 1 | -2/+2 |
| | |||||
* | Update version strings | William Deegan | 2017-11-14 | 1 | -2/+2 |
| | |||||
* | Simplify main SConstruct. Remove deb and rpm and win executable package ↵ | William Deegan | 2017-10-04 | 1 | -323/+16 |
| | | | | creation as we're moving to pip install being the main install path. | ||||
* | Migrate some logic from SConstruct into site_scons to simplify top level ↵ | William Deegan | 2017-10-03 | 1 | -40/+0 |
| | | | | SConstruct | ||||
* | Remove windows executable installers | William Deegan | 2017-10-02 | 1 | -26/+0 |
| |