summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Various improvements to the changeAdam Gross2019-12-021-25/+25
| | * | | Add support for scanning multiple entries in an action stringAdam Gross2019-12-022-7/+32
| * | | | Change errant TEXFTILESUFFIX to SUBSTFILESUFFIXMats Wichmann2020-02-152-1/+2
* | | | | Merge branch 'master' into c-conditional-scannerWilliam Deegan2020-02-1963-580/+255
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #3561 from bdbaddog/more_post_py27_cleanup_02_17_2020William Deegan2020-02-1913-249/+139
| |\ \ \ \
| | * | | | Remove u' u" from strings. no longer neededWilliam Deegan2020-02-189-41/+24
| | * | | | more post py27 cleanupWilliam Deegan2020-02-185-182/+84
| | * | | | More post py27 cleanup. Remove no-op function calls. Fix _exercise() built in...William Deegan2020-02-181-26/+31
| * | | | | Merge branch 'master' of github.com:SCons/sconsWilliam Deegan2020-02-1960-274/+50
| |\ \ \ \ \ | | |/ / / /
| | * | | | more unicode cleanupWilliam Deegan2020-02-181-10/+2
| | * | | | more unicode cleanupWilliam Deegan2020-02-183-28/+2
| | * | | | more unicode cleanupWilliam Deegan2020-02-181-16/+0
| | * | | | More unicode removal and cleanupWilliam Deegan2020-02-181-15/+13
| | * | | | removing unicode from UtilTests.pyWilliam Deegan2020-02-181-4/+1
| | * | | | remove unicode from dblite.pyWilliam Deegan2020-02-181-20/+2
| | * | | | remove unicode reference in ActionTests.pyWilliam Deegan2020-02-181-8/+0
| | * | | | more code cleanup found by pycharmWilliam Deegan2020-02-181-4/+4
| | * | | | replace dictionary initializations with simpler logicWilliam Deegan2020-02-182-13/+4
| | * | | | remove PY3 variable from SCons.Util No longer neededWilliam Deegan2020-02-171-1/+0
| | * | | | Fix sider issue. Simplify code by removing py27 v py35+William Deegan2020-02-171-14/+5
| | * | | | Clean up collections to switch to collections.abc where possibleWilliam Deegan2020-02-177-40/+9
| | * | | | remove remaining from __future__ importsWilliam Deegan2020-02-175-11/+0
| | * | | | Remove 'from __future__ import print_function' no longer needed as we're drop...William Deegan2020-02-1744-91/+6
| | * | | | Updated error message per sugguestion by mwichmannWilliam Deegan2020-02-161-1/+1
| | * | | | Update CHANGES.txtWilliam Deegan2020-02-161-0/+2
| | * | | | Fix Issue #2904 - add useful error message when more than one Configure() con...William Deegan2020-02-161-1/+2
| | |/ / /
| * | | | fix CHANGES.txtWilliam Deegan2020-02-192-59/+68
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Drop Python2 support from Main.py site_dir codeMats Wichmann2020-02-112-37/+19
| | * | | Update Script/Main.py so it uses importlibMats Wichmann2020-02-112-59/+86
* | | | | Isolate CConditionalScanner from CScannerIvan Kravets2020-02-131-35/+107
* | | | | Update changes with CConditionalScanner and improved virtual C Pre-ProcessorIvan Kravets2020-02-121-4/+15
* | | | | Merge branch 'master' into c-conditional-scannerIvan Kravets2020-02-1298-888/+1700
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3546 from mwichmann/warn-cacheWilliam Deegan2020-02-122-11/+15
| |\ \ \ \
| | * | | | [PR #3546] update CHANGES.txt per review [ci skip]Mats Wichmann2020-02-111-1/+3
| | * | | | Add a warning if msvc config cache may be outdated.Mats Wichmann2020-02-112-11/+13
| | |/ / /
| * | | | [ci skip] Update CHANGES.txtWilliam Deegan2020-02-111-0/+3
| * | | | Fix issue #3550 - Substfile() can fail/crash when using windows paths as \'s ...William Deegan2020-02-111-2/+1
| * | | | Move testfile.py to testfile/ and have it use file_fixture() for SConstructsWilliam Deegan2020-02-111-0/+1
| |/ / /
| * | | Merge pull request #3538 from mwichmann/express2017William Deegan2020-02-054-79/+192
| |\ \ \
| | * | | [PR #3538] vswhere lookup: add choco pathMats Wichmann2020-02-031-9/+8
| | * | | [PR #3538] fix wshwere invoke errorMats Wichmann2020-02-021-1/+1
| | * | | [PR #3538] roll back use of a too-new Py3 featureMats Wichmann2020-02-011-1/+4
| | * | | [PR #3538] unbreak msvc tests on non-WindowsMats Wichmann2020-02-012-41/+48
| | * | | [PR #3538] detect msvc case where target arch is setMats Wichmann2020-02-012-15/+30
| | * | | [PR #3538] detect vswhere even if not in C:Mats Wichmann2020-01-311-18/+20
| | * | | [PR #3538] fix CHANGES.txt typo/sider complaint [appveyor skip]Mats Wichmann2020-01-311-1/+1
| | * | | [PR #3538] change way native->native foundMats Wichmann2020-01-311-22/+43
| | * | | Add support for VS2017 ExpressMats Wichmann2020-01-313-27/+93
| * | | | [ci skip] remove py 2.7*. Remove announce mailing list. Add mwichmann to list...William Deegan2020-02-051-6/+3
| * | | | [ci skip] add more instructions to CHANGES.txt on what/how to add your change...William Deegan2020-02-051-0/+2