summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/MSCommon
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4432 from jcbrill/jbrill-msvc-clsearchWilliam Deegan2023-10-291-6/+18
|\
| * Rework msvc cl not found warning message order and construction.Joseph Brill2023-10-131-6/+5
| * Adjust the final compiler executable search and warning message when setting ...Joseph Brill2023-10-111-5/+18
* | Elminate http: referencesMats Wichmann2023-10-171-3/+2
* | Merge pull request #4433 from jcbrill/jbrill-mscommon-debugWilliam Deegan2023-10-161-13/+67
|\ \
| * | Add a custom formatter to the MSCommon/common.py debug logging that accepts a...Joseph Brill2023-10-131-13/+67
| |/
* | Remove redundant os.path.normcase invocation in SCons/Tool/MSCommon/MSVC/Util...Joseph Brill2023-10-151-1/+1
* | Internal updates to MSCommon/MSVC/Util.py and MSCommon/MSVC/Config.py.Joseph Brill2023-10-152-6/+5
* | Replace process_path with normalize_path in MSCommon/MSVC/Util.pyJoseph Brill2023-10-144-18/+180
|/
* Further mod on msvc config cache lockingMats Wichmann2023-10-041-1/+3
* MSVC: Fix unhandled MissingConfiguration exception.Joseph Brill2023-09-221-9/+1
* Merge branch 'master' into feature/new-subprocMats Wichmann2023-09-0910-205/+519
|\
| * msvc config cache: add locking on cachefileMats Wichmann2023-09-041-3/+5
| * Fix up incomplete change to mscommon error msgMats Wichmann2023-08-281-6/+6
| * Handle json decode error in mavc cacheMats Wichmann2023-08-281-38/+47
| * More conversions: {repr(var)} -> {var!r}Mats Wichmann2023-08-041-2/+2
| * "Modernize" to Python 3.6 via toolMats Wichmann2023-08-047-35/+35
| * Merge branch 'master' into jbrill-gh4312-fixplusJoseph Brill2023-06-202-7/+6
| |\
| * \ Merge branch 'master' into jbrill-gh4312-fixplusJoseph Brill2023-05-0420-170/+178
| |\ \
| * | | Add arm64 to the MSVS supported architectures list for VS2017 and later to be...Joseph Brill2023-03-191-4/+4
| * | | Refactor MSCommon/common.py logging filter class due to SConfTests module res...Joseph Brill2023-03-151-20/+21
| * | | Fix #4312 and Windows on ARM64 support.Joseph Brill2023-03-144-120/+422
* | | | New scons_subproc_run: simplify calling in msvcMats Wichmann2023-07-081-15/+7
* | | | Implement a new subprocess wrapperMats Wichmann2023-07-081-32/+22
| |_|/ |/| |
* | | Followon to PR #4348: more bool fixesMats Wichmann2023-06-162-7/+6
| |/ |/|
* | Add some cheap return and parameter annotationsMats Wichmann2023-05-0119-152/+152
* | MSCommon: minor updates to README.rst [skip ci]Joseph Brill2023-04-141-18/+26
|/
* Updated copyright block, minor code fixesWilliam Deegan2022-07-252-13/+13
* fix variable names which were shadowing global/module symbolsWilliam Deegan2022-07-241-5/+5
* Format code via blackWilliam Deegan2022-07-241-6/+9
* Format code via blackWilliam Deegan2022-07-241-2/+4
* Format code via blackWilliam Deegan2022-07-241-6/+3
* refactore to avoid shadowing 'bool' changed variable name to bool_valWilliam Deegan2022-07-241-5/+5
* Update MSCommon/README.rst.Joseph Brill2022-07-191-2/+382
* Remove sentence that predates file rename. [ci skip]Joseph Brill2022-07-181-3/+0
* Convert format from plain text to RST. [ci skip]Joseph Brill2022-07-181-109/+121
* Rename README to README.rst.Joseph Brill2022-07-181-0/+0
* Remove README.rst.Joseph Brill2022-07-181-125/+0
* Revert "Rename README to README.rst and update contents for RST. [ci skip]"Joseph Brill2022-07-182-4/+117
* Rename README to README.rst and update contents for RST. [ci skip]Joseph Brill2022-07-182-117/+4
* Add MSCommon/README.rst with verbatim content from MSCommon/README. Add out-...Joseph Brill2022-07-182-0/+130
* Minor tweaks for readability and consistency.Joseph Brill2022-07-181-6/+9
* Add special case for msvc 14.0 and store/uwp specified via script args and sd...Joseph Brill2022-07-181-20/+24
* Remove print statement from ScriptArgumentsTests.py.Joseph Brill2022-07-171-1/+0
* Remove blank line and redundant test invocation.Joseph Brill2022-07-171-2/+0
* Add function to return toolsets with spectre libs folder (target may not be i...Joseph Brill2022-07-175-12/+100
* Add msvc sdk version components utility function and tuple. Finish script ar...Joseph Brill2022-07-174-64/+292
* Add version components tuple to version breakdown definitions.Joseph Brill2022-07-172-5/+14
* Use installed versions instead of all versions.Joseph Brill2022-07-161-2/+2
* Return previous policy when setting default argument policy. Add more tests.Joseph Brill2022-07-163-42/+330