summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix env.subst() stack trace on var containing ListAction.Steven Knight2004-09-273-8/+51
|
* Fill in missing default Builder names. (Kevin Quick)Steven Knight2004-09-271-2/+4
|
* Add support for changing directory when executing Actions (the to the target ↵Steven Knight2004-09-278-98/+121
| | | | directory by default).
* More robust Scanner comparisons. (Kevin Quick)Steven Knight2004-09-264-3/+30
|
* Apply Scanner.Scanner args to the Base class initialization correctly. ↵Steven Knight2004-09-263-2/+16
| | | | (Kevin Quick)
* Update Scanner pydoc, enhance tests. (Kevin Quick)Steven Knight2004-09-253-23/+52
|
* Add a --debug=findlibs option. (Gary Oberbrunner)Steven Knight2004-09-255-4/+40
|
* Add a ParseDepends() function to read up mkdep-style files.Steven Knight2004-09-256-0/+114
|
* Add ParseConfig() support for -mwindows and -mno-cygwin. (Clive Levinson)Steven Knight2004-09-243-3/+15
|
* Get the source_scanner from the target node, not the source node. (Kevin Quick)Steven Knight2004-09-243-6/+9
|
* Add validator functions for PathOption. (Steve Christensen)Steven Knight2004-09-243-33/+205
|
* Fix --no-exec handling of cache. (Kevin Quick)Steven Knight2004-09-243-7/+30
|
* 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-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)