summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061535-445123/+0
* Merge pull request #3634 from mwichmann/win-uuidWilliam Deegan2020-05-032-17/+32
|\
| * Use uuid lib for Visual Studio guidsMats Wichmann2020-05-012-17/+32
* | Merge pull request #3635 from dmoody256/soname_fix_for_issue_3246William Deegan2020-05-032-2/+16
|\ \
| * | resolve github Issue #3246Daniel Moody2020-05-012-2/+16
| |/
* | Merge branch 'master' of github.com:SCons/sconsWilliam Deegan2020-05-021-2/+2
|\ \
| * | [doc] Update description of ARCOMSTR [ci skip]Mats Wichmann2020-05-011-2/+2
| |/
* | [ci skip] Correct spelling in comments and CHANGES.txtWilliam Deegan2020-05-021-1/+1
|/
* [ci skip] minor reformattingWilliam Deegan2020-04-291-2/+10
* Add support for passing cppflags through to Visual Studio project generation.James Benton2020-04-273-27/+68
* Merge pull request #3608 from bdbaddog/add_vswhere_variableWilliam Deegan2020-04-238-52/+151
|\
| * [ci skip] updated wording for VSWHEREWilliam Deegan2020-04-221-4/+5
| * [ci skip] Doc updatesWilliam Deegan2020-04-211-18/+18
| * [ci skip] Update docsWilliam Deegan2020-04-211-4/+14
| * Merge branch 'master' into add_vswhere_variableWilliam Deegan2020-04-197-59/+92
| |\
| * | We're all py3 now can use exist_ok=True on os.mkdirs(). Thanks mwichmannWilliam Deegan2020-04-131-2/+1
| * | fix vcTests.py creating already existing dir on win32William Deegan2020-04-131-1/+2
| * | resolve sider issue. import sys not neededWilliam Deegan2020-04-121-1/+0
| * | If no vswhere.exe is found, do not try to run it. Was breaking tests on non-w...William Deegan2020-04-121-0/+5
| * | Address comments on PR for docsWilliam Deegan2020-04-121-9/+14
| * | Address PR commentsWilliam Deegan2020-04-122-7/+5
| * | Resolve issue #3605. Allow specifying VSWHERE to environmentWilliam Deegan2020-04-108-48/+126
| * | pep8William Deegan2020-04-092-5/+8
* | | PEP8 + removed '-Wl,-Bsymbolic' from SHLIBVERSIONFLAGS fixes issue #3248William Deegan2020-04-211-9/+8
| |/ |/|
* | Merge pull request #3576 from mwichmann/win-messWilliam Deegan2020-04-161-27/+53
|\ \
| * | [PR #3576] workaroud "oem" coding not on Py3.5Mats Wichmann2020-04-071-3/+10
| * | Merge branch 'master' into win-messWilliam Deegan2020-04-051-2/+7
| |\ \ | | |/
| * | [PR #3576] change decoding to "oem" in vcvars* runnerMats Wichmann2020-03-191-8/+15
| * | [PR #3576] fix typo in powershell pathMats Wichmann2020-03-171-1/+1
| * | [PR #3576] add powershell pathMats Wichmann2020-03-171-10/+15
| * | Pass some env vars that affect msvs tool setup.Mats Wichmann2020-03-171-10/+17
* | | Manpage example tweaks [ci skip]Mats Wichmann2020-04-076-32/+39
| |/ |/|
* | Generate groff-style manpages with Py3 [ci skip]Mats Wichmann2020-03-291-2/+7
|/
* Merge pull request #3583 from mwichmann/man-notesWilliam Deegan2020-03-151-22/+30
|\
| * Fix the packagers table again. [ci skip]Mats Wichmann2020-03-131-22/+30
* | Merge pull request #3574 from mwichmann/more-py2-cleanupsWilliam Deegan2020-03-152-11/+5
|\ \
| * | [PR #3574] fix sider complaintsMats Wichmann2020-03-031-1/+0
| * | Clean up some more Python 2 codeMats Wichmann2020-03-032-11/+6
| |/
* | Add msys2 installed mingw64 to PATH for mingw toolWilliam Deegan2020-03-091-0/+1
|/
* Specifiy encoding for Java files, as the default varies across platforms.Rob Boehne2020-02-242-1/+25
* Merge branch 'master' into substfilesuffixWilliam Deegan2020-02-2122-175/+78
|\
| * more post py27 cleanupWilliam Deegan2020-02-181-105/+73
| * more code cleanup found by pycharmWilliam Deegan2020-02-181-4/+4
| * Clean up collections to switch to collections.abc where possibleWilliam Deegan2020-02-172-25/+1
| * remove remaining from __future__ importsWilliam Deegan2020-02-172-4/+0
| * Remove 'from __future__ import print_function' no longer needed as we're drop...William Deegan2020-02-1719-38/+1
* | Change errant TEXFTILESUFFIX to SUBSTFILESUFFIXMats Wichmann2020-02-151-1/+1
|/
* Merge pull request #3546 from mwichmann/warn-cacheWilliam Deegan2020-02-121-11/+12
|\
| * Add a warning if msvc config cache may be outdated.Mats Wichmann2020-02-111-11/+12
* | Fix issue #3550 - Substfile() can fail/crash when using windows paths as \'s ...William Deegan2020-02-111-2/+1