summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH: factor host/target handling in separate function.David Cournapeau2009-11-191-6/+10
|
* ENH: bypass complicated VisualC logic, and use the .bat file to get correct ↵David Cournapeau2009-11-191-3/+10
| | | | arch settings instead.
* ENH: script_env now takes an args argument to forward arguments to the ↵David Cournapeau2009-11-191-2/+2
| | | | executed script.
* ENH: refactor function to get msvc version.David Cournapeau2009-11-191-14/+22
|
* Fix name typo in 1.5.2 patch.Steven Knight2009-11-181-1/+1
|
* Issue 2481: Fix the msvc_exists() call in Tool/msvc.py.Steven Knight2009-11-181-1/+1
|
* Python 1.5 fix: "mname += ..." => "mname = mname + ..."Steven Knight2009-11-151-1/+2
|
* 1.5 fix: use apply() instead of (*args, **kw).Steven Knight2009-11-151-2/+2
|
* 1.5.2 fix in compat/__init__.py: "flags |= ..." => "flags = flags | ..."Steven Knight2009-11-151-1/+1
|
* Apply patch submitted in issue #947 to fix race condition inGary Oberbrunner2009-11-153-3/+44
| | | | | TempFileMunge by using mkstemp instead of mktemp. Includes pre-Python-2.3 compat version of mkstemp. Thanks to Jim Randall.
* Fix issue 2519 - add textfile to list of buildersWilliam Deegan2009-11-141-0/+1
|
* Fix bug 1944 - handle non-existant .i files when swig emitter is called. ↵William Deegan2009-11-144-6/+119
| | | | Make an educated guess on the generated module name based on the .i file name.
* Fix bug 2465 - bootstrap.py should now use the python it was invoked with ↵William Deegan2009-11-121-1/+1
| | | | instead of finding the same named executable via the PATH
* Remove old news items.Greg Noel2009-11-111-15/+0
|
* Add check for python 3.0.0 or higher and exit with message.William Deegan2009-11-103-1/+17
| | | | Resolve bug 2445
* BUG: fix bootstrap on windows 64.David Cournapeau2009-10-312-1/+5
|
* MSVC: Add correct x86_64/x66_64 msvc bat file location for VC 9.0 (2008).Gary Oberbrunner2009-10-141-0/+1
|
* Update CHANGES.txt for the small bug fixes I commited recently.David Cournapeau2009-09-261-0/+3
|
* Use Glob() instead of glob.glob()Greg Noel2009-09-232-4/+2
|
* Update project pages for tigrisSteven Knight2009-09-202-1/+9
|
* Update CHANGES.txt with David C's last contribution.Steven Knight2009-09-191-0/+3
|
* BUG: do not add -fPIC on non-posix platform for ifort tool.David Cournapeau2009-09-181-1/+2
|
* Fix test failure in Repository/Java.py on OS XGreg Noel2009-09-182-14/+16
|
* Minor fixes found while debuggingGreg Noel2009-09-181-3/+3
|
* BUG: fix TryRun with variant dir set.David Cournapeau2009-09-171-2/+2
|
* Add test case for configure failure.David Cournapeau2009-09-171-0/+49
| | | | | TryRun fails to find the executable when VariantDir is set up from SConscript/SConstruct.
* Fix tex code to handle broken nomenclature package. (Fixes test failure on ↵William Deegan2009-09-162-10/+18
| | | | | | centos5 slave). Code by Rob Managan.
* Steven checked in some changes yesterday which fixed a great number ofWilliam Deegan2009-09-153-8/+16
| | | | | | | | | | | | | | failing tests by setting SCONSFLAGS='-warn=no-python-version' in def run() in TestSCons.py yesterday, where previously it was done in def __init__(...). This fixed most of the broken tests, but broke some of the working tests. I readded the logic to def __init__ In addition I've added an extra arg to the __init__ for TestSCons.py ignore_python_version (which defaults to true). For those tests which need to be able to see the deprecation and/or test the functionality of the deprecation.
* Have TestSCons.py add --warn=no-python-version every invocation, notSteven Knight2009-09-131-9/+20
| | | | just at TestSCons intialization.
* Revert r4356, the problem is in TestSCons.py, not the test script itself.Steven Knight2009-09-131-3/+3
|
* Remove last checkin.William Deegan2009-09-132-24/+20
|
* Fix test to pass for deprecated python versions. Not what was expected ↵William Deegan2009-09-132-20/+24
| | | | deprecation errors aren't output when --debug=memoizer is on command line, but are when it's passed via SCONSFLAGS.
* Add python version deprecated check to get this test to pass on python 2.3 ↵William Deegan2009-09-121-3/+3
| | | | (hopefully this doesn't break other versions)
* Fix test logic to handle warning messages on deprecated python version ↵William Deegan2009-09-111-2/+2
| | | | (changed from 2.2 to 2.4)
* BUG: fix regression failure after is_win64 fix.David Cournapeau2009-09-091-0/+3
| | | | Add a RegOpenKeyEx 'fake' function when registry is not available.
* BUG: fix issue 2294.David Cournapeau2009-09-091-0/+4
| | | | | CheckCC and assimilate did not set did_show_result up, and this caused spurious 'error: no result' messages after the check was executed.
* Fix win64 detection.David Cournapeau2009-09-091-6/+13
|
* Bump minimum version of python for 1.3 to 2.4William Deegan2009-09-061-2/+2
|
* Add a test that the packages used are installed.Robert Managan2009-08-312-0/+8
| | | | Otherwise skip the test.
* Use mailing list information at scons.org instead of tigris.orgGreg Noel2009-08-281-2/+2
|
* Add copyright notice to Announcement.txt to satisfy the test_strings.py testWilliam Deegan2009-08-271-0/+3
|
* Blank Announement templateWilliam Deegan2009-08-261-0/+68
|
* As I set up the test case for the glossary and nomencl packagesRobert Managan2009-08-217-47/+249
| | | | | | | | | | | I found that when only one tool (say pdftex) is initialized that some of the actions for bibtex... are not created. Moved most common actions and environment settings to one routine in tex.py that the other text tools (pdftex, pdflatex, latex) call. Also fixed a typo in the nomenclature action setup. There was a '$' that should not have been there.
* Add comment for glossaries/scronyms updateRobert Managan2009-08-211-0/+2
|
* Add test for glossaries package. and patch tex.pyRobert Managan2009-08-212-3/+160
| | | | to support it
* Move credit for one fix from Jason K to Benoit B.William Deegan2009-08-131-5/+7
| | | | Add credit for Jason K for HOST/TARGET OS/CPU separation.
* Added info on my checkins to CHANGES.txt for checkpoint releaseWilliam Deegan2009-08-111-0/+8
|
* Make a note of the Latex changes made recentlyRobert Managan2009-08-101-0/+9
|
* Update CHANGES.txt to include Jared Grubb's contributionGreg Noel2009-08-101-0/+4
|
* Move the definition of env['LATEXSUFFIXES'] from Defaults.py to theRobert Managan2009-08-065-1/+9
| | | | | | | various *tex.py generate functions. This is to avoid adding LATEXSUFFIXES to the environment when the tools are not loaded.