summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow LIBS to contain lists of lists.Steven Knight2004-09-184-4/+41
* Don't put LIBS Nodes in the scanned results list multiple times.Steven Knight2004-09-182-15/+37
* Print tracebacks for errors other than UserError and StopError. (Gary Oberbr...Steven Knight2004-09-186-9/+94
* Fix inconsistency in conf.CheckFunc().Steven Knight2004-09-174-3/+24
* Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)Steven Knight2004-09-176-69/+314
* Fix -k sometimes trying to link executables even when library builds fail.Steven Knight2004-09-175-21/+94
* Guarantee ListOption persistence. (Elliot Murphy)Steven Knight2004-09-164-4/+18
* Fix SCons on SuSE/AMD-64 Linux by having the wrapper script also check for th...Steven Knight2004-09-163-0/+40
* Better -n test: make sure the directory is clean first. (Kevin Quick)Steven Knight2004-09-152-1/+17
* Return real builder names from the default, environment-less builders like Mk...Steven Knight2004-09-154-10/+36
* Fix SourceCode test ordering. (Kevin Quick)Steven Knight2004-09-151-2/+4
* Fix suffix selection when there's no source file. (Kevin Quick)Steven Knight2004-09-155-24/+247
* Avoid corrupting the .sconsign.dblite file by writing to a temporary file and...Steven Knight2004-09-152-4/+18
* Fix is_pseudo_derived_builder(). (Kevin Quick)Steven Knight2004-09-154-1/+289
* Fix Delete action for non-existent files and must_exist=1 under Python 2.3. ...Steven Knight2004-09-152-1/+10
* Handle exceptions in FunctionActions. (Steve Christensen)Steven Knight2004-09-159-25/+73
* Add highlights.Steven Knight2004-09-141-0/+22
* Checkin of initial description paragraphSteven Knight2004-09-141-4/+25
* Keep the .cvsignore files out of the src package.Steven Knight2004-09-141-1/+3
* Fix Action comparison when a Builder has a suffix key of None. (Kevin Quick)Steven Knight2004-09-132-1/+22
* Better error message when a target is built multiple ways. (Kevin Quick)Steven Knight2004-09-133-2/+5
* Update the man page to reflect that prefixes and suffixes can be callables or...Steven Knight2004-09-131-15/+43
* Create .cvsignore files to ignore the generated *.pyc files.Steven Knight2004-09-1310-0/+12
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-0516-470/+1144
* Win32 portability for tests.Steven Knight2004-09-052-10/+28
* Add a configurable function for command-line printing. (Gary Oberbrunner)Steven Knight2004-09-056-3/+151
* Refactor spawning command-line actions to clean up the interface between Acti...Steven Knight2004-09-044-91/+100
* Add an rpcgen tool. (Kevin Quick)Steven Knight2004-09-0413-1/+836
* Remove all features deprecated in 0.93 or earlier.Steven Knight2004-09-038-395/+13
* Don't add the ATL and MFC directories to %INCLUDE% and %LIB% by default (as p...Steven Knight2004-09-013-25/+15
* Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo...Steven Knight2004-09-017-30/+63
* Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo...Steven Knight2004-08-316-89/+186
* Fix comparisons between Action and subclass instances. (Kevin Quick)Steven Knight2004-08-312-2/+32
* Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick)Steven Knight2004-08-315-7/+58
* Allow Help() to be called multiple times, appending to the text each time. (...Steven Knight2004-08-307-41/+79
* Add an Environment.Dump() method. (Gary Oberbrunner)Steven Knight2004-08-304-0/+68
* Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py introdu...Steven Knight2004-08-304-9/+31
* Fix env.Copy() stack trace.Steven Knight2004-08-214-8/+68
* Update the packaging SConscript files to be platform independent.Steven Knight2004-08-204-110/+126
* Handle white space in the Python path name inside. HandleSteven Knight2004-08-202-6/+14
* Restore scanning of .pch files. (Anthony Roach)Steven Knight2004-08-193-2/+19
* @REM, not just REM, in the scons.bat file.Steven Knight2004-08-192-4/+6
* Add darwin.py to the packaging MANIFEST.Steven Knight2004-08-193-1/+14
* Delete() should not blow up if what it's deleting doesn't exist.Steven Knight2004-08-194-5/+67
* Prepare for next development cycle.Steven Knight2004-08-184-87/+73
* Initialize the new branch for release.Steven Knight2004-08-189-97/+52
* Fix __COPYRIGHT__ and __REVISION__ in new Darwin module.Steven Knight2004-08-181-1/+3
* Add support for the darwin (Mac OS X) platform. (James Juhasz)Steven Knight2004-08-184-0/+47
* Portability fixes for Mac OS Xin tests. (Gary Oberbrunner)Steven Knight2004-08-176-8/+20
* Remove the misbegotten --save-explain-info feature.Steven Knight2004-08-179-588/+25