Log of /trunk/lsod/jam
Directory Listing
Revision
129 -
Directory Listing
Modified
Tue Dec 20 20:22:56 2005 UTC
(18 years, 9 months ago)
by
jds
Reworked jam build system:
- integrated Jamrules.in and Jamrules_tcltk98.in with autoconf
- now support single-point building from trunk/jam
- old jam files still in place but deprecated
- may be buggy, please report back bugs for fixing
Compiled on both Windows and Linux.
Revision
59 -
Directory Listing
Modified
Sun Oct 30 01:38:20 2005 UTC
(18 years, 11 months ago)
by
jds
- prototype unit test suite based on CUnit added.
- unit tests for base/generic/general and base/generic/utilites added.
- 2nd manual rework of doxygen documentation in general and utilities.
- bug fixes (mostly general & utilities) found during test development.
- added asc_assert prototype to redirect failures to Asc_Panic() and enable decoupling assertions from NDEBUG.
- some modifications of interface & implementation to facilitate testing.
- utilities/ascPrint & utilities/ascMalloc functions now always included in base libs to minimize recompilation when an interface chooses different options.
Revision
57 -
Directory Listing
Modified
Sat Oct 1 01:38:26 2005 UTC
(19 years ago)
by
jds
Minor jam updates.
Revision
56 -
Directory Listing
Modified
Sat Oct 1 00:22:50 2005 UTC
(19 years ago)
by
jds
Updates to jam build:
- moved FORTRAN library references to Jamrules_general
- reworked internal referencing; now via Jamrules_general
- FORTRAN support libs now built & referenced properly
- initial build of prototype test suite
Other minor source updates:
- removed references to base.h from header file comments
- exempted Mingw from __WIN32__ #define of LSODE in Lsode.c
Revision
40 -
Directory Listing
Added
Sat Jan 22 14:22:13 2005 UTC
(19 years, 8 months ago)
by
jds
Initial commit of WinVC7 and jam build files. jam builds Ascend base libs and tcltk98 executable on Windows using msvc, borland, mingw, and watcom (watcom can't yet link executable due to lack of isnan() and copysign() functions).
Also includes minor source updates to compile & run on Windows.