Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Fixed building of test suite after code reorg. Test suite may still be broken though: seems to segfault and give lots of errors.
Moving libascend components from #/base/generic into #/ascend
Renamed tests with shorter names, added some common macros in base/generic/test/common.h.
Rolled 'ascPrintType.h' into 'ascPrint.h' for simplicity.
Normalised all #include statements so that files in the current directory are included as "localfile.h" and files in other directories are included as <directory/file.h> This is in accordance with the spec at http://gcc.gnu.org/onlinedocs/gcc-4.1.0/cpp/Include-Syntax.html#Include-Syntax
ascMalloc now working on Linux. Fixed minor bugs in ascPanic.c, test suite functions.
- jam build up and limping on Linux (finally). - fixes to CUnit test suite to compile on Linux (still not operable, though).
- 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.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |