summaryrefslogtreecommitdiff
path: root/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
...
* | removed old sconscript changesDaniel Moody2021-04-132-4/+0
* | [WIP] write a tool to generate build.ninja files from SConsMathew Robinson2021-04-132-0/+4
* | removed old sconscript changesDaniel Moody2021-04-132-4/+0
* | [WIP] write a tool to generate build.ninja files from SConsMathew Robinson2021-04-132-0/+4
|/
* address sider issueWilliam Deegan2021-04-111-1/+1
* better handle all/none and multiple options, expanded tests to cover suchWilliam Deegan2021-04-111-4/+29
* Address mwichmann's feedbackWilliam Deegan2021-04-101-4/+4
* address mwichmann's review commentWilliam Deegan2021-04-091-1/+1
* Add docs for --experimental switchWilliam Deegan2021-04-092-12/+41
* Dont call progress if the progress object is NullDaniel Moody2021-04-091-2/+3
* Fixed issue with multi-target nodes being passed to the progress object.Daniel Moody2021-04-091-1/+2
* Make target selection a subsection in manpage [skip travis] [skipMats Wichmann2021-03-301-37/+31
* Deprecate Python 3.5.Mats Wichmann2021-03-281-1/+1
* Merge branch 'master' into site-dirWilliam Deegan2021-03-251-4/+8
|\
| * Skip empty cmdline args as targetsMats Wichmann2021-03-251-4/+8
* | Change site-dir arg handlingMats Wichmann2021-03-252-6/+8
|/
* SConsOptions: don't modify original optionsMats Wichmann2021-03-111-1/+1
* Drop dictionary has_key references: Py2-ism.Mats Wichmann2021-03-111-1/+4
* Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2021-03-073-24/+35
|\
| * A few more tweaks to debug-timing codeMats Wichmann2021-02-111-19/+30
| * [PR #3884] fix some timinng errors from initial submitMats Wichmann2021-02-092-6/+6
| * Add timing of sconsign write if --debugMats Wichmann2021-02-083-9/+8
| * cleanup whitespaceWilliam Deegan2021-01-211-0/+1
* | More improvementsAdam Gross2020-12-151-1/+1
* | Address most review feedbackAdam Gross2020-12-141-8/+17
* | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2020-12-121-6/+2
|\ \ | |/
| * One more unneeded try-import-fixupMats Wichmann2020-11-191-6/+2
* | Merge branch 'master' into topic/grossag/newhashesAdam Gross2020-11-069-205/+189
|\ \ | |/
| * Drop some more Py2 compat thingsMats Wichmann2020-10-131-5/+1
| * Try new way to detect thread support. Check threading.get_ident() which shoul...William Deegan2020-10-041-1/+7
| * Remove pywin32 from scons win32 install requirements. Remove usage from SCons...William Deegan2020-10-031-14/+1
| * Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-239-64/+45
| * Merge branch 'master' into autoflakeWilliam Deegan2020-09-211-2/+1
| |\
| | * Use cProfile if profiling.Mats Wichmann2020-09-211-2/+1
| * | Run autoflake on codeMats Wichmann2020-09-211-1/+0
| |/
| * Merge pull request #3758 from mwichmann/GetSet-optsWilliam Deegan2020-09-192-111/+124
| |\
| | * [PR #3758] expand on SetOption limitations [skip appvyor]Mats Wichmann2020-07-301-1/+5
| | * [PR #3758] be more explicit about syncing SetOption list [ci skip]Mats Wichmann2020-07-292-2/+4
| | * Align SetOption doc with settable options list. [skip appveyor]Mats Wichmann2020-07-272-111/+118
| * | [PR #3784] adjust opt-abbreviation msg after PR reviewMats Wichmann2020-08-241-1/+1
| * | Reject abbreviations of AddOption options.Mats Wichmann2020-08-232-6/+9
| * | Conditionally suppress deprecation message.Joachim Kuebart2020-08-111-1/+1
* | | [ci skip] Clarify --md5-chunksize optionAdam Gross2020-08-041-1/+1
* | | Add support for overriding the default hash formatAdam Gross2020-08-042-2/+11
|/ /
* | Address review feedbackAdam Gross2020-08-031-1/+1
|/
* Change Warning to SConsWarningMats Wichmann2020-07-071-1/+1
* 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-044-151/+177
|\
| * Merge branch 'master' into docs-markupWilliam Deegan2020-05-301-19/+17
| |\