summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleaner Task interface when using the -c option.Steven Knight2004-05-083-14/+92
|
* Refactor .sconsign management into its own module.Steven Knight2004-05-0611-438/+519
|
* Refactor Builders to remove the node_factory keyword argument (in favor of ↵Steven Knight2004-05-042-28/+22
| | | | the separate and more flexible target_factory and source_factory keywords).
* Portability fixes for Win32.Steven Knight2004-05-041-4/+8
|
* Make CommandGenerationAction able to handle subsidiary actions with no ↵Steven Knight2004-05-042-1/+11
| | | | strfunction() method.
* Have ParseConfig() support the -Wl option.Steven Knight2004-05-032-22/+36
|
* Really support strfunction for all Action subclasses by refactoring the ↵Steven Knight2004-05-039-325/+320
| | | | interface between Executor and Action, and collecting all the print/execute logic in a single ActionBase.__call__() method.
* Fix use of timestamps with --implicit-cache. (Anthony Roach)Steven Knight2004-05-014-9/+15
|
* Performance improvement: memo-ize Node.FS string values when appropriate.Steven Knight2004-05-016-10/+138
|
* Support use of strfunction() with all kinds of Action objects.Steven Knight2004-04-282-67/+165
|
* Test fixes for Python 2.3.3 on Win32. (Anthony Roach)Steven Knight2004-04-282-21/+44
|
* Have SConsignFile() use a dblite.py module by default, so we can control the ↵Steven Knight2004-04-256-4/+158
| | | | behavior. (Ralf W. Grosse-Kunstleve)
* Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().Steven Knight2004-04-194-4/+251
|
* Add the highly anticipated --debug=explain option to provide build reasoning.Steven Knight2004-04-1711-56/+302
|
* More efficient check for environment equivalence when setting up Nodes.Steven Knight2004-04-141-1/+1
|
* Filter null values from the _concat() list. (Chad Austin)Steven Knight2004-04-141-11/+12
|
* Fix custom scanner behavior when setting/copying/replacing the SCANNERS ↵Steven Knight2004-04-142-25/+83
| | | | construction variable.
* More robust searching for the ICL license file. (Gary Oberbrunner)Steven Knight2004-04-131-1/+28
|
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-1011-67/+117
|
* Have Task.make_ready() create a list of the out-of-date Nodes.Steven Knight2004-04-072-8/+61
|
* Add warnings for easily-confused variable names like 'targets' and 'sources.'Steven Knight2004-04-066-23/+290
|
* Add a reject argument to the env.Whereis() method. (sam th)Steven Knight2004-04-044-8/+36
|
* Allow CheckLib to search a list of libraries. (sam th)Steven Knight2004-04-043-29/+145
|
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-046-19/+70
|
* Put the --duplicate option in alphabetical order in the help output.Steven Knight2004-04-031-11/+12
|
* Add RPATH support. (Chad Austin)Steven Knight2004-04-032-0/+10
|
* Add a variable to control whether to compile moc-generated files. (Chad ↵Steven Knight2004-04-031-23/+32
| | | | Austin)
* Make the new --debug=presub option work for LazyCommandGenerators. (Gary ↵Steven Knight2004-04-032-8/+72
| | | | Oberbrunner)
* Fix a bug with creation of shared libraries under MinGW. (Simon Perkins)Steven Knight2004-04-021-1/+1
|
* Allow hybrid substitutions in PATH-like variables. (Charles Crain)Steven Knight2004-04-022-1/+25
|
* Allow environment substitutions when referencing libraries. (Chad Austin)Steven Knight2004-04-022-0/+20
|
* Support multiple source paths in Java. (Tom Epperly)Steven Knight2004-04-021-8/+9
|
* Fix Command() when not called through an Environment.Steven Knight2004-04-026-42/+96
|
* Fix a bug in CVS checkouts when env.SourceCode() is called with a File, not ↵Steven Knight2004-04-012-2/+25
| | | | a Directory.
* Fix the Command() global function when the action is a command-line string.Steven Knight2004-03-313-25/+126
|
* Avoid infinite recursion when comparing Environments, better sys.version use ↵Steven Knight2004-03-311-1/+9
| | | | in src/setup/Tests.py.
* Use python1.5 in default Aegis builds. Fix testing infrastructure for ↵Steven Knight2004-03-301-79/+75
| | | | Python 1.5.
* Keep *FLAGS variables as CLVar variables after copying an Environment.Steven Knight2004-03-273-11/+54
|
* Refactor env.Append() and env.Prepend().Steven Knight2004-03-262-42/+98
|
* Rework the env.Append() and env.Prepend() tests.Steven Knight2004-03-262-68/+184
|
* Add --debug=presub to the help text.Steven Knight2004-03-241-4/+6
|
* Add a --debug= option to print commands before substitution. (Gary Oberbrunner)Steven Knight2004-03-233-118/+232
|
* Fix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for various tests.Steven Knight2004-03-162-10/+11
|
* Forward the Scanner.Classic name to the underlying base class.Steven Knight2004-03-162-0/+6
|
* Support passing arbitrary environment override keywords to Command().Steven Knight2004-03-162-3/+16
|
* Add an Execute() method.Steven Knight2004-03-123-0/+24
|
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-085-1/+257
|
* scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)Steven Knight2004-03-063-80/+163
|
* Update various default paths in MSVS .Net and MSVC 6.0 / 7. (Steve Christensen)Steven Knight2004-03-062-20/+55
|
* Overlooked adding subst_path() to IDLTests.py.Steven Knight2004-03-051-0/+5
|