summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Better error handling if someone tries to add a non-Node as a source, ↵Steven Knight2004-01-113-0/+41
| | | | dependency or ignored dependency of a Node.
* Better test for use of Configure() in nested SConscript files..Steven Knight2004-01-101-3/+18
|
* Make the static/shared object check work even if the object was already created.Steven Knight2004-01-101-0/+5
|
* Fix .class suffix handling in JavaH.Steven Knight2004-01-081-1/+5
|
* Handle Configure() calls in multiple SConscript files.Steven Knight2004-01-081-16/+36
|
* Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin)Steven Knight2003-12-192-1/+84
|
* Add support for a toolpath for Environments.Steven Knight2003-12-181-0/+152
|
* Have the Zip() Builder create compressed .zip files by default.Steven Knight2003-12-161-0/+21
|
* Fix stripping the library prefix.Steven Knight2003-12-121-0/+63
|
* Relax the duplicate-environment restriction for targets so that it's okay if ↵Steven Knight2003-12-082-54/+234
| | | | the two environments would build the target with the same command or function call. (Scott Fritchie)
* Fix saving/restoring PackageOptions to a file. (Chris Burghart)Steven Knight2003-12-061-12/+8
|
* Make the Fortran scanner case-insensitive. (David M. Cooke)Steven Knight2003-12-011-1/+1
|
* Make the message about missing SConscript files a warning, not a hard ↵Steven Knight2003-12-012-1/+22
| | | | write(), so it can be ignored/disabled. (Scott Fritchie)
* Restore the ability for _stripixes() to call a custom _concat() function in ↵Steven Knight2003-11-251-0/+54
| | | | the construction environment.
* Add Borland compiler support. (Vincent Risi)Steven Knight2003-11-221-0/+3
|
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-181-0/+22
|
* Added better -H documentation for --debug and remove -e from man page. ↵Steven Knight2003-11-181-0/+1
| | | | (Anthony Roach)
* Make duplicate build dir specifications be an error. (Anthony Roach)Steven Knight2003-11-121-1/+18
|
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ↵Steven Knight2003-11-107-20/+28
| | | | (more) consistent. Fix suffix-handling on case-insensitive Cygwin systems. Test fixes for Cygwin portability. (Chad Austin)
* Allow LIBS to be a single element, not a list, and allow it to contain File ↵Steven Knight2003-11-091-13/+32
| | | | nodes.
* Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.Steven Knight2003-11-071-0/+109
|
* Add new Options flavors. (Hartmut Goebel)Steven Knight2003-11-041-0/+400
|
* Sync CVS log from master Aegis repository.Steven Knight2003-11-032-3/+4
|
* Update the tool specifications for the SGI MIPSpro tools.Steven Knight2003-10-301-0/+1
|
* Fix subclassing of the Environment and Scanner classes.Steven Knight2003-10-301-0/+60
|
* Fix a regression with env.Append().Steven Knight2003-10-281-2/+3
|
* Fix a regression with CPPDEFINES when using the g++ Tool.Steven Knight2003-10-263-4/+19
|
* Really handle lack of the threading.py module when run by non-threaded Pythons.Steven Knight2003-10-221-1/+35
|