summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-197-94/+406
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-144-137/+242
* Fix EnsureSConsVersion() so it examines the SCons version, not Python version.Steven Knight2004-05-091-0/+20
* Make CacheDir() if it doesn't exist. (Chad Austin)Steven Knight2004-05-091-1/+3
* Test portability to Win32.Steven Knight2004-05-091-1/+4
* Portability fixes for Win32.Steven Knight2004-05-041-32/+35
* Really support strfunction for all Action subclasses by refactoring the inter...Steven Knight2004-05-031-0/+143
* Fix use of timestamps with --implicit-cache. (Anthony Roach)Steven Knight2004-05-012-1/+115
* Test fixes for Python 2.3.3 on Win32. (Anthony Roach)Steven Knight2004-04-283-10/+10
* Make the inability to test timestamp fallback a pass (for Aegis), not no result.Steven Knight2004-04-251-1/+1
* Have SConsignFile() use a dblite.py module by default, so we can control the ...Steven Knight2004-04-252-31/+79
* 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 const...Steven Knight2004-04-141-24/+15
* 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 Aus...Steven Knight2004-04-031-1/+41
* 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 a...Steven Knight2004-04-011-4/+59
* 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 Python...Steven Knight2004-03-301-23/+28
* 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 strings...Steven Knight2004-02-266-24/+21
* 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 program...Steven Knight2004-02-171-2/+5
* Update the __env__ variable when making a Copy() or Override() of an Environm...Steven Knight2004-02-171-14/+48
* 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 qt...Steven Knight2004-02-161-13/+43
* 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 val...Steven Knight2004-02-081-8/+18