summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | Pawling)
* Fix inconsistency in Builder handling of src_suffix and extensions. (Kevin ↵Steven Knight2004-09-223-22/+56
| | | | Quick)
* 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. ↵Steven Knight2004-09-216-10/+234
| | | | (Eric Frias)
* Fix a cut-and-paste typo in the memoized attributed name in the ↵Steven Knight2004-09-211-1/+1
| | | | strfunction() method.
* Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ↵Steven Knight2004-09-204-7/+16
| | | | at SConscript-read time. (Kevin Quick)
* Allow ListOption to take a Python list of values asa default, not just a ↵Steven Knight2004-09-205-0/+39
| | | | comma-separated string containg the default values.
* 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 ↵Steven Knight2004-09-186-55/+152
| | | | the source directory. (Kevin Quick)
* 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 ↵Steven Knight2004-09-186-9/+94
| | | | Oberbrunner)
* 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 ↵Steven Knight2004-09-163-0/+40
| | | | the build engine in the parent directory of the Python library directory. (Gottfried Ganssauge)
* 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 ↵Steven Knight2004-09-154-10/+36
| | | | MkdirBuilder, DefaultSCCSBuilder and DefaultRCSBuilder. (Kevin Quick)
* 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 ↵Steven Knight2004-09-152-4/+18
| | | | and renaming it.
* 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
| | | | (Kevin Quick)
* 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
| | | | (testing that I can actually check in).
* 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 ↵Steven Knight2004-09-131-15/+43
| | | | or dictionaries. (Kevin Quick)
* 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 ↵Steven Knight2004-09-044-91/+100
| | | | Action and SConf.
* 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 ↵Steven Knight2004-09-013-25/+15
| | | | previously announced).
* Allow to contain File Nodes. Have ParseConfig add libraries to . Add ↵Steven Knight2004-09-017-30/+63
| | | | support for -framework. (Gary Oberbrunner)
* Add a SetDefault() method and a kinder, gentler qt.py that uses it. ↵Steven Knight2004-08-316-89/+186
| | | | (Christoph Wiedemann)
* 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
| | | | (Chad Austin)
* Add an Environment.Dump() method. (Gary Oberbrunner)Steven Knight2004-08-304-0/+68
|