summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix --no-exec handling of cache. (Kevin Quick)Steven Knight2004-09-244-7/+47
* Better failure detection in test/BuildDir.py. (Kevin Quick)Steven Knight2004-09-241-14/+14
* Make the linkloc tool use the value of to pick the version of MSVC. (Chris ...Steven Knight2004-09-222-1/+6
* Fix inconsistency in Builder handling of src_suffix and extensions. (Kevin Q...Steven Knight2004-09-223-22/+56
* Better test infrastructure for cleaning (-c) messages. (Kevin Quick)Steven Knight2004-09-214-33/+27
* Better error messages for bad builder creation. (Kevin Quick)Steven Knight2004-09-216-6/+130
* Performance optimization when caching include files for a search path. (Eric...Steven Knight2004-09-216-10/+234
* Fix a cut-and-paste typo in the memoized attributed name in the strfunction()...Steven Knight2004-09-211-1/+1
* Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ...Steven Knight2004-09-204-7/+16
* Allow ListOption to take a Python list of values asa default, not just a comm...Steven Knight2004-09-205-0/+39
* Use callable class strfunction. (Kevin Quick)Steven Knight2004-09-203-0/+54
* Win32 portability fixes for tests.Steven Knight2004-09-193-10/+21
* Fix --debug=explain when the action is a Python function.Steven Knight2004-09-187-12/+105
* Build targets in an associated BuildDir even if there are local targets in th...Steven Knight2004-09-186-55/+152
* 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