index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
Tool
/
MSCommon
Commit message (
Expand
)
Author
Age
Files
Lines
*
also check for 64 bit compiler and added some comments
Daniel
2018-08-13
1
-1/+4
*
updated vc and tests to check the msvc cl binary
Daniel
2018-08-13
1
-2/+12
*
Module used an undefined class name
Mats Wichmann
2018-05-02
1
-4/+4
*
Fix for building under python3.5 via bootstrap
grbd
2017-08-15
1
-1/+3
*
fix comment for vswhere logic
William Deegan
2017-08-08
1
-1/+1
*
Fix VS2017 detection logic to fail properly when run on linux (posix) systems
William Deegan
2017-08-08
1
-4/+11
*
Pull Request contents P$ 489 from Steve Robinson. Manual edit/checkin becaus...
William Deegan
2017-08-07
3
-12/+61
*
Change UWP_APP to be MSVC_UWP_APP
Ibrahim Esmat
2017-07-24
1
-1/+1
*
Windows: Added the capability to build Windows Store Compatible libraries
Ibrahim Esmat
2017-07-21
1
-1/+1
*
Windows: Added the capability to build Windows Store Compatible libraries
Ibrahim Esmat
2017-07-21
1
-7/+14
*
py2/3 when parsing output from dumping environment for vcvarsall.bat, convert...
William Deegan
2017-05-31
1
-37/+44
*
switch VS2015 to SDK 10.0, and define SDK10.0 in sdk.py
William Deegan
2017-05-14
2
-1/+17
*
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-12
3
-3/+3
*
fix PCHPDBFLAGS changes to not crash if version of MSVC is unknown, and defau...
William Deegan
2016-11-27
1
-5/+6
*
Merged in rviney/scons (pull request #249)
William Deegan
2016-11-27
1
-1/+2
|
\
|
*
Merged scons/scons into default
Richard Viney
2016-07-10
5
-165/+128
|
|
\
|
*
|
Fix PCHPDBFLAGS causing a deprecation warning on MSVC v8 and later when using...
Richard Viney
2015-09-18
1
-1/+2
*
|
|
Futurize stage 2 2to3 fixes only.
William Blevins
2016-09-20
3
-4/+4
|
|
/
|
/
|
*
|
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
6
-126/+144
|
\
\
|
*
|
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
5
-66/+10
|
*
|
Merged in hhsprings/scons (pull request #222)
William Deegan
2015-10-02
2
-37/+59
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
This patch is not for Python 2.7, but for `Microsoft Visual C++ Compiler
hhsprings
2015-03-13
2
-33/+55
|
*
|
Add Visual Studio 2015 support to SCons
Rob Smith
2015-07-14
3
-1/+33
|
|
/
|
*
added SDK 7.1 and 7.0A logic. Needs to be tested on systems with 7.0A install...
William Deegan
2015-02-18
1
-2/+25
*
|
Merged default branch into python3-port to keep it up to date.
Gary Oberbrunner
2014-08-23
1
-20/+33
|
\
\
|
|
/
|
*
Merged in Syeberman/scons/msvs-vcvars-caching (pull request #105)
Gary Oberbrunner
2014-04-19
1
-2/+15
|
|
\
|
|
*
Update comments to clarify benefits of script_env memoization
Sye van der Veen
2014-03-16
1
-3/+6
|
|
*
Add caching to MSCommon.script_env for builds that initialize the same MSVS/M...
Sye van der Veen
2014-01-30
1
-2/+12
*
|
|
Merged with [default]
Stefan Zimmermann
2014-03-31
2
-56/+54
|
\
\
\
|
|
/
/
|
*
|
Adding support for Visual Studio 2013
Shane Gannon
2014-03-11
2
-3/+13
|
*
|
Merged in Syeberman/SCons (pull request #104, support Visual Studio 2013 Expr...
Gary Oberbrunner
2014-03-09
2
-56/+44
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fixed an error when trying to cross-compile from x86 to amd64 in MSVS: missin...
Sye van der Veen
2014-01-30
1
-0/+1
|
|
*
Updated msvs/msvc settings for Express (for Desktop) versions of Visual Studi...
Sye van der Veen
2014-01-23
2
-48/+32
|
|
/
*
|
fix some minor 2to3 issues on windows
Rocco Matano
2014-03-07
1
-3/+2
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
2
-11/+14
|
\
\
|
|
/
|
*
Fix Intel compiler setup on Windows (it still needs VS1x0COMNTOOLS)
Gary Oberbrunner
2014-01-03
1
-3/+5
|
*
fix missing file test
antonio
2013-06-15
1
-7/+7
|
*
fix for visual studio expres on win7 x86_64
antonio
2013-06-15
1
-5/+6
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
3
-4/+5
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
5
-24/+24
|
/
*
Added comment (minor)
Gary Oberbrunner
2013-04-20
1
-9/+12
*
should resolve issues with VS2012 (and probably VS2010) on 64(and probably 32...
William Deegan
2013-04-11
2
-6/+35
*
Add MSVC10 and MSVC11 support to get_output low-level bat script runner.
Gary Oberbrunner
2012-10-02
1
-0/+2
*
Fix typo introduced during recent change to vc.py
Gary Oberbrunner
2012-08-05
1
-1/+1
*
Forgot the req_
Steven Verbeek
2012-07-18
1
-1/+1
*
Changed to proper method
Steven Verbeek
2012-07-18
1
-1/+1
*
Fixes an issue with 64 bit Windows 7 running 32 bit Visual Express C++ 2010
Steven Verbeek
2012-07-05
1
-1/+1
*
MSVC: show valid $TARGET_ARCH values when invalid arch passed in.
Gary Oberbrunner
2012-05-07
1
-1/+2
*
fix + solution generation fixes
stopiccot
2012-03-04
1
-2/+2
*
start of msvc11 support
stopiccot
2012-03-02
2
-3/+34
[next]