Parent Directory | Revision Log
Sticky Revision: |
Almost there with getting Jerry's tests to run. Just sorting out the linking.
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
Minor rework of jam system to stop relinking of libraries when sources not modified. Minor tweaks to stem the tide of compiler warnings.
Minor fixes
Doxygen comment update for a few headers.
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
- 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 |