summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a problem when using --cache-show.Steven Knight2003-07-231-29/+71
* M4 test portability. (Chad Austin)Steven Knight2003-07-221-2/+2
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-222-2/+2
* Give Value Nodes timestamps. (Chad Austin)Steven Knight2003-07-211-50/+70
* New sconsign script fixes: print timestamp values correctly (Chad Austin); a...Steven Knight2003-07-201-18/+50
* Add a script to print .sconsign file contents.Steven Knight2003-07-183-2/+172
* CVS fixes.Steven Knight2003-07-071-8/+13
* When an input yacc file ends in .yy and the yacc -d flag is used, expect a ge...Steven Knight2003-07-021-0/+26
* Fix -U, -D and -d with explicit targets that start with ../.Steven Knight2003-06-283-1/+104
* Support targets that always rebuild. (Stephen Ng)Steven Knight2003-06-281-0/+55
* Set up for development.Steven Knight2003-06-281-1/+1
* Portability fixes.Steven Knight2003-06-251-1/+1
* Fix SConf chdir'ing so it works with CPPPATH and LIBPATH. (David Snopek)Steven Knight2003-06-181-4/+15
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-1826-101/+80
* Options fixes. (Charles Crain)Steven Knight2003-06-181-5/+5
* Add support for the Intel C Compiler. (Gary Oberbrunner)Steven Knight2003-06-161-0/+1
* Portability fixes for non-GNU lex and yacc. (Chad Austin)Steven Knight2003-06-152-0/+2
* Fix Import('*')Steven Knight2003-06-131-0/+2
* Raise an error if SConf needs to do something but -n or -q is specified. (Ch...Steven Knight2003-06-122-2/+154
* Fix use of SConf with SConscriptChdir(). (David Snopek, Christoph Wiedemann)Steven Knight2003-06-101-5/+36
* Add an M4 builder. (Timothee Besset)Steven Knight2003-06-092-0/+107