summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
* docs: fix typos from siderMats Wichmann2020-04-281-2/+2
* docs: tweak "manpage" (shared) Return, SConscript [ci skip]Mats Wichmann2020-04-281-94/+83
* Exports doc fixes [ci skip]Mats Wichmann2020-04-261-40/+42
* Improve manpage treatment of Variables and ConfigureMats Wichmann2020-03-261-2/+2
* Adding posibility to use single line drawing when displaying the dependency treeIosif Daniel Kurazs2020-03-242-3/+6
* Merge branch 'master' of github.com:SCons/sconsWilliam Deegan2020-02-192-5/+0
|\
| * Remove 'from __future__ import print_function' no longer needed as we're drop...William Deegan2020-02-172-5/+0
* | Drop Python2 support from Main.py site_dir codeMats Wichmann2020-02-111-34/+18
* | Update Script/Main.py so it uses importlibMats Wichmann2020-02-111-59/+83
|/
* Merge pull request #3525 from mwichmann/more-doc1William Deegan2020-01-231-41/+47
|\
| * Tweak docs a bit [ci skip]Mats Wichmann2020-01-141-41/+47
* | Stop converting to list where not neededMats Wichmann2020-01-162-3/+3
|/
* Fixup some doc inconsistencies. [CI skip]Mats Wichmann2020-01-071-6/+6
* syntax fixups suggested by PyCharmMats Wichmann2019-12-232-2/+2
* Remove deprecated SourceCode func/methodMats Wichmann2019-12-201-1/+0
* Remove deprecated BuildDir, build_dirMats Wichmann2019-12-152-17/+8
* Merge branch 'master' into py3-doctasksWilliam Deegan2019-12-103-9/+37
|\
| * Merge pull request #3475 from mwichmann/addopt-docsWilliam Deegan2019-12-101-4/+33
| |\
| | * [PR 3475] further wording tweaks on AddOption [ci skip]Mats Wichmann2019-11-211-6/+20
| | * [PR 3475] update docs/generated [ci skip]Mats Wichmann2019-11-161-2/+2
| | * Document that AddOpt has limitations [ci skip]Mats Wichmann2019-11-131-0/+15
| * | Update debug=action-timestampsMats Wichmann2019-12-072-5/+4
| |/
* | Improve building of docs using Py3 [ci skip]Mats Wichmann2019-12-052-2/+2
|/
* Remove deprecated {Source,Target}SignaturesMats Wichmann2019-10-201-2/+0
* Added debug option "timestamp", changed option "timestamp" to "action_timesta...Edoardo Bezzeccheri2019-10-092-7/+7
* Added debug option "timestamp", implementationEdoardo Bezzeccheri2019-10-012-2/+10
* Remove deprecated debug optionsMats Wichmann2019-09-121-4/+16
* Some more lint-derived cleanupsMats Wichmann2019-04-272-4/+4
* Fixup some code triggering pylint errors.Mats Wichmann2019-04-212-54/+23
* Clean up some file opens, regex stringsMats Wichmann2019-03-071-5/+6
* [PYPY] fix way exit status is retrieved in mainMats Wichmann2019-03-031-1/+1
* Work on Default docu wording a bit moreMats Wichmann2019-01-191-0/+4
* Add Textfile/Substfile to default.Mats Wichmann2018-11-171-0/+2
* corrections after bdbaddog's code reviewPaweł Tomulik2018-11-103-8/+8
* initial support for virtualenvPaweł Tomulik2018-11-103-1/+23
* Fix for #3162: tweak SConscript() docstrings a little moreMats Wichmann2018-07-301-10/+18
* Some further adjustments to missing-sconscript testsMats Wichmann2018-07-301-2/+2
* Add a docstring for SConscript()Mats Wichmann2018-07-291-1/+25
* Add tests for SConscript(must_warn) optionMats Wichmann2018-07-282-9/+11
* Add ability for SConscript to fail on missing scriptMats Wichmann2018-07-213-6/+46
* Merge pull request #3148 from swuecho/fix_testWilliam Deegan2018-07-151-8/+1
|\
| * Replace usage of unittest.TestSuite with unittest.main()Hao Wu2018-07-121-8/+1
* | Swap to use cleaner check for py 3.7 or above from @serhiy-storchakaWilliam Deegan2018-07-151-2/+1
* | Fix -jN for Python3.7, which always has thread supportGary Oberbrunner2018-07-131-1/+5
|/
* Added in support for Sconstruct.pygrbd2018-04-151-1/+1
* Added sconstruct.py lowercasegrbd2018-04-021-1/+1
* Also search for SConstruct.py, to make VStudio debugging easiergrbd2018-04-011-1/+1
* Reenable parallel builds with PypyWilliam Deegan2018-03-251-1/+3
* Fix HOWTO/README. Remove vestiges of Option(). [ci skip]William Deegan2018-02-191-2/+0
* Remove SCons.Options code which has long been deprecated and already removed ...William Deegan2018-01-301-7/+0