summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add reference to LoadableModule in SharedLibrary descriptionGreg Noel2008-11-191-0/+5
* Update Users Guide to clarify usage of site_scons and site_init.py.Gary Oberbrunner2008-11-193-3/+50
* Speed up Node.FS.EntryProxy.__getattr__() by not spending cyclesSteven Knight2008-11-152-10/+27
* Fix typo found by Jared GrubbGreg Noel2008-11-151-1/+1
* I found that my coding for automatically building .pdf files from .eps filesRobert Managan2008-11-122-1/+232
* Merged revisions 3225-3226 via svnmerge fromSteven Knight2008-11-124-4/+15
* Python 1.5 and 2.1 compatibility: string methods, nested scopes.Steven Knight2008-11-122-4/+8
* Merged revisions 3759-3762 via svnmerge fromSteven Knight2008-11-111-691/+689
* Windows portability: Avoid duplicate foo.lib targets by tellingSteven Knight2008-11-101-1/+1
* Issue 2238: Add a __contains__() method to support the "val in env"Steven Knight2008-11-093-0/+46
* Issue 2228: discard stderr by using os.devnullGreg Noel2008-11-094-7/+18
* Fix an exception and stack trace when Glob() hits an on-disk file orSteven Knight2008-11-083-5/+25
* Fix a nested-scope regression affecting Python 1.5, 2.0 and 2.1.Steven Knight2008-11-071-1/+2
* Issue 2242: Minor style and loop enhancementsGreg Noel2008-11-071-102/+92
* Issue 2235: File.Dir() creates files in the wrong placeGreg Noel2008-11-071-17/+13
* Issue 2236: Add comment to clarify Configure.CheckType()Greg Noel2008-11-071-0/+4
* Update src/CHANGES.txt for changes since 1.1.0.Steven Knight2008-11-041-0/+40
* Issue 2087: Handle Java classes declared in methodsLudwig Hähne2008-10-312-0/+119
* Fix uncaught KeyboardInterrupt.Steven Knight2008-10-311-0/+2
* Fix a nested scope issue for older Python versions.Steven Knight2008-10-311-2/+2
* Fix use of isinstance(..., tuple) so it works in older Python versions.Steven Knight2008-10-311-3/+7
* Fix calling Exit() from within a Python function action, so that it getsSteven Knight2008-10-311-0/+2
* 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