http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src /
2010-03-29 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-29 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 stevenknightIssue 2327: provide a compat sorted() function for...
2010-03-25 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2341
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2010-03-24 garyoMerged r4724 (1.3.0 release changes) back into trunk.
2010-03-19 garyoPrevent "Exp" in MSVC version name from causing problems.
2010-03-19 bdbaddogFix for MSSDK initialiation
2010-03-16 bdbaddogMore VS/VC/SDK debug code.
2010-03-15 bdbaddogAdd more debug output to Visual Studio/VC/ SDK initiali...
2010-02-21 stevenknightIssue 2051: Support execution when installed via easy_...
2010-02-17 stevenknightGenerate an error message if a BUILDERS entry is set...
2010-02-12 garyoAdd documentation for MSVC_USE_SCRIPT.
2010-02-10 bdbaddogUpdate CHANGES to give some credit for patches
2010-02-10 bdbaddogMainly patch from James Teh
2010-02-09 bdbaddogMS win32 sdk issue, fixed requested arch to not request...
2010-02-07 bdbaddogFix the case where neither vc nor sdk script exist...
2010-02-05 bdbaddogGracefully handle not finding the VC and/or SDK setup...
2010-02-05 stevenknightMerged revisions 4645,4647-4651,4654-4656 via svnmerge...
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-20 managanFix spelling.
2010-01-19 stevenknightIssue 2540: Make the messages printed when checking...
2010-01-19 stevenknightIssue 2537: fix typos in the man page. (Luca Faravigna)
2010-01-19 bdbaddogMerge back from checkpoint.
2010-01-17 stevenknightUpdate next checkpoint version and datestamp
2010-01-14 stevenknightPython 1.5 fix (nested scopes).
2010-01-14 stevenknightMake the default SystemRoot a Windows-like "C:\\WINDOWS...
2010-01-14 stevenknightFix use of varlist in CommandGeneratorAction, ListActio...
2010-01-14 stevenknightFix a missed name change of TimeStamp => TimeStampDefault.
2010-01-11 garyoImprove documentation of MSVC_VERSION and TARGET_ARCH.
2010-01-11 garyoAdded release note re: Visual Studio detection, MSVC_VE...
2010-01-11 bdbaddogFix for 2422
2010-01-11 garyoFix #2515: use better way to detect 64-bit OS.
2010-01-09 stevenknightPython 1.5 fix (no continue within a try:-except: block...
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-06 stevenknightFix path name checks for case-insensitive file systems.
2010-01-04 managanChange scanner to properly search for included file...
2009-12-22 stevenknightDon't look for copyright strings in buildbot timings...
2009-12-20 gregnoelIssue 2482: Avoid wrapping decider unnecessarily
2009-12-20 garyoAdd a message to the UserError raised when trying to...
2009-12-17 managanRunning PDF() on an .eps file on windows with MikTex...
2009-12-17 managanAdd scanning of files included in Latex by means of...
2009-12-16 garyoBetter fix for #2530: dont exit at all on unimplemented...
2009-12-15 garyoIntegrated patch for bug 2530: SCons should not exit...
2009-12-05 garyoIntegrate patch from issue #2436: fix regression from...
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-23 stevenknightPython 1.5 compat: if 'text' in kw.keys()
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-15 stevenknight1.5 fix: use apply() instead of (*args, **kw).
next