Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: catch any VisualCException when querying available versions through ↵ | David Cournapeau | 2009-11-19 | 1 | -4/+14 |
| | | | | find_vc_pdir. | ||||
* | 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 |
| | | | | message (thanks Gary). | ||||
* | 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 |
| | | | | warnings if used. | ||||
* | 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 |
| | | | | only once. | ||||
* | 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 ↵ | David Cournapeau | 2009-11-19 | 1 | -3/+10 |
| | | | | arch settings instead. | ||||
* | ENH: script_env now takes an args argument to forward arguments to the ↵ | David Cournapeau | 2009-11-19 | 1 | -2/+2 |
| | | | | executed script. | ||||
* | 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 |
| | | | | | TempFileMunge by using mkstemp instead of mktemp. Includes pre-Python-2.3 compat version of mkstemp. Thanks to Jim Randall. | ||||
* | Fix issue 2519 - add textfile to list of builders | William Deegan | 2009-11-14 | 1 | -0/+1 |
| | |||||
* | Fix bug 1944 - handle non-existant .i files when swig emitter is called. ↵ | William Deegan | 2009-11-14 | 4 | -6/+119 |
| | | | | Make an educated guess on the generated module name based on the .i file name. | ||||
* | Fix bug 2465 - bootstrap.py should now use the python it was invoked with ↵ | William Deegan | 2009-11-12 | 1 | -1/+1 |
| | | | | instead of finding the same named executable via the PATH | ||||
* | Remove old news items. | Greg Noel | 2009-11-11 | 1 | -15/+0 |
| | |||||
* | Add check for python 3.0.0 or higher and exit with message. | William Deegan | 2009-11-10 | 3 | -1/+17 |
| | | | | Resolve bug 2445 | ||||
* | BUG: fix bootstrap on windows 64. | David Cournapeau | 2009-10-31 | 2 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | Use Glob() instead of glob.glob() | Greg Noel | 2009-09-23 | 2 | -4/+2 |
| | |||||
* | Update project pages for tigris | Steven Knight | 2009-09-20 | 2 | -1/+9 |
| | |||||
* | 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 |
| | |||||
* | Fix test failure in Repository/Java.py on OS X | Greg Noel | 2009-09-18 | 2 | -14/+16 |
| | |||||
* | Minor fixes found while debugging | Greg Noel | 2009-09-18 | 1 | -3/+3 |
| | |||||
* | BUG: fix TryRun with variant dir set. | David Cournapeau | 2009-09-17 | 1 | -2/+2 |
| | |||||
* | Add test case for configure failure. | David Cournapeau | 2009-09-17 | 1 | -0/+49 |
| | | | | | TryRun fails to find the executable when VariantDir is set up from SConscript/SConstruct. | ||||
* | Fix tex code to handle broken nomenclature package. (Fixes test failure on ↵ | William Deegan | 2009-09-16 | 2 | -10/+18 |
| | | | | | | centos5 slave). Code by Rob Managan. | ||||
* | Steven checked in some changes yesterday which fixed a great number of | William Deegan | 2009-09-15 | 3 | -8/+16 |
| | | | | | | | | | | | | | | failing tests by setting SCONSFLAGS='-warn=no-python-version' in def run() in TestSCons.py yesterday, where previously it was done in def __init__(...). This fixed most of the broken tests, but broke some of the working tests. I readded the logic to def __init__ In addition I've added an extra arg to the __init__ for TestSCons.py ignore_python_version (which defaults to true). For those tests which need to be able to see the deprecation and/or test the functionality of the deprecation. | ||||
* | Have TestSCons.py add --warn=no-python-version every invocation, not | Steven Knight | 2009-09-13 | 1 | -9/+20 |
| | | | | just at TestSCons intialization. | ||||
* | Revert r4356, the problem is in TestSCons.py, not the test script itself. | Steven Knight | 2009-09-13 | 1 | -3/+3 |
| |