Jason Turner f4e4f92dae Move type registration into module code, and fix problems with unloading of modules and type conversions registered inside of a module.
We have to allow the same type registration more than once now, just in case several different modules register the same conversion.
2010-08-03 01:17:38 +00:00
..
bad_boxed_cast.hpp Initial check in of support for upcasting during function invocation. No examples or tests are checked in yet. Some reorg was necessary to get things compiling in the right order. Is not currently thread safe and probably does not work properly across module boundaries 2010-08-02 01:38:25 +00:00
bind_first.hpp Update copyright for 2010 2010-05-15 22:48:54 +00:00
bootstrap_stl.hpp Make warnings more strict and fix one warning caught by gcc 2010-07-30 16:25:58 +00:00
bootstrap.hpp Initial check in of support for upcasting during function invocation. No examples or tests are checked in yet. Some reorg was necessary to get things compiling in the right order. Is not currently thread safe and probably does not work properly across module boundaries 2010-08-02 01:38:25 +00:00
boxed_cast_helper.hpp Initial check in of support for upcasting during function invocation. No examples or tests are checked in yet. Some reorg was necessary to get things compiling in the right order. Is not currently thread safe and probably does not work properly across module boundaries 2010-08-02 01:38:25 +00:00
boxed_cast.hpp Reduce runtime calls into the new dynamic cast system by first making sure the type is polymorphic. 2010-08-02 02:30:41 +00:00
boxed_pod_value.hpp Initial check in of support for upcasting during function invocation. No examples or tests are checked in yet. Some reorg was necessary to get things compiling in the right order. Is not currently thread safe and probably does not work properly across module boundaries 2010-08-02 01:38:25 +00:00
boxed_value.hpp Clean up key used in the thread global object cache, to make sure proper type comparisons are done in the corner cases found in the main boxed_cast<> code a while back 2010-08-02 17:51:30 +00:00
dispatchkit.hpp Move type registration into module code, and fix problems with unloading of modules and type conversions registered inside of a module. 2010-08-03 01:17:38 +00:00
dynamic_cast_conversion.hpp Move type registration into module code, and fix problems with unloading of modules and type conversions registered inside of a module. 2010-08-03 01:17:38 +00:00
dynamic_object.hpp Fix multi-file compilation issues 2009-09-22 20:59:10 +00:00
function_call_detail.hpp Update copyright for 2010 2010-05-15 22:48:54 +00:00
function_call.hpp Update copyright for 2010 2010-05-15 22:48:54 +00:00
handle_return.hpp Update copyright for 2010 2010-05-15 22:48:54 +00:00
operators.hpp Initial check in of support for upcasting during function invocation. No examples or tests are checked in yet. Some reorg was necessary to get things compiling in the right order. Is not currently thread safe and probably does not work properly across module boundaries 2010-08-02 01:38:25 +00:00
proxy_constructors.hpp Update copyright for 2010 2010-05-15 22:48:54 +00:00
proxy_functions_detail.hpp Initial check in of support for upcasting during function invocation. No examples or tests are checked in yet. Some reorg was necessary to get things compiling in the right order. Is not currently thread safe and probably does not work properly across module boundaries 2010-08-02 01:38:25 +00:00
proxy_functions.hpp Initial check in of support for upcasting during function invocation. No examples or tests are checked in yet. Some reorg was necessary to get things compiling in the right order. Is not currently thread safe and probably does not work properly across module boundaries 2010-08-02 01:38:25 +00:00
register_function.hpp Update copyright for 2010 2010-05-15 22:48:54 +00:00
type_info.hpp Reduce runtime calls into the new dynamic cast system by first making sure the type is polymorphic. 2010-08-02 02:30:41 +00:00