summaryrefslogtreecommitdiffstats
path: root/test/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* Better handling of syntax errors during variable expansion. (Anthony Roach)Steven Knight2004-05-231-2/+13
|
* Provide a better error message when a construction variable expansion is a ↵Steven Knight2004-01-291-0/+23
| | | | Python syntax error.
* Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.Steven Knight2003-08-011-1/+1
|
* Record and print an internal stack trace when Taskmaster detects errors for ↵Steven Knight2003-07-271-15/+68
| | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files.
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
|
* Refactor action execution so it's controlled by the interface-specific ↵Steven Knight2002-12-171-6/+7
| | | | Taskmaster.Task class, not Node.build().
* Make error and warning message consistent. (Anthony Roach)Steven Knight2002-12-141-1/+1
|
* Fix verbose BuildError bug. (Anthony Roach)Steven Knight2002-10-101-0/+15
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-3/+3
| | | | we're building targets.
* Changes from Charles Crain.Steven Knight2002-06-051-2/+2
|
* Raise an error if a builder is called multiple times for a given target, ↵Steven Knight2002-05-061-7/+1
| | | | unless the builder is marked as multicall safe. (Anthony Roach)
* Make .sconsign files get written even if the build fails or is terminated. ↵Steven Knight2002-04-111-0/+40
| | | | (Anthony Roach)
* Make scons return an error code (Anthony Roach)Steven Knight2002-02-041-3/+3
|
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
|
* Create the Script directorySteven Knight2001-12-211-6/+6
|
* Fix Export(), add Import() and Return()Steven Knight2001-12-201-3/+9
|
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-151-1/+1
|
* Move most of the code from the scons script into a SCons module.Steven Knight2001-11-271-3/+3
|
* Handle SConscript files in subdirectories.Steven Knight2001-10-291-1/+1
|
* Updating licensing.Steven Knight2001-10-031-0/+22
|
* Make match_exact the default match function for TestSCons.Steven Knight2001-09-291-1/+2
|
* Error message if no SConstruct file.Steven Knight2001-09-211-3/+11
|
* test/errors.py fails when not run under Aegis.Steven Knight2001-09-201-2/+2
|
* Install scons, not scons.pySteven Knight2001-09-201-2/+2
|
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
|
* Add more information error reporting from tests.Steven Knight2001-09-161-14/+10
|
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-19/+9
|
* Fix Python 2.1 warningSteven Knight2001-09-131-1/+1
|
* Fixes for -f end cases.Steven Knight2001-09-121-1/+1
|
* Generalize the hard-coded line numbers in test/errors.py.Steven Knight2001-09-091-3/+3
|
* Make the build portable to Windows NT.Anthony Roach2001-09-011-4/+9
|
* Implement error framework.Steven Knight2001-08-181-0/+54