Log of /trunk/test
Directory Listing
Revision
216 -
Directory Listing
Modified
Wed Jan 25 02:12:20 2006 UTC
(19 years ago)
by
jds
Minor rework of jam system to stop relinking of libraries when sources not modified.
Minor tweaks to stem the tide of compiler warnings.
Revision
101 -
Directory Listing
Modified
Sat Dec 10 04:22:07 2005 UTC
(19 years, 2 months ago)
by
jds
A little more progress killing compiler warnings.
Revision
97 -
Directory Listing
Modified
Fri Dec 9 03:49:19 2005 UTC
(19 years, 2 months ago)
by
jds
Minor fixes to:
- continue killing compiler warnings on gcc & msvc
- start working on function/data pointer mismatches
- documentation tweaks
Fixed ascMalloc.c memory logging problems. This has not been tested on linux/unix. If it fails to compile, please revert to the previous version and let me know.
Revision
61 -
Directory Listing
Modified
Mon Nov 14 02:37:20 2005 UTC
(19 years, 3 months ago)
by
jds
Minor bug fixes, extend unit tests to solver:
minor doc changes - compiler/func.h, general/list.h, solver/mtx.h, utilities/mem.h
solver/example - upgraded examples so they run under current system
solver/slv_common.[ch] - added unit tests, minor bug fixes, extended vector_data functions
utilities/ascDynaLoad.c - bug fix on *nix so dlopen, dlsym not called with NULL arguments
Revision
60 -
Directory Listing
Modified
Mon Oct 31 03:39:15 2005 UTC
(19 years, 3 months ago)
by
jds
- jam build up and limping on Linux (finally).
- fixes to CUnit test suite to compile on Linux (still not operable, though).
Revision
59 -
Directory Listing
Added
Sun Oct 30 01:38:20 2005 UTC
(19 years, 3 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.