| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead of | Steven Knight | 2010-01-14 | 1 | -1/+1 | |
| | | | | | | "C:/WINDOWS", mainly so the output generated in the "Troubleshooting" appendix of the User's Guide looks coherent. | |||||
| * | Fix use of varlist in CommandGeneratorAction, ListAction and LazyAction | Steven Knight | 2010-01-14 | 2 | -1/+107 | |
| | | | | | | by adding a .get_varlist() accessor method that lets those wrapping classes fetch the varlist from their wrapped Action object(s). | |||||
| * | Fix a missed name change of TimeStamp => TimeStampDefault. | Steven Knight | 2010-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | Improve documentation of MSVC_VERSION and TARGET_ARCH. | Gary Oberbrunner | 2010-01-11 | 1 | -8/+15 | |
| | | ||||||
| * | Fix for 2422 | William Deegan | 2010-01-11 | 2 | -110/+0 | |
| | | ||||||
| * | Fix #2515: use better way to detect 64-bit OS. | Gary Oberbrunner | 2010-01-11 | 1 | -4/+19 | |
| | | ||||||
| * | Python 1.5 fix (no continue within a try:-except: block within a loop). | Steven Knight | 2010-01-09 | 1 | -2/+10 | |
| | | ||||||
| * | I got the order of the arguments wrong in a Clean() call I added to help fix teh | Robert Managan | 2010-01-07 | 1 | -1/+1 | |
| | | | | | auxiliary file problem. | |||||
| * | Issue 2505: fix use of pre-compiled headers when the source .cpp | Steven Knight | 2010-01-06 | 1 | -2/+14 | |
| | | | | | file is listed in both the env.PCH() and env.Program() calls. | |||||
| * | Fix path name checks for case-insensitive file systems. | Steven Knight | 2010-01-06 | 1 | -5/+8 | |
| | | ||||||
| * | Change scanner to properly search for included file from the | Robert Managan | 2010-01-04 | 2 | -8/+46 | |
| | | | | | | | | | directory of the main file instead of the file it is included from. Also update the emitter to add the .aux file associated with \include{filename} commands. This makes sure the required directories if any are created for variantdir cases. Half of the patch from Stefan Hepp. | |||||
| * | Issue 2482: Avoid wrapping decider unnecessarily | Greg Noel | 2009-12-20 | 1 | -1/+2 | |
| | | ||||||
| * | Add a message to the UserError raised when trying to do a Dir lookup with ↵ | Gary Oberbrunner | 2009-12-20 | 1 | -1/+2 | |
| | | | | | create=False. Should not normally happen, but it did to me, and it is better to have some explanatory message when it happens rather than failing silently. | |||||
| * | Running PDF() on an .eps file on windows with MikTex 2.7.2767 does not work, | Robert Managan | 2009-12-17 | 1 | -1/+1 | |
| | | | | | | | | because it does not support '-o <outfile>'. This patch uses --outfile= instead, since this works both unter linux and windows. Patch from Stefan Hepp | |||||
| * | Add scanning of files included in Latex by means of \lstinputlisting{} | Robert Managan | 2009-12-17 | 1 | -2/+4 | |
| | | | | | Patch from Stefan Hepp. | |||||
| * | Better fix for #2530: dont exit at all on unimplemented options, just print ↵ | Gary Oberbrunner | 2009-12-16 | 1 | -2/+0 | |
| | | | | | a warning and keep going. | |||||
| * | Integrated patch for bug 2530: SCons should not exit with 0 (success) on ↵ | Gary Oberbrunner | 2009-12-15 | 1 | -1/+1 | |
| | | | | | unimplemented option error. | |||||
| * | Integrate patch from issue #2436: fix regression from r3691 which stopped ↵ | Gary Oberbrunner | 2009-12-05 | 1 | -8/+9 | |
| | | | | | printing "Entering Directory" with -C/-u. | |||||
| * | Fix c++ compiler detection: correct the order of values returned, | Steven Knight | 2009-11-29 | 1 | -4/+4 | |
| | | | | | return the dirname of the executables found, not the full path. | |||||
| * | Fix get_host_target()'s use of platform.machine() on Python versions | Steven Knight | 2009-11-28 | 1 | -1/+7 | |
| | | | | | before 2.6, when it always returns a null string. | |||||
| * | Remove the obsolete msvs_exists() unit test. | Steven Knight | 2009-11-28 | 1 | -5/+0 | |
| | | ||||||
| * | Add a compat module for the (Python 2.3) platform.py module so that tests | Steven Knight | 2009-11-27 | 3 | -0/+246 | |
| | | | | | | | using early Python versions work correctly, and without relying on the QMTest infrastructure adding the installed Python version's directories to sys.path. | |||||
| * | 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 ↵ | Gary Oberbrunner | 2009-11-26 | 1 | -3/+3 | |
| | | | | | MSVC version. | |||||
| * | 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 | 2 | -9/+85 | |
| | | | | | | | | | | | file that contains the documentclass command Add logic to is_LaTeX routine to search through included files until \documentclass is found Also added comments, converted comments at start of 2 routines into doc strings.. | |||||
| * | 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 | |
| | | ||||||
| * | Doc tweaks for MSVC_VERSION and TARGET_ARCH. | Gary Oberbrunner | 2009-11-24 | 2 | -12/+19 | |
| | | ||||||
| * | Fix check for too-old Visual Studio with non-x86 arch; thanks to Roberto De ↵ | Gary Oberbrunner | 2009-11-24 | 1 | -1/+1 | |
| | | | | | Vecchi. | |||||
| * | 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 | |
| | | ||||||
| * | Faster backward-compatible code | Greg Noel | 2009-11-20 | 1 | -2/+1 | |
| | | ||||||
| * | ENH: add a cache for get_installed_vcs, as it used for every MS tool exists ↵ | David Cournapeau | 2009-11-19 | 1 | -3/+13 | |
| | | | | | function and is expensive. | |||||
| * | 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 ↵ | 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 | |
| | | ||||||
