summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Support Scanner functions returning strings, not just Nodes.Steven Knight2002-02-032-12/+25
|
* Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain)Steven Knight2002-01-312-0/+19
|
* Flush sys.stdout after every write() so it intermixes properly with ↵Steven Knight2002-01-311-0/+11
| | | | sys.stderr when redirected.
* Allow libraries to specified as source files on the command line.Steven Knight2002-01-312-10/+13
|
* Put quotes around arguments that contain white space, for appearance and for ↵Steven Knight2002-01-291-3/+13
| | | | Windows NT portabilitiy.
* Update Copyright lines for the new year.Steven Knight2002-01-2938-39/+39
|
* Performance improvement: avoid recomputing signatures.Steven Knight2002-01-295-25/+18
|
* Fix so Nodes don't get removed by ListBuilder after they're built.Steven Knight2002-01-282-9/+66
|
* Add a --debug=pdb option to run SCons under the Python debugger.Steven Knight2002-01-271-1/+15
|
* Fix for previous Tasks change.Steven Knight2002-01-272-9/+13
|
* Only execute an Action once for a List of targets.Steven Knight2002-01-264-95/+226
|
* Add the Precious() method.Steven Knight2002-01-246-6/+60
|
* Provide an error message when a target hasn't been defined.Steven Knight2002-01-243-11/+42
|
* Add the Ignore() method.Steven Knight2002-01-244-3/+63
|
* Provide a traceback if a Python-function builder throws an exception (Crain).Steven Knight2002-01-233-1/+28
|
* Handle LIBPATH as a string (Crain).Steven Knight2002-01-232-2/+15
|
* Fix binary file signatures on Win32 (Crain).Steven Knight2002-01-232-1/+8
|
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-238-20/+90
|
* Make the C Scanner always return the dependencies sorted, so order ↵Steven Knight2002-01-232-10/+21
| | | | differences don't cause unnecessary rebuilds.
* Task 45350 - Add passing of custom command-line arguments.Steven Knight2002-01-182-3/+16
|
* Remove the Wrapper class in between the Walker and Node.Steven Knight2002-01-171-15/+10
|
* Significant performance optimizations (Charles Crain).Steven Knight2002-01-156-162/+119
|
* Add Action() and Scanner() the list of global variables.Steven Knight2002-01-151-16/+19
|
* Start getting ready to eat our own dog food: prototype SConscript files.Steven Knight2002-01-156-0/+6
|
* Document function Actions and fix their return values (None == success, ↵Steven Knight2002-01-155-9/+45
| | | | don't ignore failures).
* Make the Default() method accomodate targets with white space in the file name.Steven Knight2002-01-121-2/+2
|
* Fix using a directory as Default().Steven Knight2002-01-111-1/+1
|
* Add command-line redirection (Charles Crain).Steven Knight2002-01-114-21/+91
|
* Check for the existence of lex and yacc in those tests and bail with NO ↵Steven Knight2002-01-111-2/+3
| | | | RESULT if they're not present..
* Fix improper initialization of a UserString (Charles Crain).Steven Knight2002-01-111-1/+1
|
* Refactor the Windows registry stuff from Defaults.py to Utils.py (Charles ↵Steven Knight2002-01-112-51/+54
| | | | Crain).
* Add the InstallAs() method (Charles Crain).Steven Knight2002-01-112-1/+21
|
* Fix bug 494991Steven Knight2002-01-102-53/+71
|
* In the Object Builder, use a single Action instance for all of the C++ file ↵Steven Knight2002-01-101-6/+9
| | | | suffixes.
* Split Action objects into their own module.Steven Knight2002-01-095-251/+476
|
* Collect common type-checking logic in SCons.Util.Steven Knight2002-01-084-58/+90
|
* Add support for lex and yacc.Steven Knight2002-01-073-36/+73
|
* Refactor BuilderBase.__call__() to separate node creation from attribute ↵Steven Knight2002-01-051-2/+15
| | | | initialization.
* Allow Builder objects to have both an action and a src_builder.Steven Knight2002-01-052-15/+84
|
* Signature performance improvements (Charles Crain).Steven Knight2002-01-032-3/+32
|
* Refactor CompositeBuilder initialization.Steven Knight2002-01-031-14/+5
|
* Node.FS performance improvements (Charles Crain).Steven Knight2002-01-021-4/+12
|
* Append suffixes to white-space separated source files that don't have suffixes.Steven Knight2002-01-022-1/+35
|
* General performance tweaksSteven Knight2001-12-318-165/+142
|
* Finish MSVC supportSteven Knight2001-12-301-43/+186
|