scons.git
2009-12-15 stevenknightAdd a bin/time-scons.py script to manage invocation...
2009-12-15 stevenknightAdd a TestSCons.option_not_yet_implemented() method...
2009-12-15 garyoIntegrated patch for bug 2530: SCons should not exit...
2009-12-10 stevenknightProvide an environment variable that can be used to...
2009-12-10 stevenknightAdd separate memory graphs for the stats in the full...
2009-12-10 stevenknightRecord memory in kbytest, not bytes.
2009-12-10 stevenknightAdd a script for calibrating settings for timing config...
2009-12-10 stevenknightInfrastructure to support calibration runs of TimeSCons...
2009-12-09 stevenknightUpdate the TimeSCons class for use of the sort= keyword...
2009-12-09 stevenknightHave the TimeSCons class examine the run output for...
2009-12-08 stevenknightUpdate the TimeSCons "elapsed time" message to match...
2009-12-06 garyoFix typo in man page, per patch in issue #2529.
2009-12-05 garyoIntegrate patch from issue #2436: fix regression from...
2009-11-30 stevenknightExplicitly initialize the environment tools=['mssdk...
2009-11-29 stevenknightFix c++ compiler detection: correct the order of value...
2009-11-29 stevenknightAdd missing "import string" to test that uses string...
2009-11-28 stevenknightFix get_host_target()'s use of platform.machine() on...
2009-11-28 stevenknightDon't hard-code the swig location in the expected output.
2009-11-28 stevenknightRemove the obsolete msvs_exists() unit test.
2009-11-28 stevenknightFix test infrastructure querying for installed Visual...
2009-11-27 stevenknightAdd a compat module for the (Python 2.3) platform.py...
2009-11-27 stevenknightAdd __COPYRIGHT__ strings.
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-25 garyoFix tests to ignore missing MSVC warnings.
2009-11-24 garyoDoc tweaks for MSVC_VERSION and TARGET_ARCH.
2009-11-24 stevenknightRename the TimeSCons.run_build() method to just TimeSCo...
2009-11-24 garyoFix check for too-old Visual Studio with non-x86 arch...
2009-11-24 stevenknightFix incorrectly inverted condition in test for non...
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-22 stevenknightPython 1.5 fixes in the TimeSCons class.
2009-11-20 gregnoelFaster backward-compatible code
2009-11-19 stevenknightCapture initial infrastructure for working performance...
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).
2009-11-15 stevenknight1.5.2 fix in compat/__init__.py: "flags |= ..." =...
2009-11-15 garyoApply patch submitted in issue #947 to fix race conditi...
2009-11-14 bdbaddogFix issue 2519 - add textfile to list of builders
2009-11-14 bdbaddogFix bug 1944 - handle non-existant .i files when swig...
2009-11-12 bdbaddogFix bug 2465 - bootstrap.py should now use the python...
2009-11-11 gregnoelRemove old news items.
2009-11-10 bdbaddogAdd check for python 3.0.0 or higher and exit with...
2009-10-31 cournapeBUG: fix bootstrap on windows 64.
2009-10-14 garyoMSVC: Add correct x86_64/x66_64 msvc bat file location...
2009-09-26 cournapeUpdate CHANGES.txt for the small bug fixes I commited...
2009-09-23 gregnoelUse Glob() instead of glob.glob()
2009-09-20 stevenknightUpdate project pages for tigris
2009-09-19 stevenknightUpdate CHANGES.txt with David C's last contribution.
2009-09-18 cournapeBUG: do not add -fPIC on non-posix platform for ifort...
2009-09-18 gregnoelFix test failure in Repository/Java.py on OS X
2009-09-18 gregnoelMinor fixes found while debugging
2009-09-17 cournapeBUG: fix TryRun with variant dir set.
2009-09-17 cournapeAdd test case for configure failure.
2009-09-16 bdbaddogFix tex code to handle broken nomenclature package...
2009-09-15 bdbaddogSteven checked in some changes yesterday which fixed...
2009-09-13 stevenknightHave TestSCons.py add --warn=no-python-version every...
2009-09-13 stevenknightRevert r4356, the problem is in TestSCons.py, not the...
2009-09-13 bdbaddogRemove last checkin.
2009-09-13 bdbaddogFix test to pass for deprecated python versions. Not...
2009-09-12 bdbaddogAdd python version deprecated check to get this test...
2009-09-11 bdbaddogFix test logic to handle warning messages on deprecated...
2009-09-09 cournapeBUG: fix regression failure after is_win64 fix.
next