summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Better test infrastructure for cleaning (-c) messages. (Kevin Quick)Steven Knight2004-09-211-0/+2
|
* Better error messages for bad builder creation. (Kevin Quick)Steven Knight2004-09-215-6/+31
|
* Performance optimization when caching include files for a search path. ↵Steven Knight2004-09-215-9/+233
| | | | (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-203-3/+6
| | | | at SConscript-read time. (Kevin Quick)
* Allow ListOption to take a Python list of values asa default, not just a ↵Steven Knight2004-09-203-0/+15
| | | | 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-191-0/+2
|
* Fix --debug=explain when the action is a Python function.Steven Knight2004-09-185-10/+47
|
* Build targets in an associated BuildDir even if there are local targets in ↵Steven Knight2004-09-183-5/+12
| | | | the source directory. (Kevin Quick)
* Allow LIBS to contain lists of lists.Steven Knight2004-09-183-4/+19
|
* 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-184-9/+44
| | | | Oberbrunner)
* Fix inconsistency in conf.CheckFunc().Steven Knight2004-09-173-2/+8
|
* Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)Steven Knight2004-09-175-67/+241
|
* Fix -k sometimes trying to link executables even when library builds fail.Steven Knight2004-09-174-2/+33
|
* Guarantee ListOption persistence. (Elliot Murphy)Steven Knight2004-09-163-2/+10
|
* 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-151-0/+2
|
* Return real builder names from the default, environment-less builders like ↵Steven Knight2004-09-154-10/+36
| | | | MkdirBuilder, DefaultSCCSBuilder and DefaultRCSBuilder. (Kevin Quick)
* 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-153-1/+10
|
* 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-154-11/+15
|
* 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-132-1/+4
|
* Create .cvsignore files to ignore the generated *.pyc files.Steven Knight2004-09-139-0/+9
|
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-0512-351/+517
|
* Add a configurable function for command-line printing. (Gary Oberbrunner)Steven Knight2004-09-054-3/+44
|
* Refactor spawning command-line actions to clean up the interface between ↵Steven Knight2004-09-043-89/+98
| | | | Action and SConf.
* Add an rpcgen tool. (Kevin Quick)Steven Knight2004-09-044-1/+72
|
* Remove all features deprecated in 0.93 or earlier.Steven Knight2004-09-035-68/+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-015-19/+43
| | | | support for -framework. (Gary Oberbrunner)
* Add a SetDefault() method and a kinder, gentler qt.py that uses it. ↵Steven Knight2004-08-314-62/+91
| | | | (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-314-6/+57
|
* Allow Help() to be called multiple times, appending to the text each time. ↵Steven Knight2004-08-303-35/+36
| | | | (Chad Austin)
* Add an Environment.Dump() method. (Gary Oberbrunner)Steven Knight2004-08-303-0/+34
|
* Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py ↵Steven Knight2004-08-302-4/+24
| | | | introduced by quoting Python executables; clean up temporary files/directories properly in SConfTests.py and UtilTests.py.
* Fix env.Copy() stack trace.Steven Knight2004-08-213-8/+13
|
* Update the packaging SConscript files to be platform independent.Steven Knight2004-08-201-0/+2
|
* 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-192-2/+8
|
* @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-192-0/+3
|
* Delete() should not blow up if what it's deleting doesn't exist.Steven Knight2004-08-192-4/+10
|
* Prepare for next development cycle.Steven Knight2004-08-182-33/+11
|
* Initialize the new branch for release.Steven Knight2004-08-184-45/+9
|