summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Collapse)AuthorAgeFilesLines
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-0416-1045/+776
|
* Make -c work with -n: don't remove the files!Steven Knight2002-03-311-1/+8
|
* Support a CPPFLAGS variable (a la GNU Make).Steven Knight2002-03-281-4/+4
|
* Add Fortran support.Steven Knight2002-03-282-2/+22
|
* Add more document Builders: PDF and PostScript.Steven Knight2002-03-271-4/+36
|
* Fix problems with two tests (one portability, one syntax).Steven Knight2002-03-271-2/+2
|
* Add WhereIs() functionality.Steven Knight2002-03-274-16/+109
|
* Add support for target Aliases.Steven Knight2002-03-2511-15/+293
|
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its ↵Steven Knight2002-03-249-117/+129
| | | | name.
* Support the build of TeX documents (Task 47116). (Steve Leblanc)Steven Knight2002-03-231-2/+29
|
* Make env['FOO'] by shorthand for env.Dictionary()['FOO'] (Anthony Roach)Steven Knight2002-03-222-0/+15
|
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-229-224/+193
|
* Make construction variables with a value of 0 work (Anthony Roach)Steven Knight2002-03-212-1/+9
|
* Speed up SCons.Sig.Calculator.bsig() (second most time-consuming function) ↵Steven Knight2002-03-212-11/+12
| | | | by 6%-12% by using the new Walker eval_func argument.
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-2011-161/+276
|
* Enhance the Walker to call a third supplied function to actually work on a ↵Steven Knight2002-03-193-36/+52
| | | | Node, and pass the parent Node to both the out-of-date-check function and the work function. Refactor Taskmaster to use the new Walker function.
* Turn the Prog Scanner into a prototype pattern that looks up LIBPATH Nodes ↵Steven Knight2002-03-162-35/+69
| | | | (the way the C Scanner does CPPPATH).
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-165-24/+23
|
* Swap the global and local arguments in scons_subst*() to match the Python ↵Steven Knight2002-03-142-5/+16
| | | | convention for exec().
* Support whitespace separated CPPPATH, etc. (Task 49057). (Steve Leblanc)Steven Knight2002-03-121-1/+3
|
* Add a --profile=file option.Steven Knight2002-03-121-0/+9
|
* Move find_file() and find_files() from SCons.Util to SCons.Node.FS.Steven Knight2002-03-126-69/+75
|
* Implement the -U option. (Steve Leblanc)Steven Knight2002-03-121-3/+15
|
* Fix an exception caused by a null-string CPPPATH.Steven Knight2002-03-082-9/+22
|
* Changes to the CommandGenerator functionality. (Charles Crain)Steven Knight2002-03-083-7/+37
|
* Change the default lex command to use the POSIX-compliant -t option, not the ↵Steven Knight2002-03-071-2/+2
| | | | GNU-specific -o option.
* Add a CXXFile builder to turn .ll and .yy files into .cc.Steven Knight2002-03-072-4/+16
|
* Make the CFile Builder's SUFFIX configurable.Steven Knight2002-03-073-71/+101
|
* Add RANLIB, and check for the existence of 'ranlib' before adding it to the ↵Steven Knight2002-03-021-13/+37
| | | | default ARCOM.
* Performance: Use a dictionary, not a list, for a Node's parents. (Stephen ↵Steven Knight2002-03-012-17/+3
| | | | Kennedy)
* Add the -q option.Steven Knight2002-02-211-1/+15
|
* Fix the --debug=pdb option on Windows.Steven Knight2002-02-211-9/+7
|
* Remove all built targets even if some don't exist.Steven Knight2002-02-211-3/+10
|
* Implement the -u option (Task 39028). (Steve Leblanc)Steven Knight2002-02-212-22/+66
|
* Add command generator function support. (Anthony Roach)Steven Knight2002-02-204-1/+109
|
* Remove left-over dir argument from get_contents() calls. (Anthony Roach)Steven Knight2002-02-202-2/+2
|
* Efficiency: On the Taskmaster's Walker's out-of-date checks, don't return ↵Steven Knight2002-02-182-0/+37
| | | | any children if the node itself has already been visited.
* Add preliminary support for Unicode strings.Steven Knight2002-02-175-19/+77
|
* Fix new .sconsign file write-logic portability to Windows NT.Steven Knight2002-02-141-1/+8
|
* Filter out a file's ignore list from all of its dependencies, direct or ↵Steven Knight2002-02-125-8/+50
| | | | indirect.
* Allow the exported variables in an SConscript() call to be a UserList, too.Steven Knight2002-02-101-4/+6
|
* Create all of the directories for a target list before trying to build the ↵Steven Knight2002-02-109-24/+69
| | | | targets.
* Fix variable interpolation with spaces, and problems with the WIN32 ↵Steven Knight2002-02-093-30/+87
| | | | environment (Charles Crain).
* Make writing a .sconsign more robust by writing to a temporary file first ↵Steven Knight2002-02-091-5/+27
| | | | and renaming it.
* Lookup implicit dependencies relative to the directory of the node in which ↵Steven Knight2002-02-091-1/+4
| | | | the dependency was found.
* Bring CVS in sync with Aegis: Add missing .aeignore files.Steven Knight2002-02-061-0/+5
|
* More performance optimizations (Charles Crain)Steven Knight2002-02-053-20/+41
|
* Make scons return a failure code when a Builder fails (Anthony Roach)Steven Knight2002-02-051-2/+5
|
* Make scons return an error code (Anthony Roach)Steven Knight2002-02-041-1/+4
|
* Set PROGSUFFIX to .exe under Cygwin. (Chad Austin)Steven Knight2002-02-041-2/+4
|