summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for ↵Steven Knight2003-09-171-0/+29
| | | | pre-Python 2.2. (Charles Crain)
* 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 ↵Steven Knight2003-09-157-10/+8
| | | | copyright notices. Fix some portability problems with new Tool files.
* 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(), ↵Steven Knight2003-09-1010-12/+21
| | | | Command(), Depends(), Ignore(), Install(), InstallAs(), Precious(), SideEffect() and SourceCode().
* 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 ↵Steven Knight2003-08-301-17/+17
| | | | module. (Bram Moolenaar)
* 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 ↵Steven Knight2003-07-274-19/+88
| | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files.
* 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); ↵Steven Knight2003-07-201-18/+50
| | | | add a -r option to print timestamps in human-readable form (Gary Oberbrunner); print None instead of -.
* 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 ↵Steven Knight2003-07-021-0/+26
| | | | generated .hpp file, not a .h file.
* Fix -U, -D and -d with explicit targets that start with ../.Steven Knight2003-06-283-1/+104
| | | | [Updating a change that was previously not synchronized to CVS.]
* Support targets that always rebuild. (Stephen Ng)Steven Knight2003-06-281-0/+55
| | | | [Updating a change that was previously not synchronized to CVS.]
* 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. ↵Steven Knight2003-06-122-2/+154
| | | | (Christoph Wiedemann)
* 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
|