Gracefully handle not finding the VC and/or SDK setup batch scripts.
[scons.git] / src / engine / SCons / Tool /
2010-02-05 bdbaddogGracefully handle not finding the VC and/or SDK setup...
2010-02-04 bdbaddogIt should now handle picking up the SDK compilers when...
2010-01-21 stevenknightBack out post-2.0 code changes from trunk: r4643, r4642...
2010-01-20 managanSomehow I managed to lose this change in a comment
2010-01-20 managanUpdate tex builder to handle the case where a \input...
2010-01-19 stevenknightIssue 2537: fix typos in the man page. (Luca Faravigna)
2010-01-11 garyoImprove documentation of MSVC_VERSION and TARGET_ARCH.
2010-01-11 bdbaddogFix for 2422
2010-01-11 garyoFix #2515: use better way to detect 64-bit OS.
2010-01-07 managanI got the order of the arguments wrong in a Clean(...
2010-01-06 stevenknightIssue 2505: fix use of pre-compiled headers when the...
2010-01-04 managanChange scanner to properly search for included file...
2009-12-17 managanRunning PDF() on an .eps file on windows with MikTex...
2009-11-29 stevenknightFix c++ compiler detection: correct the order of value...
2009-11-28 stevenknightFix get_host_target()'s use of platform.machine() on...
2009-11-28 stevenknightRemove the obsolete msvs_exists() unit test.
2009-11-27 stevenknightAdd a compat module for the (Python 2.3) platform.py...
2009-11-26 garyoFix wrong var name in r4486, thanks Greg!
2009-11-26 garyoUse VisualCMissingWarning instead of making a stack...
2009-11-26 stevenknightPython 1.5 fix: no +=
2009-11-25 managanAdd a test for the case where a latex file uses \input...
2009-11-25 garyoAnother test fix for the MSVS tests.
2009-11-25 garyoA couple more test fixes, to make test/import.py work...
2009-11-24 garyoDoc tweaks for MSVC_VERSION and TARGET_ARCH.
2009-11-24 garyoFix check for too-old Visual Studio with non-x86 arch...
2009-11-23 cournapeENH: explicit check for supported arch per version...
2009-11-23 cournapeREF: query host/target arch only when using bat file.
2009-11-20 gregnoelFaster backward-compatible code
2009-11-19 cournapeENH: add a cache for get_installed_vcs, as it used...
2009-11-19 cournapeBUG: fix caching bug for msvc_setup_once.
2009-11-19 cournapeDOC: add doc for TARGET_ARCH/HOST_ARCH + obsolete MSVS_...
2009-11-19 cournapeREF: remove duplicated function msvc_setup_env_once.
2009-11-19 cournapeBUG: fix MSVC_USE_SCRIPT=False case.
2009-11-19 cournapeBUG: return early with warning if no version of vc...
2009-11-19 cournapeBUG: catch any VisualCException when querying available...
2009-11-19 cournapeENH: add support for Itanium architecture.
2009-11-19 cournapeENH: use Gary error checking, but using exception inste...
2009-11-19 cournapeENH: set up MSVS_VERSION and MSVS dict while setting...
2009-11-19 cournapeBUG: catch error while canonalizing arch for host/target.
2009-11-19 cournapeENH: use msvc_exists for all tools in the Visual Studio...
2009-11-19 cournapeENH: handle MSVS_VERSION additionally to MSVC_VERSION...
2009-11-19 cournapeREF: move vc2 to vc module.
2009-11-19 cournapeENH: use a pre-sorted list for MSVC versions to check.
2009-11-19 cournapeDOC: add a TODO for updated vc support.
2009-11-19 cournapeENH: raise an exception when we detect an error while...
2009-11-19 cournapeBUG: fix get_installed_vcs such as most recent versions...
2009-11-19 cournapeBUG: do not set up the SDK for now - it messes up cross...
2009-11-19 cournapeENH: start a new, simpler and more robust vc module.
2009-11-19 cournapeBUG: fix cross-compilation from x86 -> x86_64 for VS...
2009-11-19 cournapeBUG: do not call msvs bat file in merge_default_version...
2009-11-19 cournapeENH: use msvc env, not msvs to set up mslib and mslink...
2009-11-19 cournapeENH: add a wrapper around msvc_setup_env to guarantee...
2009-11-19 cournapeBUG: fix arch argument to pass to batfile.
2009-11-19 cournapeENH: move user info gathering at the top of msvc_setup_env.
2009-11-19 cournapeENH: factor host/target handling in separate function.
2009-11-19 cournapeENH: bypass complicated VisualC logic, and use the...
2009-11-19 cournapeENH: script_env now takes an args argument to forward...
2009-11-19 cournapeENH: refactor function to get msvc version.
2009-11-18 stevenknightFix name typo in 1.5.2 patch.
2009-11-18 stevenknightIssue 2481: Fix the msvc_exists() call in Tool/msvc.py.
2009-11-15 stevenknightPython 1.5 fix: "mname += ..." => "mname = mname ...
2009-11-14 bdbaddogFix bug 1944 - handle non-existant .i files when swig...
2009-10-14 garyoMSVC: Add correct x86_64/x66_64 msvc bat file location...
2009-09-18 cournapeBUG: do not add -fPIC on non-posix platform for ifort...
2009-09-16 bdbaddogFix tex code to handle broken nomenclature package...
2009-09-09 cournapeFix win64 detection.
2009-08-21 managanAs I set up the test case for the glossary and nomencl...
2009-08-21 managanAdd test for glossaries package. and patch tex.py
2009-08-06 managanMove the definition of env['LATEXSUFFIXES'] from Defaul...
2009-08-05 garyoCheck that MSVC install dir returned by registry actual...
2009-08-04 garyoFix MSVC 7.1 IDE path (for MSVS detection code) in...
2009-08-02 stevenknightDon't die if we can't execute the Solaris packaging...
2009-08-02 stevenknightSpeed up Solaris packaging checks for C++ by caching...
2009-07-25 stevenknightDocument build fixes.
2009-07-22 managanTurns out that in my revamped TeX builder I was listing...
2009-07-22 stevenknightFix formatting of a debug message that was preventing...
2009-07-22 managanUpdate tex builder to use the -recorder option.
2009-07-21 stevenknightWhen setting up SDK, just return if there's no installe...
2009-07-21 stevenknightFix execution of test/MSV[CS]/*.py tests on non-Windows...
2009-07-21 bdbaddogIn addition to changed merged below, commented out...
2009-05-29 garyoFix for issue 2088: Java version 5 is same as 1.5 and...
2009-05-22 garyoSupport Intel v11 compiler on Windows. Most of the...
2009-05-17 gregnoeltypo
2009-05-13 gregnoelApply fix to Textfile/Substfile suggested by Gary Oberb...
2009-05-13 stevenknightAdd ipkg.py to the MANIFEST.in list and fix 1.5 fix
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-05-01 stevenknightAdd __revision__ to new file, make __doc__ explicit.
2009-04-23 GregNoelSigh. Checkin to fix previous regression test cause...
2009-04-22 GregNoelFix regression failure (shadowed variable) in Python 2.1
2009-04-22 GregNoelEditing changes for textfile.xml and credit to Hartmut...
2009-04-22 GregNoelMissed the documentation for Textfile and Substfile
2009-04-22 GregNoelAdd Textfile and Substfile builders
2009-04-09 bdbaddogApplying patch for bug #2387 - dmd includes gphobos...
2009-04-03 benmwebbUse SCons.Action._subproc rather than os.popen.
2009-04-02 benmwebbSet a SWIGVERSION construction variable, to contain...
2009-04-01 benmwebbMinor fix to work with Python 1.5.2.
2009-03-31 benmwebbDocument the SWIGDIRECTORSUFFIX construction variable.
2009-03-31 benmwebbBe sure to honor the setting of SWIGOUTDIR when the...
2009-03-07 stevenknightIssue 2369: Don't use the deprecated md5 module, use...
2009-03-02 stevenknightFix a nested scope issue.
next