summaryrefslogtreecommitdiffstats
path: root/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
* Change SCons.Scanner.Base to ScannerBaseMats Wichmann2021-10-041-1/+1
* Post 4.2.0 merge/reset to development modeWilliam Deegan2021-08-011-1/+1
* Allow disable_execute_ninja and disable_ninja to be set via SetOptionWilliam Deegan2021-07-211-31/+43
* Tweak doc of experimental option [skip travis]Mats Wichmann2021-07-131-4/+6
* Merge pull request #3959 from mwichmann/nowarn-missing-sconscriptWilliam Deegan2021-07-121-13/+19
|\
| * Change warnings behavior of missing SConscriptMats Wichmann2021-06-181-13/+19
* | Merge branch 'master' into ninja-generationWilliam Deegan2021-05-246-386/+429
|\ \ | |/
| * Update the documentation for GetOptionMats Wichmann2021-05-111-285/+277
| * Enable SetOption for implicit_deps*Mats Wichmann2021-05-082-153/+159
| * Make sure SetOption list is up to dateMats Wichmann2021-05-082-16/+67
| * Fix some imports and other checker warningsMats Wichmann2021-05-054-7/+1
* | Add --experimental=ninjaWilliam Deegan2021-04-131-2/+2
* | 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-121-1/+1
* better handle all/none and multiple options, expanded tests to cover suchWilliam Deegan2021-04-121-4/+29
* Address mwichmann's feedbackWilliam Deegan2021-04-101-4/+4
* address mwichmann's review commentWilliam Deegan2021-04-101-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-221-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-041-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