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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ENH: use msvc env, not msvs to set up mslib and mslink paths.
David Cournapeau
2009-11-19
4
-10/+12
*
ENH: add a wrapper around msvc_setup_env to guarantee the function is called ...
David Cournapeau
2009-11-19
1
-0/+10
*
BUG: fix arch argument to pass to batfile.
David Cournapeau
2009-11-19
1
-2/+3
*
ENH: move user info gathering at the top of msvc_setup_env.
David Cournapeau
2009-11-19
1
-2/+2
*
ENH: factor host/target handling in separate function.
David Cournapeau
2009-11-19
1
-6/+10
*
ENH: bypass complicated VisualC logic, and use the .bat file to get correct a...
David Cournapeau
2009-11-19
1
-3/+10
*
ENH: script_env now takes an args argument to forward arguments to the execut...
David Cournapeau
2009-11-19
1
-2/+2
*
ENH: refactor function to get msvc version.
David Cournapeau
2009-11-19
1
-14/+22
*
Fix name typo in 1.5.2 patch.
Steven Knight
2009-11-18
1
-1/+1
*
Issue 2481: Fix the msvc_exists() call in Tool/msvc.py.
Steven Knight
2009-11-18
1
-1/+1
*
Python 1.5 fix: "mname += ..." => "mname = mname + ..."
Steven Knight
2009-11-15
1
-1/+2
*
1.5 fix: use apply() instead of (*args, **kw).
Steven Knight
2009-11-15
1
-2/+2
*
1.5.2 fix in compat/__init__.py: "flags |= ..." => "flags = flags | ..."
Steven Knight
2009-11-15
1
-1/+1
*
Apply patch submitted in issue #947 to fix race condition in
Gary Oberbrunner
2009-11-15
3
-3/+44
*
Fix bug 1944 - handle non-existant .i files when swig emitter is called. Make...
William Deegan
2009-11-14
2
-5/+15
*
Add check for python 3.0.0 or higher and exit with message.
William Deegan
2009-11-10
3
-1/+17
*
BUG: fix bootstrap on windows 64.
David Cournapeau
2009-10-31
1
-0/+1
*
MSVC: Add correct x86_64/x66_64 msvc bat file location for VC 9.0 (2008).
Gary Oberbrunner
2009-10-14
1
-0/+1
*
Update CHANGES.txt for the small bug fixes I commited recently.
David Cournapeau
2009-09-26
1
-0/+3
*
Update CHANGES.txt with David C's last contribution.
Steven Knight
2009-09-19
1
-0/+3
*
BUG: do not add -fPIC on non-posix platform for ifort tool.
David Cournapeau
2009-09-18
1
-1/+2
*
BUG: fix TryRun with variant dir set.
David Cournapeau
2009-09-17
1
-2/+2
*
Fix tex code to handle broken nomenclature package. (Fixes test failure on ce...
William Deegan
2009-09-16
1
-2/+2
*
BUG: fix regression failure after is_win64 fix.
David Cournapeau
2009-09-09
1
-0/+3
*
BUG: fix issue 2294.
David Cournapeau
2009-09-09
1
-0/+4
*
Fix win64 detection.
David Cournapeau
2009-09-09
1
-6/+13
*
Bump minimum version of python for 1.3 to 2.4
William Deegan
2009-09-06
1
-2/+2
*
As I set up the test case for the glossary and nomencl packages
Robert Managan
2009-08-21
5
-47/+47
*
Add comment for glossaries/scronyms update
Robert Managan
2009-08-21
1
-0/+2
*
Add test for glossaries package. and patch tex.py
Robert Managan
2009-08-21
1
-3/+42
*
Move credit for one fix from Jason K to Benoit B.
William Deegan
2009-08-13
1
-5/+7
*
Added info on my checkins to CHANGES.txt for checkpoint release
William Deegan
2009-08-11
1
-0/+8
*
Make a note of the Latex changes made recently
Robert Managan
2009-08-10
1
-0/+9
*
Update CHANGES.txt to include Jared Grubb's contribution
Greg Noel
2009-08-10
1
-0/+4
*
Move the definition of env['LATEXSUFFIXES'] from Defaults.py to the
Robert Managan
2009-08-06
5
-1/+9
*
Check that MSVC install dir returned by registry actually exists before using...
Gary Oberbrunner
2009-08-05
1
-1/+9
*
Fix MSVC 7.1 IDE path (for MSVS detection code) in Tool/MSCommon/vs.py.
Gary Oberbrunner
2009-08-04
1
-2/+2
*
Don't die if we can't execute the Solaris packaging utilities, so the
Steven Knight
2009-08-02
1
-16/+24
*
Add optional time stamping and elapsed time reporting to Trace().
Steven Knight
2009-08-02
1
-1/+16
*
Speed up Solaris packaging checks for C++ by caching results and
Steven Knight
2009-08-02
1
-21/+49
*
Document build fixes.
Steven Knight
2009-07-25
2
-2/+2
*
Turns out that in my revamped TeX builder I was listing the .dvi or
Robert Managan
2009-07-22
1
-5/+5
*
Fix formatting of a debug message that was preventing normal execution.
Steven Knight
2009-07-22
1
-1/+1
*
Update tex builder to use the -recorder option.
Robert Managan
2009-07-22
4
-17/+50
*
When setting up SDK, just return if there's no installed Visual Studio
Steven Knight
2009-07-21
1
-0/+2
*
Fix an import error for a reference in the Configure() method.
Steven Knight
2009-07-21
1
-0/+1
*
Fix execution of test/MSV[CS]/*.py tests on non-Windows systems by
Steven Knight
2009-07-21
2
-2/+4
*
In addition to changed merged below, commented out for platform os2 use of ms...
William Deegan
2009-07-21
26
-227/+840
*
fix minor unicode issue in UtilTests
Ludwig Hähne
2009-05-30
1
-1/+3
*
Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank...
Gary Oberbrunner
2009-05-29
2
-2/+10
[prev]
[next]