Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix bootstrap on windows 64. | David Cournapeau | 2009-10-31 | 2 | -1/+5 |
| | |||||
* | MSVC: Add correct x86_64/x66_64 msvc bat file location for VC 9.0 (2008). | Gary Oberbrunner | 2009-10-14 | 1 | -0/+1 |
| | |||||
* | Update CHANGES.txt for the small bug fixes I commited recently. | David Cournapeau | 2009-09-26 | 1 | -0/+3 |
| | |||||
* | Use Glob() instead of glob.glob() | Greg Noel | 2009-09-23 | 2 | -4/+2 |
| | |||||
* | Update project pages for tigris | Steven Knight | 2009-09-20 | 2 | -1/+9 |
| | |||||
* | Update CHANGES.txt with David C's last contribution. | Steven Knight | 2009-09-19 | 1 | -0/+3 |
| | |||||
* | BUG: do not add -fPIC on non-posix platform for ifort tool. | David Cournapeau | 2009-09-18 | 1 | -1/+2 |
| | |||||
* | Fix test failure in Repository/Java.py on OS X | Greg Noel | 2009-09-18 | 2 | -14/+16 |
| | |||||
* | Minor fixes found while debugging | Greg Noel | 2009-09-18 | 1 | -3/+3 |
| | |||||
* | BUG: fix TryRun with variant dir set. | David Cournapeau | 2009-09-17 | 1 | -2/+2 |
| | |||||
* | Add test case for configure failure. | David Cournapeau | 2009-09-17 | 1 | -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 Deegan | 2009-09-16 | 2 | -10/+18 |
| | | | | | | centos5 slave). Code by Rob Managan. | ||||
* | Steven checked in some changes yesterday which fixed a great number of | William Deegan | 2009-09-15 | 3 | -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, not | Steven Knight | 2009-09-13 | 1 | -9/+20 |
| | | | | just at TestSCons intialization. | ||||
* | Revert r4356, the problem is in TestSCons.py, not the test script itself. | Steven Knight | 2009-09-13 | 1 | -3/+3 |
| | |||||
* | Remove last checkin. | William Deegan | 2009-09-13 | 2 | -24/+20 |
| | |||||
* | Fix test to pass for deprecated python versions. Not what was expected ↵ | William Deegan | 2009-09-13 | 2 | -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 Deegan | 2009-09-12 | 1 | -3/+3 |
| | | | | (hopefully this doesn't break other versions) | ||||
* | Fix test logic to handle warning messages on deprecated python version ↵ | William Deegan | 2009-09-11 | 1 | -2/+2 |
| | | | | (changed from 2.2 to 2.4) | ||||
* | BUG: fix regression failure after is_win64 fix. | David Cournapeau | 2009-09-09 | 1 | -0/+3 |
| | | | | Add a RegOpenKeyEx 'fake' function when registry is not available. | ||||
* | BUG: fix issue 2294. | David Cournapeau | 2009-09-09 | 1 | -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 Cournapeau | 2009-09-09 | 1 | -6/+13 |
| | |||||
* | Bump minimum version of python for 1.3 to 2.4 | William Deegan | 2009-09-06 | 1 | -2/+2 |
| | |||||
* | Add a test that the packages used are installed. | Robert Managan | 2009-08-31 | 2 | -0/+8 |
| | | | | Otherwise skip the test. | ||||
* | Use mailing list information at scons.org instead of tigris.org | Greg Noel | 2009-08-28 | 1 | -2/+2 |
| | |||||
* | Add copyright notice to Announcement.txt to satisfy the test_strings.py test | William Deegan | 2009-08-27 | 1 | -0/+3 |
| | |||||
* | Blank Announement template | William Deegan | 2009-08-26 | 1 | -0/+68 |
| | |||||
* | As I set up the test case for the glossary and nomencl packages | Robert Managan | 2009-08-21 | 7 | -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 update | Robert Managan | 2009-08-21 | 1 | -0/+2 |
| | |||||
* | Add test for glossaries package. and patch tex.py | Robert Managan | 2009-08-21 | 2 | -3/+160 |
| | | | | to support it | ||||
* | Move credit for one fix from Jason K to Benoit B. | William Deegan | 2009-08-13 | 1 | -5/+7 |
| | | | | Add credit for Jason K for HOST/TARGET OS/CPU separation. | ||||
* | Added info on my checkins to CHANGES.txt for checkpoint release | William Deegan | 2009-08-11 | 1 | -0/+8 |
| | |||||
* | Make a note of the Latex changes made recently | Robert Managan | 2009-08-10 | 1 | -0/+9 |
| | |||||
* | Update CHANGES.txt to include Jared Grubb's contribution | Greg Noel | 2009-08-10 | 1 | -0/+4 |
| | |||||
* | Move the definition of env['LATEXSUFFIXES'] from Defaults.py to the | Robert Managan | 2009-08-06 | 5 | -1/+9 |
| | | | | | | | various *tex.py generate functions. This is to avoid adding LATEXSUFFIXES to the environment when the tools are not loaded. | ||||
* | Check that MSVC install dir returned by registry actually exists before ↵ | Gary Oberbrunner | 2009-08-05 | 1 | -1/+9 |
| | | | | using it. Also added some debug stmts to vc.py. | ||||
* | Fix MSVC 7.1 IDE path (for MSVS detection code) in Tool/MSCommon/vs.py. | Gary Oberbrunner | 2009-08-04 | 1 | -2/+2 |
| | |||||
* | Solaris test portability fixes. | Steven Knight | 2009-08-03 | 3 | -3/+15 |
| | |||||
* | Don't die if we can't execute the Solaris packaging utilities, so the | Steven Knight | 2009-08-02 | 1 | -16/+24 |
| | | | | | sunc++.py module will import okay (for testing, etc.) on non-Solaris systems. | ||||
* | Add optional time stamping and elapsed time reporting to Trace(). | Steven Knight | 2009-08-02 | 1 | -1/+16 |
| | |||||
* | Speed up Solaris packaging checks for C++ by caching results and | Steven Knight | 2009-08-02 | 1 | -21/+49 |
| | | | | grepping /var/sadm/install/contents for path names. | ||||
* | Use regular expression matching to allow our "do nothing script" | Steven Knight | 2009-08-01 | 1 | -9/+9 |
| | | | | to execute in up to 0.002 seconds. | ||||
* | Document build fixes. | Steven Knight | 2009-07-25 | 3 | -2/+5 |
| | |||||
* | Update the Test{Cmd,Common}.py 0.36, with better diff reporting | Steven Knight | 2009-07-24 | 7 | -79/+114 |
| | | | | | | | (specifically of output matches using regular expressions). Update tests for corresponding inteface changes. Add use of diff_re() to test/sconsign/script/Configure.py so we can get accurate information about its buildbot failure. | ||||
* | Turns out that in my revamped TeX builder I was listing the .dvi or | Robert Managan | 2009-07-22 | 1 | -5/+5 |
| | | | | | | | | | | .pdf output file as a sideeffect since it is listed as an output file in the .fls file. This caused the message that there were two ways to build the file. In fixing it I have to exclude both the .dvi and .pdf target because some test decks produce both... THat hsoudl rarely happen in practice but It is better to handle that case. | ||||
* | Fix formatting of a debug message that was preventing normal execution. | Steven Knight | 2009-07-22 | 1 | -1/+1 |
| | |||||
* | Update tex builder to use the -recorder option. | Robert Managan | 2009-07-22 | 14 | -32/+253 |
| | | | | | | | | | | | | | | | | | This was prompted because MikTeX, used on Windows, does not put the same information on files opened into the log file. The -recorder option gives a .fls file that is the same on all platforms. We still use the .log file contents to find warnings and errors that mean we need to rerun latex... Also add message about errors so user does not have to scroll up through all the latex output to find if there was an error. Update all tests to handle the new command line option. Add one more test on grpahics conversion. | ||||
* | When setting up SDK, just return if there's no installed Visual Studio | Steven Knight | 2009-07-21 | 1 | -0/+2 |
| | | | | of the specified version. | ||||
* | Fix an import error for a reference in the Configure() method. | Steven Knight | 2009-07-21 | 1 | -0/+1 |
| | |||||
* | Fix execution of test/MSV[CS]/*.py tests on non-Windows systems by | Steven Knight | 2009-07-21 | 2 | -2/+4 |
| | | | | | not assuming that %PROCESSOR_ARCHITECTURE% will be defined, and not assuming that we'll find any installed Windows SDKs. |