summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix subclassing of the Environment and Scanner classes.Steven Knight2003-10-301-0/+60
* Fix a regression with env.Append().Steven Knight2003-10-281-2/+3
* Fix a regression with CPPDEFINES when using the g++ Tool.Steven Knight2003-10-263-4/+19
* Really handle lack of the threading.py module when run by non-threaded Pythons.Steven Knight2003-10-221-1/+35
* Fix various SConf bugs. (Christoph Wiedemann)Steven Knight2003-10-212-48/+102
* Fix a bug in Qt detection. (Christoph Wiedemann)Steven Knight2003-10-211-1/+38
* Test portability for win32.Steven Knight2003-10-211-5/+5
* More Environment method conversions:Steven Knight2003-10-134-9/+42
* Fix a problem with the new Parallel job support when a command fails. (J.T. ...Steven Knight2003-10-091-3/+47
* Allow Dirs to be sources of Depends, Ignores, Precious and SideEffect. (Gary...Steven Knight2003-10-071-9/+44
* Don't remove temporary files on win32 with rm when cygwin is not in use. (An...Steven Knight2003-10-071-1/+3
* Support using Dirs as sources for builds. (Charles Crain)Steven Knight2003-10-072-6/+107
* New parallel job execution. (J.T. Conklin)Steven Knight2003-10-061-10/+14
* Follow-on to TeX patch: add test cases for LaTeX and bibtex. (Sergey Fomel)Steven Knight2003-10-061-0/+48
* Add .S, .spp and .SPP to the list of files scanned for C preprocessor depende...Steven Knight2003-10-041-12/+57
* Add more environment methods for global functions: Action(), Builder(), Envi...Steven Knight2003-09-255-11/+45
* Add global functions for all of the default Builders attached to the default ...Steven Knight2003-09-234-4/+4
* New tex.py.Steven Knight2003-09-211-7/+15
* Expand construction variables on the values of SConscript() keyword arguments.Steven Knight2003-09-181-2/+3
* Have the closing message say ...terminatedSteven Knight2003-09-182-5/+5
* Fix test/SWIG.py to find the proper Python include directory in all cases. (...Steven Knight2003-09-181-3/+3
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...Steven Knight2003-09-171-0/+29
* Fix dependency scans of generated files. (John Johnson)Steven Knight2003-09-162-0/+126
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-157-8/+113
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing copyright...Steven Knight2003-09-157-10/+8
* Make more Environment methods from global functions.Steven Knight2003-09-147-9/+130
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-122-28/+87
* Make a Clean() environment method. Add global functions for AlwaysBuild(), C...Steven Knight2003-09-1010-12/+21
* Give the global functions corresponding Environment methods.Steven Knight2003-09-084-41/+86
* Support construction variable expansion anywhere in a file or path name.Steven Knight2003-09-0510-49/+383
* Support using a single .sconsign file. (Stephen Kennedy)Steven Knight2003-09-022-22/+370
* Portability of test/EnsureVersion.py back to pre-Python-2 versions.Steven Knight2003-08-301-4/+16
* Split non-SCons-specific parts of SConf.py into a separate Conftest.py module...Steven Knight2003-08-301-17/+17
* Fix EnsurePythonVersion's handling of alphanumeric version strings.Steven Knight2003-08-291-0/+42
* Re-synchronize the CVS tree after a SourceForge file system catastrophe.Steven Knight2003-08-274-32/+111
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-242-9/+28
* -Q options suppresses too much.Steven Knight2003-08-221-0/+8
* Portability fixes for tests.Steven Knight2003-08-192-7/+7
* Fix a yacc regression.Steven Knight2003-08-161-6/+22
* Branch for User's Guide changes.Steven Knight2003-08-161-0/+101
* More portability fixes.Steven Knight2003-08-142-43/+64
* Add SWIG support.Steven Knight2003-08-132-0/+178
* Multi-level build dir with Object() and duplicate=0.Steven Knight2003-08-091-0/+37
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-0/+108
* Adding file missed by previous checkins.Steven Knight2003-08-011-0/+142
* Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.Steven Knight2003-08-015-28/+47
* Don't Split() SConscript file name strings on white space.Steven Knight2003-07-311-22/+40
* Record and print an internal stack trace when Taskmaster detects errors for e...Steven Knight2003-07-274-19/+88
* Allow Command() to take directories as sources.Steven Knight2003-07-261-2/+21
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-243-0/+616