summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/MSCommon/common.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-318/+0
* [PR #3576] workaroud "oem" coding not on Py3.5Mats Wichmann2020-04-071-3/+10
* [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
* Clean up some more Python 2 codeMats Wichmann2020-03-031-2/+1
* Remove 'from __future__ import print_function' no longer needed as we're drop...William Deegan2020-02-171-2/+0
* Stop converting to list where not neededMats Wichmann2020-01-161-2/+2
* Add propagating VCINSTALLDIR and VCToolsInstallDir which are used by CLang to...William Deegan2019-12-241-5/+16
* [PR 3462] update doc/comments for msvc-env-cacheMats Wichmann2019-10-121-1/+3
* [PR 3462] convert json cache better way for py2Mats Wichmann2019-10-111-13/+1
* [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-101-3/+32
* Allow MSVCUnsupportedTargetArch and MSVCUnsupportedHostArch exceptions to pro...William Deegan2019-06-201-1/+0
* Some more lint-derived cleanupsMats Wichmann2019-04-271-1/+1
* Fix some more subprocess-unclosed-file warningsMats Wichmann2019-02-081-2/+4
* added support for checking for arm target support, and UWP apps for 2017Daniel2019-01-101-1/+1
* PR#3230: fix some debug, accept list from vswhereMats Wichmann2018-11-221-1/+1
* Pull Request contents P$ 489 from Steve Robinson. Manual edit/checkin becaus...William Deegan2017-08-071-0/+7
* py2/3 when parsing output from dumping environment for vcvarsall.bat, convert...William Deegan2017-05-311-37/+44
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-1/+1
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-2/+2
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-31/+4
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-29/+2
| * This patch is not for Python 2.7, but for `Microsoft Visual C++ Compilerhhsprings2015-03-131-2/+2
* | fix some minor 2to3 issues on windowsRocco Matano2014-03-071-3/+2
* | Merged with [default]Stefan Zimmermann2014-03-311-3/+5
|\ \ | |/
| * Fix Intel compiler setup on Windows (it still needs VS1x0COMNTOOLS)Gary Oberbrunner2014-01-031-3/+5
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-2/+3
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-3/+3
|/
* Added comment (minor)Gary Oberbrunner2013-04-201-9/+12
* should resolve issues with VS2012 (and probably VS2010) on 64(and probably 32...William Deegan2013-04-111-2/+15
* Add MSVC10 and MSVC11 support to get_output low-level bat script runner.Gary Oberbrunner2012-10-021-0/+2
* When trying to execute v[cs]*vars*.bat scripts to fetch the VisualSteven Knight2010-06-061-6/+31
* Initial Migration of MSVC logic from 1.3 branch.William Deegan2010-06-031-8/+15
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-2/+0
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+2
* Fix #2515: use better way to detect 64-bit OS.Gary Oberbrunner2010-01-111-4/+19
* Fix win64 detection.David Cournapeau2009-09-091-6/+13
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-13/+22
* Fix a nested scope issue.Steven Knight2009-03-021-1/+1
* Merged revisions 4025-4029 via svnmerge fromSteven Knight2009-02-211-9/+11
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-0/+177