summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add Borland compiler support. (Vincent Risi)Steven Knight2003-11-221-0/+3
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-181-0/+22
* Added better -H documentation for --debug and remove -e from man page. (Anth...Steven Knight2003-11-181-0/+1
* Make duplicate build dir specifications be an error. (Anthony Roach)Steven Knight2003-11-121-1/+18
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ...Steven Knight2003-11-107-20/+28
* Allow LIBS to be a single element, not a list, and allow it to contain File n...Steven Knight2003-11-091-13/+32
* Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.Steven Knight2003-11-071-0/+109
* Add new Options flavors. (Hartmut Goebel)Steven Knight2003-11-041-0/+400
* Sync CVS log from master Aegis repository.Steven Knight2003-11-032-3/+4
* Update the tool specifications for the SGI MIPSpro tools.Steven Knight2003-10-301-0/+1
* 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