Stephen Morris
5b7b932c17
[2980] Changes in preparation for merge
...
Absence of "libdl" on BSD systems required an addition to configure.ac
to check its presence. Problems with converting "pointer to object"
to "pointer to void*" via reinterpret_cast on Solaris required an
extension to the Pointer_converter class.
2013-07-09 14:11:30 +01:00
Stephen Morris
04e36988a1
[2980] Final set of changes resulting from the first review
2013-07-04 12:24:47 +01:00
Stephen Morris
b61e894db1
[2980] Various changes as a result of review
2013-07-03 20:13:39 +01:00
Stephen Morris
418f35f584
[2980] Miscellaneous changes
...
* Catch user-library-generated exceptions.
* Remove hook registration function (no longer needed with a singleton
ServerHooks object.
* Miscellaneous documentation changes.
2013-06-24 20:38:41 +01:00
Stephen Morris
0a4612cfe5
[2980] Basic library manager functionality present
...
Able to open and close libraries, check for the version()
function and call it.
2013-06-18 11:30:07 +01:00
Stephen Morris
03db051a72
[2980] LibraryManager basic unit tests written
2013-06-17 19:41:33 +01:00