2009-12-15 |
stevenknight | Disable QMTest by default, leave it available when... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
stevenknight | Add a bin/time-scons.py script to manage invocation... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
stevenknight | Add a TestSCons.option_not_yet_implemented() method... |
commit | commitdiff | tree | snapshot |
2009-12-15 |
garyo | Integrated patch for bug 2530: SCons should not exit... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
stevenknight | Provide an environment variable that can be used to... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
stevenknight | Add separate memory graphs for the stats in the full... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
stevenknight | Record memory in kbytest, not bytes. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
stevenknight | Add a script for calibrating settings for timing config... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
stevenknight | Infrastructure to support calibration runs of TimeSCons... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
stevenknight | Update the TimeSCons class for use of the sort= keyword... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
stevenknight | Have the TimeSCons class examine the run output for... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
stevenknight | Update the TimeSCons "elapsed time" message to match... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
garyo | Fix typo in man page, per patch in issue #2529. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
garyo | Integrate patch from issue #2436: fix regression from... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
stevenknight | Explicitly initialize the environment tools=['mssdk... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
stevenknight | Fix c++ compiler detection: correct the order of value... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
stevenknight | Add missing "import string" to test that uses string... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
stevenknight | Fix get_host_target()'s use of platform.machine() on... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
stevenknight | Don't hard-code the swig location in the expected output. |
commit | commitdiff | tree | snapshot |
2009-11-28 |
stevenknight | Remove the obsolete msvs_exists() unit test. |
commit | commitdiff | tree | snapshot |
2009-11-28 |
stevenknight | Fix test infrastructure querying for installed Visual... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
stevenknight | Add a compat module for the (Python 2.3) platform.py... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
stevenknight | Add __COPYRIGHT__ strings. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
garyo | Fix wrong var name in r4486, thanks Greg! |
commit | commitdiff | tree | snapshot |
2009-11-26 |
garyo | Use VisualCMissingWarning instead of making a stack... |
commit | commitdiff | tree | snapshot |
2009-11-26 |
stevenknight | Python 1.5 fix: no += |
commit | commitdiff | tree | snapshot |
2009-11-25 |
managan | Add a test for the case where a latex file uses \input... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
garyo | Another test fix for the MSVS tests. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
garyo | A couple more test fixes, to make test/import.py work... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
garyo | Fix tests to ignore missing MSVC warnings. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
garyo | Doc tweaks for MSVC_VERSION and TARGET_ARCH. |
commit | commitdiff | tree | snapshot |
2009-11-24 |
stevenknight | Rename the TimeSCons.run_build() method to just TimeSCo... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
garyo | Fix check for too-old Visual Studio with non-x86 arch... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
stevenknight | Fix incorrectly inverted condition in test for non... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
cournape | ENH: explicit check for supported arch per version... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
cournape | REF: query host/target arch only when using bat file. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
stevenknight | Python 1.5 compat: if 'text' in kw.keys() |
commit | commitdiff | tree | snapshot |
2009-11-22 |
stevenknight | Python 1.5 fixes in the TimeSCons class. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
gregnoel | Faster backward-compatible code |
commit | commitdiff | tree | snapshot |
2009-11-19 |
stevenknight | Capture initial infrastructure for working performance... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: add a cache for get_installed_vcs, as it used... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | BUG: fix caching bug for msvc_setup_once. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | DOC: add doc for TARGET_ARCH/HOST_ARCH + obsolete MSVS_... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | REF: remove duplicated function msvc_setup_env_once. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | BUG: fix MSVC_USE_SCRIPT=False case. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | BUG: return early with warning if no version of vc... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | BUG: catch any VisualCException when querying available... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: add support for Itanium architecture. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: use Gary error checking, but using exception inste... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: set up MSVS_VERSION and MSVS dict while setting... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | BUG: catch error while canonalizing arch for host/target. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: use msvc_exists for all tools in the Visual Studio... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: handle MSVS_VERSION additionally to MSVC_VERSION... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | REF: move vc2 to vc module. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: use a pre-sorted list for MSVC versions to check. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | DOC: add a TODO for updated vc support. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: raise an exception when we detect an error while... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | BUG: fix get_installed_vcs such as most recent versions... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | BUG: do not set up the SDK for now - it messes up cross... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: start a new, simpler and more robust vc module. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | BUG: fix cross-compilation from x86 -> x86_64 for VS... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | BUG: do not call msvs bat file in merge_default_version... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: use msvc env, not msvs to set up mslib and mslink... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: add a wrapper around msvc_setup_env to guarantee... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | BUG: fix arch argument to pass to batfile. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: move user info gathering at the top of msvc_setup_env. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: factor host/target handling in separate function. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: bypass complicated VisualC logic, and use the... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: script_env now takes an args argument to forward... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
cournape | ENH: refactor function to get msvc version. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
stevenknight | Fix name typo in 1.5.2 patch. |
commit | commitdiff | tree | snapshot |
2009-11-18 |
stevenknight | Issue 2481: Fix the msvc_exists() call in Tool/msvc.py. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
stevenknight | Python 1.5 fix: "mname += ..." => "mname = mname ... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
stevenknight | 1.5 fix: use apply() instead of (*args, **kw). |
commit | commitdiff | tree | snapshot |
2009-11-15 |
stevenknight | 1.5.2 fix in compat/__init__.py: "flags |= ..." =... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
garyo | Apply patch submitted in issue #947 to fix race conditi... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
bdbaddog | Fix issue 2519 - add textfile to list of builders |
commit | commitdiff | tree | snapshot |
2009-11-14 |
bdbaddog | Fix bug 1944 - handle non-existant .i files when swig... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
bdbaddog | Fix bug 2465 - bootstrap.py should now use the python... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
gregnoel | Remove old news items. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
bdbaddog | Add check for python 3.0.0 or higher and exit with... |
commit | commitdiff | tree | snapshot |
2009-10-31 |
cournape | BUG: fix bootstrap on windows 64. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
garyo | MSVC: Add correct x86_64/x66_64 msvc bat file location... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
cournape | Update CHANGES.txt for the small bug fixes I commited... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
gregnoel | Use Glob() instead of glob.glob() |
commit | commitdiff | tree | snapshot |
2009-09-20 |
stevenknight | Update project pages for tigris |
commit | commitdiff | tree | snapshot |
2009-09-19 |
stevenknight | Update CHANGES.txt with David C's last contribution. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
cournape | BUG: do not add -fPIC on non-posix platform for ifort... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
gregnoel | Fix test failure in Repository/Java.py on OS X |
commit | commitdiff | tree | snapshot |
2009-09-18 |
gregnoel | Minor fixes found while debugging |
commit | commitdiff | tree | snapshot |
2009-09-17 |
cournape | BUG: fix TryRun with variant dir set. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
cournape | Add test case for configure failure. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
bdbaddog | Fix tex code to handle broken nomenclature package... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
bdbaddog | Steven checked in some changes yesterday which fixed... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
stevenknight | Have TestSCons.py add --warn=no-python-version every... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
stevenknight | Revert r4356, the problem is in TestSCons.py, not the... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
bdbaddog | Remove last checkin. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
bdbaddog | Fix test to pass for deprecated python versions. Not... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
bdbaddog | Add python version deprecated check to get this test... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
bdbaddog | Fix test logic to handle warning messages on deprecated... |
commit | commitdiff | tree | snapshot |
next |