summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix multithreaded Windows builds when a thread has a file open for writeAdam Gross2019-12-061-25/+34
* Merge branch 'master' of https://github.com/scons/SConsAdam Gross2019-12-063-4/+4
|\
| * Merge pull request #3485 from mwichmann/more-escapesWilliam Deegan2019-12-022-3/+3
| |\
| | * fix more Python escape complaintsMats Wichmann2019-12-022-3/+3
| * | Merge pull request #3484 from mwichmann/testfw-newWilliam Deegan2019-12-021-1/+1
| |\ \ | | |/ | |/|
| | * Typo in testing document [ci skip]Mats Wichmann2019-12-021-1/+1
| |/
* | Merge branch 'master' of https://github.com/scons/SConsAdam Gross2019-12-022-29/+48
|\ \ | |/
| * [ci skip] Add to CHANGES.txt for PR #3481William Deegan2019-11-271-16/+20
| * Merge pull request #3481 from datalogics-robb/sol_py3William Deegan2019-11-271-13/+28
| |\
| | * try a different approach that should work on python 3.5.Rob Boehne2019-11-261-2/+2
| | * Fix a problem under Solaris when using Python 3, while maintaining support fo...Rob Boehne2019-11-261-13/+28
| |/
* | 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
| |\ \