2005-01-27 Antonio Carzaniga * Version 1.1.0: the access methods for data members and member functions have been extended. In particular, the utility Member class was added. The documentation has also been expanded and improved. * configure.ac: version 1.1.0 * tests/bindings.cc, tests/test_bindings.cc, tests/test_bindings.expected: adapted and expanded test to reflect the new (tighter) type-compatibility scheme, especially with respect to const char * vs char *. The test is now using the member feature as well. * tests/test_bindings.sh: using diff -a to be able to see the diff output. * doc/maindoc.h: added chunks of documentation (classes), moved from sdl.h. * sdl.h: moved some class documentation to doc/maindoc.h. Added Member class and corresponding Object::member() method. Added access-by-value methods and changed type-conversion methods of Member class to use those methods. Added/changed constructors for TypeMismatch exception to use type ids for erroneous and expected types instead of strings. Adapted and improved exception generation in all access methods. * sdl.cc: added type specifiers strings; added support for type specifiers in TypeMismatch exception. * doc/doxygen.conf: removed warnings for undocumented parts, which are considered "private". 2005-01-24 Antonio Carzaniga * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README, bootstrap, configure.ac, doc/Makefile.am, doc/antodoc.css, doc/doxygen.conf, doc/fdl.txt, doc/footer.html, doc/header.html.in, doc/maindoc.h, sdl.cc, sdl.h, sdl.spec, tests/Makefile.am, tests/bindings.cc, tests/config.sh, tests/test_bindings.cc, tests/test_bindings.expected, tests/test_bindings.sh: initial check-in 2005-01-24 Antonio Carzaniga * Version 1.0.0: this is the first release of the Simple Dynamic Loader Library. Please, see the documentation for more information. * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README, bootstrap, configure.ac, doc/Makefile.am, doc/antodoc.css, doc/doxygen.conf, doc/fdl.txt, doc/footer.html, doc/header.html.in, doc/maindoc.h, sdl.cc, sdl.h, sdl.spec, tests/Makefile.am, tests/bindings.cc, tests/config.sh, tests/test_bindings.cc, tests/test_bindings.expected, tests/test_bindings.sh: initial check-in