summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of MSVC_VERSION and TARGET_ARCH.Gary Oberbrunner2010-01-111-8/+15
* Added release note re: Visual Studio detection, MSVC_VERSION, TARGET_ARCH.Gary Oberbrunner2010-01-111-0/+22
* Fix for 2422William Deegan2010-01-113-110/+3
* Fix #2515: use better way to detect 64-bit OS.Gary Oberbrunner2010-01-111-4/+19
* Python 1.5 fix (no continue within a try:-except: block within a loop).Steven Knight2010-01-091-2/+10
* I got the order of the arguments wrong in a Clean() call I added to help fix tehRobert Managan2010-01-071-1/+1
* Issue 2505: fix use of pre-compiled headers when the source .cppSteven Knight2010-01-061-2/+14
* Fix path name checks for case-insensitive file systems.Steven Knight2010-01-061-5/+8
* Change scanner to properly search for included file from theRobert Managan2010-01-043-8/+53
* Don't look for copyright strings in buildbot timings files.Steven Knight2009-12-221-0/+6
* Issue 2482: Avoid wrapping decider unnecessarilyGreg Noel2009-12-201-1/+2
* Add a message to the UserError raised when trying to do a Dir lookup with cre...Gary Oberbrunner2009-12-201-1/+2
* Running PDF() on an .eps file on windows with MikTex 2.7.2767 does not work,Robert Managan2009-12-172-2/+6
* Add scanning of files included in Latex by means of \lstinputlisting{}Robert Managan2009-12-172-2/+7
* Better fix for #2530: dont exit at all on unimplemented options, just print a...Gary Oberbrunner2009-12-161-2/+0
* Integrated patch for bug 2530: SCons should not exit with 0 (success) on unim...Gary Oberbrunner2009-12-151-1/+1
* Integrate patch from issue #2436: fix regression from r3691 which stopped pri...Gary Oberbrunner2009-12-051-8/+9
* Fix c++ compiler detection: correct the order of values returned,Steven Knight2009-11-291-4/+4
* Fix get_host_target()'s use of platform.machine() on Python versionsSteven Knight2009-11-281-1/+7
* Remove the obsolete msvs_exists() unit test.Steven Knight2009-11-281-5/+0
* Add a compat module for the (Python 2.3) platform.py module so that testsSteven Knight2009-11-273-0/+246
* Fix wrong var name in r4486, thanks Greg!Gary Oberbrunner2009-11-261-2/+2
* Use VisualCMissingWarning instead of making a stack trace for unsupported MSV...Gary Oberbrunner2009-11-261-3/+3
* Python 1.5 fix: no +=Steven Knight2009-11-261-3/+4
* Add a test for the case where a latex file uses \input{} to include theRobert Managan2009-11-252-9/+85
* Another test fix for the MSVS tests.Gary Oberbrunner2009-11-251-0/+4
* A couple more test fixes, to make test/import.py work on Linux.Gary Oberbrunner2009-11-252-4/+9
* Doc tweaks for MSVC_VERSION and TARGET_ARCH.Gary Oberbrunner2009-11-242-12/+19
* Fix check for too-old Visual Studio with non-x86 arch; thanks to Roberto De V...Gary Oberbrunner2009-11-241-1/+1
* ENH: explicit check for supported arch per version when using batch file.David Cournapeau2009-11-231-0/+43
* REF: query host/target arch only when using bat file.David Cournapeau2009-11-231-2/+1
* Python 1.5 compat: if 'text' in kw.keys()Steven Knight2009-11-231-1/+3
* Faster backward-compatible codeGreg Noel2009-11-201-2/+1
* ENH: add a cache for get_installed_vcs, as it used for every MS tool exists f...David Cournapeau2009-11-191-3/+13
* BUG: fix caching bug for msvc_setup_once.David Cournapeau2009-11-191-1/+1
* DOC: add doc for TARGET_ARCH/HOST_ARCH + obsolete MSVS_VERSION.David Cournapeau2009-11-192-0/+25
* REF: remove duplicated function msvc_setup_env_once.David Cournapeau2009-11-191-10/+0
* BUG: fix MSVC_USE_SCRIPT=False case.David Cournapeau2009-11-191-2/+5
* BUG: return early with warning if no version of vc is found.David Cournapeau2009-11-191-0/+6
* BUG: catch any VisualCException when querying available versions through find...David Cournapeau2009-11-191-4/+14
* ENH: add support for Itanium architecture.David Cournapeau2009-11-191-2/+5
* ENH: use Gary error checking, but using exception instead of returning error ...David Cournapeau2009-11-192-17/+28
* ENH: set up MSVS_VERSION and MSVS dict while setting up msvc as well.David Cournapeau2009-11-191-0/+5
* BUG: catch error while canonalizing arch for host/target.David Cournapeau2009-11-191-2/+11
* ENH: use msvc_exists for all tools in the Visual Studio toolchain.David Cournapeau2009-11-194-9/+9
* ENH: handle MSVS_VERSION additionally to MSVC_VERSION, but raise deprecation ...David Cournapeau2009-11-193-0/+22
* REF: move vc2 to vc module.David Cournapeau2009-11-194-541/+541
* ENH: use a pre-sorted list for MSVC versions to check.David Cournapeau2009-11-191-3/+5
* DOC: add a TODO for updated vc support.David Cournapeau2009-11-191-0/+9
* ENH: raise an exception when we detect an error while executing the batch file.David Cournapeau2009-11-191-1/+19