summaryrefslogtreecommitdiffstats
path: root/test/SharedLibrary.py
Commit message (Collapse)AuthorAgeFilesLines
* Win32 portability: add an explicit match argument to TestCommon.py, use it ↵Steven Knight2004-07-151-5/+11
| | | | to only use match_re_dotall when we're using TestSCons.noisy_ar.
* Fix tests on systems where 'ar' prints warnings about creating archives. ↵Steven Knight2004-07-131-3/+3
| | | | (Kevin Quick)
* Make the static/shared object check work even if the object was already created.Steven Knight2004-01-101-0/+5
|
* Don't remove temporary files on win32 with rm when cygwin is not in use. ↵Steven Knight2003-10-071-1/+3
| | | | (Anthony Roach) Win32 portability fixes.
* Add global functions for all of the default Builders attached to the default ↵Steven Knight2003-09-231-1/+1
| | | | Environment.
* Record and print an internal stack trace when Taskmaster detects errors for ↵Steven Knight2003-07-271-1/+1
| | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files.
* Portability fixes for test. (Chad Austin)Steven Knight2003-04-261-1/+3
|
* Add support for the SGI library archiver. (Chad Austin)Steven Knight2003-02-101-0/+1
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-181-7/+11
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Make error and warning message consistent. (Anthony Roach)Steven Knight2002-12-141-2/+2
|
* Fix the Win32 checks for an explicit import library and .def file.Steven Knight2002-11-251-2/+60
|
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-2/+2
|
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-151-7/+17
|
* Remove white-space split of file name lists.Steven Knight2002-06-111-1/+1
|
* Changes from Charles Crain.Steven Knight2002-06-051-1/+1
|
* Windows NT portability.Steven Knight2002-05-311-1/+1
|
* Fix some bad exceptions in Defaults.py (Anthony Roach)Steven Knight2002-05-131-1/+26
|
* Shared library test fixes. (Charles Crain)Steven Knight2002-04-161-1/+1
|
* Big change for shared libraries and a bunch of other flexibility. (Charles ↵Steven Knight2002-04-151-0/+165
Crain)