summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a test to confirm that built values are not memoizedAdam Gross2019-11-271-0/+11
* Fix EnvironmentTests.py now that env.Value() is memoizedAdam Gross2019-11-251-2/+1
* Fix some existing flake8 validation issues in PythonTests.pyAdam Gross2019-11-251-5/+7
* Add test cases for memoizationAdam Gross2019-11-251-0/+11
* Improve readability by explicitly declaring _memoLookupMap as globalAdam Gross2019-11-251-0/+2
* Update CHANGES.txtAdam Gross2019-11-251-0/+5
* Memoize environment.Value() to improve performanceAdam Gross2019-11-252-7/+25
* Merge remote-tracking branch 'upstream/master'Adam Gross2019-11-2526-81/+129
|\
| * Merge pull request #3471 from ivankravets/patch-1William Deegan2019-11-185-32/+42
| |\
| | * Merge branch 'master' into patch-1William Deegan2019-11-1822-49/+87
| | |\ | | |/ | |/|
| * | Merge pull request #3474 from mwichmann/argv0-py39-testsWilliam Deegan2019-11-1812-34/+34
| |\ \
| | * | [3.9] change tests not to expect bare scriptnameMats Wichmann2019-11-0612-34/+34
| * | | Merge pull request #3476 from timgates42/bugfix/typo_whoseWilliam Deegan2019-11-172-1/+3
| |\ \ \
| | * | | Update CHANGES.txtTim Gates2019-11-171-0/+2
| | * | | Fix simple typo: whos -> whoseTim Gates2019-11-161-1/+1
| |/ / /
| * | | [ci skip] updatesWilliam Deegan2019-11-101-0/+1
| * | | [ci skip] indicating to github linguist which files to ignore when detecting ...William Deegan2019-11-101-0/+5
| * | | Create FUNDING.ymlWilliam Deegan2019-11-101-0/+5
| * | | [skip ci] make scons_dev_master.py have proper shebang and also set executableWilliam Deegan2019-11-081-1/+1
| * | | Merge pull request #3472 from maiphi/latex_latin1William Deegan2019-11-084-3/+28
| |\ \ \
| | * | | Changelog: add details about fix of Latex log encoding issuemaiphi2019-11-071-1/+2
| | * | | Latin-1 log test case: compile to DVI, not PostScript; add commentmaiphi2019-11-071-1/+5
| | * | | Added note about Latex Latin-1/UTF-8 issue to CHANGES.logmaiphi2019-11-011-0/+4
| | * | | Add test case with Latin-1 encoded Latex log file. Required fix in the test f...maiphi2019-11-012-1/+17
| | * | | Tex builder: avoid error when reading non-utf-8 log filesmaiphi2019-11-011-2/+2
| | |/ /
| * | | Merge pull request #3466 from mwichmann/depr-builderWilliam Deegan2019-11-073-10/+10
| |\ \ \ | | |/ / | |/| |
| | * | Remove deprecated Builder keywordsMats Wichmann2019-10-223-10/+10
| |/ /
| | * Added support for "-imacros" to ParseFlagsIvan Kravets2019-11-065-36/+40
| | * Parse "-imacros" option in ParseFlagsIvan Kravets2019-11-011-1/+1
| | * Parse GCC "-imacros" option in ParseFlagsIvan Kravets2019-11-011-0/+3
| | * Parse GCC -imacros optionIvan Kravets2019-11-011-1/+4
| |/
* | Merge pull request #2 from SCons/masterAdam Gross2019-10-22161-4485/+2907
|\ \ | |/
| * Merge pull request #3464 from mwichmann/rm-signature-funcsWilliam Deegan2019-10-2136-622/+148
| |\
| | * [PR 3464] quiet sider complaintsMats Wichmann2019-10-212-3/+0
| | * [PR 3464] rework new tests so they match stderrMats Wichmann2019-10-212-10/+20
| | * Remove deprecated {Source,Target}SignaturesMats Wichmann2019-10-2036-619/+138
| |/
| * Changed wording on MSVC caching to indicate it's currently experimental featu...William Deegan2019-10-121-3/+4
| * Merge pull request #3462 from mwichmann/msvc_env_cacheWilliam Deegan2019-10-128-82/+313
| |\
| | * [PR 3462] update doc/comments for msvc-env-cacheMats Wichmann2019-10-123-22/+35
| | * [PR 3462] convert json cache better way for py2Mats Wichmann2019-10-113-18/+133
| | * [PR 3462] python two handle the jsonMats Wichmann2019-10-113-8/+31
| | * [PR 3462] quote appveyor setting of cache valMats Wichmann2019-10-101-1/+1
| | * [PR 3462] env-var-cache: fix exception to be 2.7 compatibleMats Wichmann2019-10-103-37/+67
| | * [WIP] enable persistent caching of vcvars on win32Mats Wichmann2019-10-106-57/+107
| * | Move SConstruct from test to file fixtureWilliam Deegan2019-10-112-5/+4
| * | Merge pull request #3456 from edobez/masterWilliam Deegan2019-10-115-3/+153
| |\ \
| | * | Added debug option "timestamp", completely overhauled testEdoardo Bezzeccheri2019-10-111-196/+67
| | * | Merge remote-tracking branch 'origin/master'Edoardo Bezzeccheri2019-10-099-22/+113
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #3434 from mwichmann/CmdStringHolderWilliam Deegan2019-10-083-1/+57
| |\ \ \
| | * \ \ Merge branch 'master' into CmdStringHolderWilliam Deegan2019-10-0855-1144/+790
| | |\ \ \ | | |/ / / | |/| | |