summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix timestamp-fallback.py for builders returning lists. (Chad Austin)Steven Knight2004-08-161-4/+4
* Add a Flatten() function to help the transition to Builders returning lists.Steven Knight2004-08-121-0/+76
* Fix handling of ${F77,F90,F95,FORTRAN}COM so they can be overridden properly.Steven Knight2004-08-118-0/+1094
* Qt fixes. (Christoph Wiedemann)Steven Knight2004-08-072-35/+60
* Fix fallout from having everything return a list.Steven Knight2004-08-061-3/+3
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-0534-439/+378
* Portability fixes for test/QT.py. (Chad Austin)Steven Knight2004-07-313-15/+22
* Fix null entries in CPPPATH. (Gary Oberbrunner)Steven Knight2004-07-301-4/+10
* Treat file extensions with all digits as part of the base name. (Gary Oberbr...Steven Knight2004-07-301-0/+63
* Add support for newer ifort versions of the Intel Fortran compiler on Linux. ...Steven Knight2004-07-293-0/+45
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-2920-0/+3639
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-298-1074/+10
* Win32 portability: add an explicit match argument to TestCommon.py, use it t...Steven Knight2004-07-1518-54/+116
* Fix tests on systems where 'ar' prints warnings about creating archives. (Ke...Steven Knight2004-07-1318-55/+89
* Fix test/chained-build.py for systems that can finish execution within one se...Steven Knight2004-07-131-0/+2
* Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...Steven Knight2004-07-132-21/+11
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....Steven Knight2004-07-124-61/+378
* Fix errors when there are dangling symlinks. (Gary Oberbrunner)Steven Knight2004-07-081-0/+71
* Win32 portability.Steven Knight2004-07-063-8/+14
* Delay any creation of DefaultEnvironment() until after the SConscript files a...Steven Knight2004-07-021-0/+49
* Officially support target_factory and source_factory when creating a Builder.Steven Knight2004-06-251-0/+72
* Fix a problem with --debug=explain when actions change due to expanded constr...Steven Knight2004-06-171-5/+6
* Add an option to not save the --debug=explain information.Steven Knight2004-06-152-16/+603
* Change PDB file generation from compile time to link time. (Anthony Roach)Steven Knight2004-06-141-1/+13
* Make env.SConscript() expand dirs names.Steven Knight2004-05-251-7/+25
* Fix use of --debug=explain with SConsignFile(). (Chad Austin)Steven Knight2004-05-241-93/+124
* Accomodate conversion from old .sconsign formats.Steven Knight2004-05-241-0/+192
* Better handling of syntax errors during variable expansion. (Anthony Roach)Steven Knight2004-05-231-2/+13
* Add support for fetching command-line arguments by position number. (Gary Ob...Steven Knight2004-05-231-0/+48
* 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