summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().Steven Knight2004-04-196-0/+657
|
* Add the highly anticipated --debug=explain option to provide build reasoning.Steven Knight2004-04-171-0/+295
|
* Filter null values from the _concat() list. (Chad Austin)Steven Knight2004-04-141-1/+7
|
* Fix custom scanner behavior when setting/copying/replacing the SCANNERS ↵Steven Knight2004-04-141-24/+15
| | | | construction variable.
* More robust searching for the ICL license file. (Gary Oberbrunner)Steven Knight2004-04-131-1/+13
|
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-104-0/+274
|
* Make the targets/sources warnings test pass regardless of dictionary order.Steven Knight2004-04-072-12/+12
|
* Add warnings for easily-confused variable names like 'targets' and 'sources.'Steven Knight2004-04-062-0/+77
|
* Add a reject argument to the env.Whereis() method. (sam th)Steven Knight2004-04-041-0/+5
|
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-041-15/+32
|
* Put the --duplicate option in alphabetical order in the help output.Steven Knight2004-04-031-1/+16
|
* Add RPATH support. (Chad Austin)Steven Knight2004-04-031-0/+71
|
* Add a variable to control whether to compile moc-generated files. (Chad ↵Steven Knight2004-04-031-1/+41
| | | | Austin)
* Allow environment substitutions when referencing libraries. (Chad Austin)Steven Knight2004-04-021-0/+28
|
* Support multiple source paths in Java. (Tom Epperly)Steven Knight2004-04-021-22/+37
|
* Fix Command() when not called through an Environment.Steven Knight2004-04-021-4/+11
|
* Fix a bug in CVS checkouts when env.SourceCode() is called with a File, not ↵Steven Knight2004-04-011-4/+59
| | | | a Directory.
* Fix the Command() global function when the action is a command-line string.Steven Knight2004-03-311-6/+10
|
* Use python1.5 in default Aegis builds. Fix testing infrastructure for ↵Steven Knight2004-03-301-23/+28
| | | | Python 1.5.
* Add a --debug= option to print commands before substitution. (Gary Oberbrunner)Steven Knight2004-03-231-0/+153
|
* Cygwin portability fixes. (Chad Austin) Improved testing infrastructure.Steven Knight2004-03-213-42/+36
|
* Fix use of MSVS_IGNORE_IDE_PATHS. Win32 fixes for various tests.Steven Knight2004-03-162-7/+10
|
* Support passing arbitrary environment override keywords to Command().Steven Knight2004-03-161-0/+7
|
* Add an Execute() method.Steven Knight2004-03-121-0/+96
|
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-082-0/+61
|
* scons.0.92 - Implement a --duplicate= option. (Christoph Wiedemann)Steven Knight2004-03-061-0/+120
|
* Fix use of things like ${TARGET.dir} in *PATH expansions.Steven Knight2004-03-051-0/+87
|
* Win32 portability.Steven Knight2004-03-031-2/+6
|
* Document the dbm_module argument to SConsignFile().Steven Knight2004-02-281-6/+6
|
* Initialize *FLAGS variables with objects that can add flags either as ↵Steven Knight2004-02-266-24/+21
| | | | strings or lists.
* Better error message when a source file is missing.Steven Knight2004-02-243-6/+6
|
* Handle recursive substitution in overrides.Steven Knight2004-02-243-17/+47
|
* Make the Library test work even with linkers that don't like mixing C ↵Steven Knight2004-02-171-2/+5
| | | | programs with C++ libraries. (Chad Austin)
* Update the __env__ variable when making a Copy() or Override() of an ↵Steven Knight2004-02-171-14/+48
| | | | Environment.
* Enhanced test to catch potential problems with absolute path names.Steven Knight2004-02-171-19/+37
|
* Add AppendUnique() and PrependUnique() Environment methods. Fix using the ↵Steven Knight2004-02-161-13/+43
| | | | qt Tool from a copied construction environment.
* Make the M4 Builder work with repositories by adding an rsrcnode attribute.Steven Knight2004-02-091-0/+103
|
* Updated test for C++ files in libraries. (Chad Austin)Steven Knight2004-02-081-5/+6
|
* Deprecate the overrides Builder() keyword argument in favor of specifying ↵Steven Knight2004-02-081-8/+18
| | | | values directly as keyword arguments, like we do for other functions and methods.
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-1/+40
|
* Fetch implicit dependencies from SCCS/RCS.Steven Knight2004-01-292-0/+93
|
* Provide a better error message when a construction variable expansion is a ↵Steven Knight2004-01-291-0/+23
| | | | Python syntax error.
* Accomodate white space in path names when running tests.Steven Knight2004-01-273-4/+12
|
* Fix ARGUMENTS specifications on the command line that have multiple = in ↵Steven Knight2004-01-251-1/+2
| | | | them. (Zephaniah Hull)
* Have the Qt Builder(s) use flags from the environment used to specify the ↵Steven Knight2004-01-251-13/+60
| | | | target, not the environment that first had the Builder(s) attached. (Christoph Wiedemann)
* Fix retrieving multiple target files from cache. (Bob Halley)Steven Knight2004-01-171-0/+28
|
* Win32 portability in test/Program.py.Steven Knight2004-01-161-2/+4
|
* Make our source-file builds depend on the Copyright years, and fix the ↵Steven Knight2004-01-161-2/+2
| | | | option-v accordingly.
* Make the midl builder put the targets in the target directory, rather than ↵Steven Knight2004-01-161-5/+39
| | | | the source directory. (Anthony Roach)
* Fix MSVS Project file invocation when running scons.bat.Steven Knight2004-01-151-46/+50
|