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
/
msvc.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Initialize *FLAGS variables with objects that can add flags either as strings...
Steven Knight
2004-02-26
1
-13/+13
*
More robust reading of VCComponents.dat. (Chad Austin)
Steven Knight
2004-02-08
1
-5/+7
*
Fix an incorrect registry lookup in msvc.py.
Steven Knight
2004-01-16
1
-1/+1
*
Make the static/shared object check work even if the object was already created.
Steven Knight
2004-01-10
1
-2/+13
*
MSVC fix for pre-2.3 Python versions. (Charles Crain)
Steven Knight
2003-12-02
1
-1/+1
*
Ensure that the ENV values are all strings. (Anthony Roach)
Steven Knight
2003-11-18
1
-18/+27
*
Use sys.stdout.write() instead of print so line feeds in -j output will stay ...
Steven Knight
2003-11-10
1
-1/+1
*
Better detection of KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-0/+2
*
Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...
Steven Knight
2003-09-17
1
-1/+1
*
Fix tool problems with xilink and linkloc.
Steven Knight
2003-08-16
1
-2/+2
*
Refactor extension splitting to make it more flexible (for SWIG).
Steven Knight
2003-08-03
1
-3/+3
*
Add support for a platform-independent CPPDEFINES variable.
Steven Knight
2003-08-02
1
-3/+5
*
Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.
Steven Knight
2003-08-01
1
-1/+1
*
MSVS documentation, remove unnecessary exceptions, and restor escape() to its...
Steven Knight
2003-06-14
1
-12/+20
*
Add MSVS Project file support. (Greg Spencer)
Steven Knight
2003-06-08
1
-95/+225
*
Add support for MIDL. (Greg Spencer)
Steven Knight
2003-04-23
1
-1/+3
*
Implement Tool refactoring. (Chad Austin + Steve Leblanc)
Steven Knight
2003-04-10
1
-1/+1
*
Fixes for compiling with MSVC when running cygwin Python. (Chad Austin)
Steven Knight
2003-02-04
1
-4/+5
*
Win32 portability.
Steven Knight
2003-01-30
1
-1/+3
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
1
-1/+1
*
Make shared/static objects less irritating. (Anthony Roach)
Steven Knight
2003-01-18
1
-0/+1
*
Update Copyright years.
Steven Knight
2003-01-16
1
-1/+1
*
Add MSVC .res builder. (Anthony Roach)
Steven Knight
2002-10-21
1
-0/+7
*
Get rid of the magicness of the magic _ variables. (Anthony Roach)
Steven Knight
2002-10-07
1
-8/+2
*
Add MSVC PCH and PDB support. (Anthony Roach)
Steven Knight
2002-10-03
1
-5/+70
*
Refactor SCons.Util.Detect() into an Environment method.
Steven Knight
2002-09-05
1
-1/+1
*
Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...
Steven Knight
2002-09-05
1
-4/+4
*
Dynamically check for the existence of utilities. (sam th)
Steven Knight
2002-08-29
1
-0/+2
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
1
-0/+223
[prev]