summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add an rpcgen tool. (Kevin Quick)Steven Knight2004-09-048-0/+669
* Remove all features deprecated in 0.93 or earlier.Steven Knight2004-09-033-327/+0
* Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo...Steven Knight2004-09-011-11/+10
* Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo...Steven Knight2004-08-311-22/+58
* Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick)Steven Knight2004-08-311-1/+1
* Allow Help() to be called multiple times, appending to the text each time. (...Steven Knight2004-08-303-4/+37
* Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py introdu...Steven Knight2004-08-302-5/+7
* Fix env.Copy() stack trace.Steven Knight2004-08-211-0/+55
* Restore scanning of .pch files. (Anthony Roach)Steven Knight2004-08-191-0/+11
* Add darwin.py to the packaging MANIFEST.Steven Knight2004-08-191-1/+11
* Delete() should not blow up if what it's deleting doesn't exist.Steven Knight2004-08-191-0/+45
* Portability fixes for Mac OS Xin tests. (Gary Oberbrunner)Steven Knight2004-08-173-5/+7
* Remove the misbegotten --save-explain-info feature.Steven Knight2004-08-172-456/+8
* Put back --implicit-cache, having it use the --debug=explain info instead of ...Steven Knight2004-08-171-47/+43
* Test portability fix. Fix handling of >.Steven Knight2004-08-172-3/+14
* 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