2010-08-04 19:17:33 +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 Quiet down some irrelevant warnings in MSVC2008, make dynamic_cast conversions work in msvc across modules by applying a kludge that will probably not work long term, but does work now. This may mean that chaiscript needs to move to being a library? 2010-08-03 17:21:51 +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 Fix build problem that was causing chaiscript_no_threads to still link with boost_thread 2010-08-04 19:17:33 +00:00
dynamic_object.hpp Fix multi-file compilation issues 2009-09-22 20:59:10 +00:00
function_call_detail.hpp Fix problem with functor<>() not casting to the proper type and add unit test for this case 2010-08-03 15:19:20 +00:00
function_call.hpp Fix problem with functor<>() not casting to the proper type and add unit test for this case 2010-08-03 15:19:20 +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 Quiet down some irrelevant warnings in MSVC2008, make dynamic_cast conversions work in msvc across modules by applying a kludge that will probably not work long term, but does work now. This may mean that chaiscript needs to move to being a library? 2010-08-03 17:21:51 +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