summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* updates for 4.0.1William Deegan2020-07-171-1/+1
* reset to development modeWilliam Deegan2020-07-041-2/+1
* updates for 4.0.0 releaseWilliam Deegan2020-07-041-1/+1
* Add sepearat pypi README-package.rst for pypi's long description textWilliam Deegan2020-07-041-3/+3
* Add logic to build wheel and sdist package for pypiWilliam Deegan2020-06-301-3/+8
* All working except automatic build of wheel and sdist packageWilliam Deegan2020-06-301-1/+1
* API doc builds working now. Generating SCons/__versioninfo.py but not yet usi...William Deegan2020-06-301-0/+1
* add some TODOsWilliam Deegan2020-06-231-0/+8
* updates. build/dist/scons-local-${VERSION}.zip is now producedWilliam Deegan2020-06-231-19/+17
* Address github review notes and sider issuesWilliam Deegan2020-04-111-1/+1
* Clean up unused importsWilliam Deegan2020-04-091-3/+1
* add logic to not include *Tests.py in wheelWilliam Deegan2020-04-091-640/+0
* remove gentoo ebuild logic. distro packager has their ownWilliam Deegan2020-04-091-9/+1
* comment out packaging part of buildWilliam Deegan2020-04-091-630/+630
* First pass of refactor. Moved command line argument processing into site_scon...William Deegan2020-04-091-190/+52
* add SKIP_DOC= variable to enable disabling buildign documents. Moved epydoc s...William Deegan2020-04-091-298/+252
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-2/+0
* Update version stringsWilliam Deegan2019-12-171-2/+2
* Changes for 3.1.1 release3.1.1William Deegan2019-08-081-2/+2
* changes for release 3.1.0William Deegan2019-07-211-2/+2
* [ci skip] re-add generation of src-tar-gz and src-zip files as they're used b...William Deegan2019-07-131-3/+8
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-10/+11
* Release file updates for Release 3.0.53.0.5William Deegan2019-03-261-2/+2
* [skip ci] reset to develop mode3.0.5a2William Deegan2019-03-051-2/+2
* [WIP] for #3304: drop use of -tt if py3Mats Wichmann2019-03-011-6/+0
* Do not store build user nameBernhard M. Wiedemann2019-02-281-1/+5
* Do not store build host nameBernhard M. Wiedemann2019-02-281-2/+6
* Fix problem where API doc gen misses some filesMats Wichmann2019-02-061-5/+3
* Updated files per ReleaseConfig for 3.0.4 releaseWilliam Deegan2019-01-201-1/+1
* Update copyright date to 2019William Deegan2019-01-071-1/+1
* updates from update-release-info for 3.0.3 releaseWilliam Deegan2019-01-061-2/+2
* Updates for 3.0.2 releaseWilliam Deegan2019-01-011-3/+3
* Allow to override build date with SOURCE_DATE_EPOCHBernhard M. Wiedemann2018-10-151-1/+1
* Fix wrong path to testing frameworks SConscript (was breaking bootstrap builds)William Deegan2018-08-131-1/+1
* move test files from QMTest to testing/framework. QMtest hasn't been used in ...William Deegan2018-04-301-7/+7
* change back to development version stringsHEADmasterWilliam Deegan2017-11-141-2/+2
* Update version stringsWilliam Deegan2017-11-141-2/+2
* Simplify main SConstruct. Remove deb and rpm and win executable package creat...William Deegan2017-10-041-323/+16
* Migrate some logic from SConstruct into site_scons to simplify top level SCon...William Deegan2017-10-031-40/+0
* Remove windows executable installersWilliam Deegan2017-10-021-26/+0
* Updates to scons build system to use git instead of hg to determine revision ...William Deegan2017-09-241-25/+19
* Add src/engine/SCons/Tool/docbook/utils/xmldepend.xsl to MANIFEST-xml.inWilliam Deegan2017-09-181-0/+5
* Updates for 3.0.0 releaseWilliam Deegan2017-09-181-2/+2
* version string changes for 3.0.0 alphaWilliam Deegan2017-08-231-1/+1
* Add DEB_DATE for producing debian style date for deb/changelog. Fix version s...William Deegan2017-08-051-3/+11
* Fix py3x throwing UnicodeDecodeError on unicode items in files run through SC...William Deegan2017-08-041-57/+39
* changes to prep for 3.0.0 alphaWilliam Deegan2017-06-141-3/+3
* testWilliam Deegan2017-04-241-1/+0
* kick buildbotJane Doe2017-04-211-0/+2
* py2/3 initial changes to try and get SCons build working with py3William Deegan2017-04-101-10/+25