summaryrefslogtreecommitdiffstats
path: root/SCons/Script
Commit message (Collapse)AuthorAgeFilesLines
* fix scons --version and packagingWilliam Deegan2020-07-041-2/+2
|
* All working except automatic build of wheel and sdist packageWilliam Deegan2020-06-301-4/+3
|
* Merge remote-tracking branch 'origin/master' into sconscript_node_flagsDaniel Moody2020-06-054-151/+177
|\
| * Merge branch 'master' into docs-markupWilliam Deegan2020-05-311-19/+17
| |\
| | * Docstring changes from Sphinx conversion [ci skip]Mats Wichmann2020-05-301-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | These changes are prompted by complaints Sphinx makes about existing docstrings; split from the Sphinx-build PR to make for easier reviewing. Signed-off-by: Mats Wichmann <mats@linux.com>
| * | Updates to shared docs [ci skip]Mats Wichmann2020-05-302-132/+155
| |/ | | | | | | | | | | | | | | | | | | Mostly update markup to more "standard" markup conventions. There are some substantive wording changes to CacheDir descriptions in Environment, and to the AddOption/Help descriptions in Main and SConscript files. Signed-off-by: Mats Wichmann <mats@linux.com>
| * Close scons logfiles on completionMats Wichmann2020-05-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | Files written to in logging operations could remain unclosed: more modern Pythons grumble about this; given the type of Python build, could emit ResourceWarning messages which cause tests to fail. Close by registering calls with atexit. Affects Trace, cache debug, taskmastertrace, configure. Signed-off-by: Mats Wichmann <mats@linux.com>
* | added is_sconscript for checking if node is a sconscript node or notDaniel Moody2020-06-051-1/+2
|/
* classes no longer explicitly inherit from objectMats Wichmann2020-05-243-8/+10
| | | | | | In Python3 this is the default. Signed-off-by: Mats Wichmann <mats@linux.com>
* Bump unsupported/deperecated Py versionsMats Wichmann2020-05-161-2/+2
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* [ci skip] Add note that AddOption('no_progress') is new as of 4.0.0William Deegan2020-05-111-0/+1
|
* Merge pull request #3459 from dmoody256/patch-1William Deegan2020-05-112-1/+17
|\ | | | | Add no_progress (-Q) as set-able option
| * Merge remote-tracking branch 'origin/master' into patch-1Daniel Moody2020-05-062-1/+17
| |
* | [WIP] adjust docbuild for moved src [ci skip]Mats Wichmann2020-05-102-10/+10
|/ | | | | | | src/engine/SCons moved to SCons, affects wired in paths in documentation, and doc building scripts Signed-off-by: Mats Wichmann <mats@linux.com>
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line ↵William Deegan2020-05-069-0/+5469
with current python packaging practices