summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move responsibility for extracting the exit status from executed testsSteven Knight2008-10-312-13/+21
* This new test and emitter update recursively checks the whole source of theRobert Managan2008-10-302-37/+276
* Older Python portability: isinstance() only takes a single class.Steven Knight2008-10-301-1/+3
* Update test/SCCS/diskcheck.py for recent GetBuildFailures()Steven Knight2008-10-301-1/+1
* exception must be stringified before comparisonGreg Noel2008-10-291-1/+1
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-2925-132/+457
* Speed up Node.FS.FileFinder.find_file() by avoiding constructing debuggingSteven Knight2008-10-292-8/+9
* Add 1.1.0 to the instal_scons.py script.Steven Knight2008-10-291-0/+1
* Issue 2228: Add os.devnull to the SCons.compat layer.Steven Knight2008-10-281-0/+13
* Set FORTRANMODDIRPREFIX for ifort tool (should fix 1260).David Cournapeau2008-10-201-0/+3
* Update docstring for ifort.David Cournapeau2008-10-201-1/+1
* Fix trailing space.David Cournapeau2008-10-201-2/+2
* Issue 1568: fix a stack trace when --debug=include tries to handleSteven Knight2008-10-173-5/+27
* Fix use of VariantDir when the -n option is used and doesn't,Steven Knight2008-10-153-1/+84
* Support the -f option allowing specification of a different top-levelSteven Knight2008-10-155-5/+228
* Fix release lines (incorrect line updated in merge from checkpoint).Steven Knight2008-10-151-2/+2
* Collect the scripts for the three "climb up" options (-D, -U and -u)Steven Knight2008-10-159-142/+345
* Test and document the ability to specify multiple -f files.Steven Knight2008-10-142-0/+15
* Don't use the Exception.message attribute that was deprecated inSteven Knight2008-10-121-2/+1
* Python 2.6 portability: add __{add,radd}__() methods to the CLVarSteven Knight2008-10-121-0/+4
* Don't use "as" as a variable name--reserved in Python 2.6.Steven Knight2008-10-121-3/+1
* Fix intended tuple syntax (for Python 2.2 and before).Steven Knight2008-10-121-1/+1
* Python 2.6 made "as" a keyword, so test the importability of theSteven Knight2008-10-111-1/+1
* Fix our SCons.Util.CLVar implementation (__add__() and __radd__()Steven Knight2008-10-112-0/+7
* Update tigris.org for the 1.1.0 release.Steven Knight2008-10-114-23/+6
* Merged revisions 3378-3423,3425-3532,3534-3599,3601-3610 via svnmerge fromSteven Knight2008-10-105-25/+25
* Don't add an action to use epstopdf to build .pdf from .psRobert Managan2008-10-101-1/+1
* Testing on a Mac turned up a problem that did not show up on linux.Robert Managan2008-10-0810-20/+42
* fix bug in SCons.Action._subprocGreg Noel2008-10-081-16/+16
* Python 1.5 compatibility.Steven Knight2008-10-081-1/+3
* Update test scripts with more information must_*() methods.Steven Knight2008-10-084-44/+40
* Reset the default Verbose value to False.Steven Knight2008-10-071-1/+1
* test/TEX/PDF_single_source.pyRobert Managan2008-10-0711-81/+542
* Fix label placement in gnuplot graphs by the "scons-time.py func"Steven Knight2008-10-073-4/+13
* Initial Python 2.6 portability in SCons code itself, using subprocessSteven Knight2008-10-073-12/+17
* Rudimentary Python 2.6 portability in the test infrastructure, fixingSteven Knight2008-10-072-21/+39
* Remove left-over debug print.Steven Knight2008-10-071-2/+0
* Fix a block in Script/Main.py that could swallow KeyboardInterruptSteven Knight2008-10-052-1/+3
* documentation changes for Action() refactoringGreg Noel2008-10-041-39/+42
* Issue 2166, refactor Action() factory to make positional parameters consistentGreg Noel2008-10-043-261/+427
* Fix small inefficiency in jobs dispatchingGreg Noel2008-10-041-1/+1
* Updates to SCons development system admin scripts:Steven Knight2008-10-043-1/+7
* User's Guide updates:Steven Knight2008-10-0311-37/+37
* Update highlight and roadmap schedule.Steven Knight2008-10-033-8/+18
* Correct typos to roadmap.html that snuck in...Greg Noel2008-10-023-8/+8
* Move release days to Monday; slip 1.1 (but not rest); typosGreg Noel2008-10-023-68/+42
* implement delete_existing for AppendUnique and PrependUnique. Finishes #2091.Gary Oberbrunner2008-10-023-14/+59
* Add Users Guide example of using $SOURCE substitution in a target name in a C...Gary Oberbrunner2008-10-022-0/+44
* Python 2.2 portability: no dictionary pop() method.Steven Knight2008-10-011-1/+1
* Update for latest changes.Steven Knight2008-10-011-0/+6