| Commit message (Expand) | Author | Age | Files | Lines |
* | Check in a new TestCmd.py with chmod() and touch() methods. | Steven Knight | 2006-02-27 | 2 | -24/+32 |
|
|
* | Portability fixes (win32) in tests and test infrastructure. | Steven Knight | 2006-02-22 | 2 | -30/+32 |
|
|
* | Add a --verbose option to runtest.py. (Baptiste Lepilleur) Fix (?) a deadlo... | Steven Knight | 2006-02-17 | 2 | -5/+23 |
|
|
* | Add support for Visual Studio 2005 Professional. Windows portability fixes f... | Steven Knight | 2006-02-12 | 1 | -0/+14 |
|
|
* | Add support for Visual Studio 8, and multiple project files in a solution fil... | Steven Knight | 2006-01-20 | 1 | -3/+13 |
|
|
* | Update to latest TestCommon.py with support for diffing actual/expected conte... | Steven Knight | 2005-10-15 | 2 | -24/+78 |
|
|
* | Get rid of indentation tabs in the test scripts and have runtest.py invoke th... | Steven Knight | 2005-10-14 | 1 | -22/+22 |
|
|
* | Fix on-disk file matching on case-insensitive systems. Various fixes for win... | Steven Knight | 2005-10-10 | 1 | -0/+1 |
|
|
* | Get rid of the last tabs in the source files and have the TestSCons infrastru... | Steven Knight | 2005-10-09 | 2 | -6/+9 |
|
|
* | Update MSVS tests with BuildDir logic. | Steven Knight | 2005-10-07 | 1 | -1/+5 |
|
|
* | Refactor MSVS tests to separate file-generation tests (which can be executed ... | Steven Knight | 2005-10-06 | 1 | -4/+16 |
|
|
* | Explicit "skipping test" messages for a few straggling tests. | Steven Knight | 2005-09-26 | 1 | -1/+5 |
|
|
* | Have Visual Studio echo that we're using SCons to build things, to work aroun... | Steven Knight | 2005-08-20 | 2 | -10/+73 |
|
|
* | Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's sw... | Steven Knight | 2005-08-17 | 2 | -41/+141 |
|
|
* | Handle Visual Studio project and solution files in Unicode. (Chen Lee) | Steven Knight | 2005-08-13 | 1 | -5/+7 |
|
|
* | Add a skip_test() method to the infrastructure and use it for test scripts th... | Steven Knight | 2005-08-13 | 1 | -0/+27 |
|
|
* | Split up test/QT/QT.py into separate tests. | Steven Knight | 2005-04-14 | 1 | -0/+126 |
|
|
* | Fix Fedora Core 3 test portability. | Steven Knight | 2005-03-04 | 1 | -12/+59 |
|
|
* | Add more customizability: , , , . | Steven Knight | 2004-11-20 | 2 | -5/+57 |
|
|
* | Better test handling of File lines in stack traces. (Chad Austin) | Steven Knight | 2004-10-27 | 1 | -0/+12 |
|
|
* | Win32 portability fixes for tests. | Steven Knight | 2004-10-21 | 2 | -8/+8 |
|
|
* | Better test infrastructure for cleaning (-c) messages. (Kevin Quick) | Steven Knight | 2004-09-21 | 1 | -4/+6 |
|
|
* | Handle exceptions in FunctionActions. (Steve Christensen) | Steven Knight | 2004-09-15 | 2 | -8/+12 |
|
|
* | Portability fixes for Mac OS Xin tests. (Gary Oberbrunner) | Steven Knight | 2004-08-17 | 2 | -3/+11 |
|
|
* | Qt fixes. (Christoph Wiedemann) | Steven Knight | 2004-08-07 | 1 | -4/+4 |
|
|
* | Win32 portability: add an explicit match argument to TestCommon.py, use it t... | Steven Knight | 2004-07-15 | 3 | -42/+47 |
|
|
* | Fix tests on systems where 'ar' prints warnings about creating archives. (Ke... | Steven Knight | 2004-07-13 | 1 | -0/+11 |
|
|
* | Fix errors when there are dangling symlinks. (Gary Oberbrunner) | Steven Knight | 2004-07-08 | 2 | -7/+38 |
|
|
* | Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch(). | Steven Knight | 2004-04-19 | 1 | -2/+2 |
|
|
* | Use python1.5 in default Aegis builds. Fix testing infrastructure for Python... | Steven Knight | 2004-03-30 | 3 | -39/+64 |
|
|
* | Cygwin portability fixes. (Chad Austin) Improved testing infrastructure. | Steven Knight | 2004-03-21 | 3 | -130/+313 |
|
|
* | Accomodate white space in path names when running tests. | Steven Knight | 2004-01-27 | 1 | -2/+2 |
|
|
* | Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin) | Steven Knight | 2003-12-19 | 1 | -3/+5 |
|
|
* | Use sys.stdout.write() instead of print so line feeds in -j output will stay ... | Steven Knight | 2003-11-10 | 1 | -4/+12 |
|
|
* | Support using Dirs as sources for builds. (Charles Crain) | Steven Knight | 2003-10-07 | 1 | -3/+3 |
|
|
* | Have the closing message say ...terminated | Steven Knight | 2003-09-18 | 1 | -2/+6 |
|
|
* | Record and print an internal stack trace when Taskmaster detects errors for e... | Steven Knight | 2003-07-27 | 1 | -401/+563 |
|
|
* | Add a QT tool. (Christoph Wiedemann) | Steven Knight | 2003-07-24 | 1 | -0/+19 |
|
|
* | Change the double quotes around an up-to-date target to be like Make. | Steven Knight | 2003-06-18 | 1 | -1/+1 |
|
|
* | Use -lfrtbegin when linking fortran in gcc3; Cygwin fixes. (Chad Austin) | Steven Knight | 2003-05-27 | 1 | -4/+27 |
|
|
* | Fix regression tests that use test.whereis(). (Anthony Roach) | Steven Knight | 2003-05-02 | 1 | -6/+11 |
|
|
* | Test portability fixes for Cygwin. (Chad Austin) | Steven Knight | 2003-04-30 | 1 | -1/+25 |
|
|
* | Portability fixes for test. (Chad Austin) | Steven Knight | 2003-04-26 | 1 | -0/+5 |
|
|
* | Add support for the PharLap ETS tools. (Charles Crain) | Steven Knight | 2003-01-22 | 1 | -0/+20 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 2 | -2/+2 |
|
|
* | Necessary changes towards supporting Jython. | Steven Knight | 2003-01-15 | 2 | -1/+11 |
|
|
* | Fix problems returning the appropriate exit status on build errors. | Steven Knight | 2003-01-05 | 1 | -1/+1 |
|
|
* | Use pickle for .sconsign. (Anthony Roach) | Steven Knight | 2002-12-11 | 1 | -2/+2 |
|
|
* | Support special characters in file names. (Charles Crain) | Steven Knight | 2002-11-13 | 1 | -1/+21 |
|
|