summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix_appveyor_vs2019_issue1William Deegan2019-12-2516-46/+46
|\
| * syntax fixups suggested by PyCharmMats Wichmann2019-12-2315-36/+36
| * Merge pull request #3508 from mwichmann/pc-none-syntaxWilliam Deegan2019-12-212-8/+8
| |\
| | * checker fixes: None, trailing ws, list initMats Wichmann2019-12-212-8/+8
| * | Fix two small syntax errors in string formattingMats Wichmann2019-12-211-2/+2
| |/
* | Update clang logic to initialize MSVC shell environment variables needed for ...William Deegan2019-12-252-0/+10
* | Add c:\msys64\mingw64\bin for appveyor vs2019William Deegan2019-12-251-0/+1
* | Add propagating VCINSTALLDIR and VCToolsInstallDir which are used by CLang to...William Deegan2019-12-241-5/+16
|/
* Merge branch 'master' into py3-doctasksWilliam Deegan2019-12-101-1/+8
|\
| * Merge pull request #3473 from kulikjak/masterWilliam Deegan2019-12-101-1/+8
| |\
| | * Fix incorrect testing assumptions for SolarisJakub Kulik2019-11-011-1/+8
* | | Improve building of docs using Py3 [ci skip]Mats Wichmann2019-12-0599-101/+101
|/ /
* | fix more Python escape complaintsMats Wichmann2019-12-022-3/+3
* | 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
* | Fix simple typo: whos -> whoseTim Gates2019-11-161-1/+1
* | Tex builder: avoid error when reading non-utf-8 log filesmaiphi2019-11-011-2/+2
|/
* Merge pull request #3462 from mwichmann/msvc_env_cacheWilliam Deegan2019-10-124-70/+140
|\
| * [PR 3462] update doc/comments for msvc-env-cacheMats Wichmann2019-10-122-8/+15
| * [PR 3462] convert json cache better way for py2Mats Wichmann2019-10-112-18/+19
| * [PR 3462] python two handle the jsonMats Wichmann2019-10-111-1/+13
| * [PR 3462] env-var-cache: fix exception to be 2.7 compatibleMats Wichmann2019-10-101-20/+25
| * [WIP] enable persistent caching of vcvars on win32Mats Wichmann2019-10-104-57/+102
* | Merge pull request #3457 from mwichmann/emitter-docWilliam Deegan2019-10-081-5/+25
|\ \ | |/ |/|
| * Add doc for *EMITTER consvars [ci skip]Mats Wichmann2019-10-011-5/+25
* | Fix bytes not being decoded in suncxx.pyJakub Kulík2019-09-271-2/+2
|/
* Docs for InstallVersionedLib and --install-sandbox [ci skip]Mats Wichmann2019-09-251-0/+16
* [#3425] review comment: pluralize source fileMats Wichmann2019-09-071-1/+1
* [PR #3425] further tweak "default" tool wording [ci skip]Mats Wichmann2019-09-071-13/+13
* [PR #3425] provide path to src for tool defaults [ci skip]Mats Wichmann2019-09-071-1/+3
* [PR #3245] fix sider complaint about misspelling [ci skip]Mats Wichmann2019-09-071-1/+1
* manpage: clarify that tools=[list] overrides [ci skip]Mats Wichmann2019-09-074-6/+87
* Use "in" in preference to string find methodMats Wichmann2019-08-302-4/+4
* Clean up D compiler pagesMats Wichmann2019-08-274-924/+329
* Merge branch 'master' into topic/grossag/msvsWilliam Deegan2019-07-193-40/+63
|\
| * msvs host-target fix + vs19 supportMats Wichmann2019-07-153-40/+63
* | [ci skip] MSVS doc fix and output of rerunning doc generationAdam Gross2019-07-191-2/+2
* | [ci skip] Updated CHANGES.txt and msvs.xml documentationAdam Gross2019-07-191-3/+35
* | Integrate requested changes to msvsTests.pyAdam Gross2019-07-191-5/+10
* | Fix msvs testsAdam Gross2019-07-181-2/+20
* | Fix issues raised in code reviewAdam Gross2019-07-172-34/+72
* | Upgrade and improve Visual Studio solution/project generation codeAdam Gross2019-07-172-56/+174
|/
* Fix sider warningWilliam Deegan2019-06-201-1/+1
* Allow MSVCUnsupportedTargetArch and MSVCUnsupportedHostArch exceptions to pro...William Deegan2019-06-202-1/+4
* Switch back to None with proper comparison using is instead of notWilliam Deegan2019-06-191-4/+4
* Switch from testing for directory value being false to -1 as "" evaluates to ...William Deegan2019-06-191-4/+9
* Fix conflictWilliam Deegan2019-06-181-5/+0
* Added tests to logic changes by mhqtronic PR #3375William Deegan2019-06-182-17/+205
* Fix a small error in docbook toolMats Wichmann2019-04-301-1/+1
* Fix misplaced file closingMats Wichmann2019-04-281-2/+7