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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add missing "import string" to test that uses string.replace().
Steven Knight
2009-11-29
1
-0/+2
*
Fix get_host_target()'s use of platform.machine() on Python versions
Steven Knight
2009-11-28
1
-1/+7
*
Don't hard-code the swig location in the expected output.
Steven Knight
2009-11-28
1
-11/+7
*
Remove the obsolete msvs_exists() unit test.
Steven Knight
2009-11-28
1
-5/+0
*
Fix test infrastructure querying for installed Visual Studio versions.
Steven Knight
2009-11-28
1
-2/+2
*
Add a compat module for the (Python 2.3) platform.py module so that tests
Steven Knight
2009-11-27
3
-0/+246
*
Add __COPYRIGHT__ strings.
Steven Knight
2009-11-27
3
-0/+10
*
Fix wrong var name in r4486, thanks Greg!
Gary Oberbrunner
2009-11-26
1
-2/+2
*
Use VisualCMissingWarning instead of making a stack trace for unsupported MSV...
Gary Oberbrunner
2009-11-26
1
-3/+3
*
Python 1.5 fix: no +=
Steven Knight
2009-11-26
1
-3/+4
*
Add a test for the case where a latex file uses \input{} to include the
Robert Managan
2009-11-25
3
-9/+181
*
Another test fix for the MSVS tests.
Gary Oberbrunner
2009-11-25
1
-0/+4
*
A couple more test fixes, to make test/import.py work on Linux.
Gary Oberbrunner
2009-11-25
2
-4/+9
*
Fix tests to ignore missing MSVC warnings.
Gary Oberbrunner
2009-11-25
2
-5/+25
*
Doc tweaks for MSVC_VERSION and TARGET_ARCH.
Gary Oberbrunner
2009-11-24
2
-12/+19
*
Rename the TimeSCons.run_build() method to just TimeSCons.run() so
Steven Knight
2009-11-24
1
-6/+8
*
Fix check for too-old Visual Studio with non-x86 arch; thanks to Roberto De V...
Gary Oberbrunner
2009-11-24
1
-1/+1
*
Fix incorrectly inverted condition in test for non-TimeSCons entries.
Steven Knight
2009-11-24
1
-3/+3
*
ENH: explicit check for supported arch per version when using batch file.
David Cournapeau
2009-11-23
1
-0/+43
*
REF: query host/target arch only when using bat file.
David Cournapeau
2009-11-23
1
-2/+1
*
Python 1.5 compat: if 'text' in kw.keys()
Steven Knight
2009-11-23
1
-1/+3
*
Python 1.5 fixes in the TimeSCons class.
Steven Knight
2009-11-22
1
-10/+30
*
Faster backward-compatible code
Greg Noel
2009-11-20
1
-2/+1
*
Capture initial infrastructure for working performance tests.
Steven Knight
2009-11-19
10
-136/+225
*
ENH: add a cache for get_installed_vcs, as it used for every MS tool exists f...
David Cournapeau
2009-11-19
1
-3/+13
*
BUG: fix caching bug for msvc_setup_once.
David Cournapeau
2009-11-19
1
-1/+1
*
DOC: add doc for TARGET_ARCH/HOST_ARCH + obsolete MSVS_VERSION.
David Cournapeau
2009-11-19
2
-0/+25
*
REF: remove duplicated function msvc_setup_env_once.
David Cournapeau
2009-11-19
1
-10/+0
*
BUG: fix MSVC_USE_SCRIPT=False case.
David Cournapeau
2009-11-19
1
-2/+5
*
BUG: return early with warning if no version of vc is found.
David Cournapeau
2009-11-19
1
-0/+6
*
BUG: catch any VisualCException when querying available versions through find...
David Cournapeau
2009-11-19
1
-4/+14
*
ENH: add support for Itanium architecture.
David Cournapeau
2009-11-19
1
-2/+5
*
ENH: use Gary error checking, but using exception instead of returning error ...
David Cournapeau
2009-11-19
2
-17/+28
*
ENH: set up MSVS_VERSION and MSVS dict while setting up msvc as well.
David Cournapeau
2009-11-19
1
-0/+5
*
BUG: catch error while canonalizing arch for host/target.
David Cournapeau
2009-11-19
1
-2/+11
*
ENH: use msvc_exists for all tools in the Visual Studio toolchain.
David Cournapeau
2009-11-19
4
-9/+9
*
ENH: handle MSVS_VERSION additionally to MSVC_VERSION, but raise deprecation ...
David Cournapeau
2009-11-19
3
-0/+22
*
REF: move vc2 to vc module.
David Cournapeau
2009-11-19
4
-541/+541
*
ENH: use a pre-sorted list for MSVC versions to check.
David Cournapeau
2009-11-19
1
-3/+5
*
DOC: add a TODO for updated vc support.
David Cournapeau
2009-11-19
1
-0/+9
*
ENH: raise an exception when we detect an error while executing the batch file.
David Cournapeau
2009-11-19
1
-1/+19
*
BUG: fix get_installed_vcs such as most recent versions are the first ones.
David Cournapeau
2009-11-19
1
-1/+2
*
BUG: do not set up the SDK for now - it messes up cross compilation.
David Cournapeau
2009-11-19
2
-4/+1
*
ENH: start a new, simpler and more robust vc module.
David Cournapeau
2009-11-19
2
-1/+222
*
BUG: fix cross-compilation from x86 -> x86_64 for VS 2008.
David Cournapeau
2009-11-19
1
-8/+23
*
BUG: do not call msvs bat file in merge_default_version, only set up version.
David Cournapeau
2009-11-19
1
-1/+2
*
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
[prev]
[next]