summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: use msvc env, not msvs to set up mslib and mslink paths.David Cournapeau2009-11-194-10/+12
* ENH: add a wrapper around msvc_setup_env to guarantee the function is called ...David Cournapeau2009-11-191-0/+10
* BUG: fix arch argument to pass to batfile.David Cournapeau2009-11-191-2/+3
* ENH: move user info gathering at the top of msvc_setup_env.David Cournapeau2009-11-191-2/+2
* ENH: factor host/target handling in separate function.David Cournapeau2009-11-191-6/+10
* ENH: bypass complicated VisualC logic, and use the .bat file to get correct a...David Cournapeau2009-11-191-3/+10
* ENH: script_env now takes an args argument to forward arguments to the execut...David Cournapeau2009-11-191-2/+2
* ENH: refactor function to get msvc version.David Cournapeau2009-11-191-14/+22
* Fix name typo in 1.5.2 patch.Steven Knight2009-11-181-1/+1
* Issue 2481: Fix the msvc_exists() call in Tool/msvc.py.Steven Knight2009-11-181-1/+1
* Python 1.5 fix: "mname += ..." => "mname = mname + ..."Steven Knight2009-11-151-1/+2
* 1.5 fix: use apply() instead of (*args, **kw).Steven Knight2009-11-151-2/+2
* 1.5.2 fix in compat/__init__.py: "flags |= ..." => "flags = flags | ..."Steven Knight2009-11-151-1/+1
* Apply patch submitted in issue #947 to fix race condition inGary Oberbrunner2009-11-153-3/+44
* Fix bug 1944 - handle non-existant .i files when swig emitter is called. Make...William Deegan2009-11-142-5/+15
* Add check for python 3.0.0 or higher and exit with message.William Deegan2009-11-103-1/+17
* BUG: fix bootstrap on windows 64.David Cournapeau2009-10-311-0/+1
* MSVC: Add correct x86_64/x66_64 msvc bat file location for VC 9.0 (2008).Gary Oberbrunner2009-10-141-0/+1
* Update CHANGES.txt for the small bug fixes I commited recently.David Cournapeau2009-09-261-0/+3
* Update CHANGES.txt with David C's last contribution.Steven Knight2009-09-191-0/+3
* BUG: do not add -fPIC on non-posix platform for ifort tool.David Cournapeau2009-09-181-1/+2
* BUG: fix TryRun with variant dir set.David Cournapeau2009-09-171-2/+2
* Fix tex code to handle broken nomenclature package. (Fixes test failure on ce...William Deegan2009-09-161-2/+2
* BUG: fix regression failure after is_win64 fix.David Cournapeau2009-09-091-0/+3
* BUG: fix issue 2294.David Cournapeau2009-09-091-0/+4
* Fix win64 detection.David Cournapeau2009-09-091-6/+13
* Bump minimum version of python for 1.3 to 2.4William Deegan2009-09-061-2/+2
* As I set up the test case for the glossary and nomencl packagesRobert Managan2009-08-215-47/+47
* Add comment for glossaries/scronyms updateRobert Managan2009-08-211-0/+2
* Add test for glossaries package. and patch tex.pyRobert Managan2009-08-211-3/+42
* Move credit for one fix from Jason K to Benoit B.William Deegan2009-08-131-5/+7
* Added info on my checkins to CHANGES.txt for checkpoint releaseWilliam Deegan2009-08-111-0/+8
* Make a note of the Latex changes made recentlyRobert Managan2009-08-101-0/+9
* Update CHANGES.txt to include Jared Grubb's contributionGreg Noel2009-08-101-0/+4
* Move the definition of env['LATEXSUFFIXES'] from Defaults.py to theRobert Managan2009-08-065-1/+9
* Check that MSVC install dir returned by registry actually exists before using...Gary Oberbrunner2009-08-051-1/+9
* Fix MSVC 7.1 IDE path (for MSVS detection code) in Tool/MSCommon/vs.py.Gary Oberbrunner2009-08-041-2/+2
* Don't die if we can't execute the Solaris packaging utilities, so theSteven Knight2009-08-021-16/+24
* Add optional time stamping and elapsed time reporting to Trace().Steven Knight2009-08-021-1/+16
* Speed up Solaris packaging checks for C++ by caching results andSteven Knight2009-08-021-21/+49
* Document build fixes.Steven Knight2009-07-252-2/+2
* Turns out that in my revamped TeX builder I was listing the .dvi orRobert Managan2009-07-221-5/+5
* Fix formatting of a debug message that was preventing normal execution.Steven Knight2009-07-221-1/+1
* Update tex builder to use the -recorder option.Robert Managan2009-07-224-17/+50
* When setting up SDK, just return if there's no installed Visual StudioSteven Knight2009-07-211-0/+2
* Fix an import error for a reference in the Configure() method.Steven Knight2009-07-211-0/+1
* Fix execution of test/MSV[CS]/*.py tests on non-Windows systems bySteven Knight2009-07-212-2/+4
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-2126-227/+840
* fix minor unicode issue in UtilTestsLudwig Hähne2009-05-301-1/+3
* Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank...Gary Oberbrunner2009-05-292-2/+10