| .. |
|
bad_boxed_cast.hpp
|
Preliminary boxed_cast_test added. This test is meant to test all possible boxed_cast conversions that are available. Currently... some basic ones are failing.
|
2010-10-08 03:07:26 +00:00 |
|
bind_first.hpp
|
Updated email addresses in copyright information.
|
2010-08-10 05:24:07 +00:00 |
|
bootstrap_stl.hpp
|
Wrap up of clean up of warnings in 64bit visual studio
|
2010-11-05 04:05:02 +00:00 |
|
bootstrap.hpp
|
Reflection and introspection updates for task #85
|
2010-12-29 17:58:56 +00:00 |
|
boxed_cast_helper.hpp
|
Several tests and fixes related to type conversions added. Still more to go.
|
2010-10-08 15:18:58 +00:00 |
|
boxed_cast.hpp
|
Updated email addresses in copyright information.
|
2010-08-10 05:24:07 +00:00 |
|
boxed_pod_value.hpp
|
Several tests and fixes related to type conversions added. Still more to go.
|
2010-10-08 15:18:58 +00:00 |
|
boxed_value.hpp
|
Several tests and fixes related to type conversions added. Still more to go.
|
2010-10-08 15:18:58 +00:00 |
|
dispatchkit.hpp
|
Implement test for function ordering for dispatch. Catch bug for "const" characterization of function parameters. Add test for type characterizations.
|
2010-12-13 03:32:47 +00:00 |
|
dynamic_cast_conversion.hpp
|
Get mutlifile compilation working again and add a test for it
|
2010-10-22 21:30:58 +00:00 |
|
dynamic_object.hpp
|
Reflection and introspection updates for task #85
|
2010-12-29 17:58:56 +00:00 |
|
function_call_detail.hpp
|
Simplify how functions are stored and passed. This is the first step in allowing us to sort functions so that dispatches are attempted in an organized order (as opposed to just the order they were added in).
|
2010-11-15 05:52:48 +00:00 |
|
function_call.hpp
|
Simplify how functions are stored and passed. This is the first step in allowing us to sort functions so that dispatches are attempted in an organized order (as opposed to just the order they were added in).
|
2010-11-15 05:52:48 +00:00 |
|
handle_return.hpp
|
Updated email addresses in copyright information.
|
2010-08-10 05:24:07 +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
|
Updated email addresses in copyright information.
|
2010-08-10 05:24:07 +00:00 |
|
proxy_functions_detail.hpp
|
Fix some of the 64bit VS warnings.
|
2010-11-05 02:22:38 +00:00 |
|
proxy_functions.hpp
|
Reflection and introspection updates for task #85
|
2010-12-29 17:58:56 +00:00 |
|
register_function.hpp
|
Updated email addresses in copyright information.
|
2010-08-10 05:24:07 +00:00 |
|
type_info.hpp
|
Implement test for function ordering for dispatch. Catch bug for "const" characterization of function parameters. Add test for type characterizations.
|
2010-12-13 03:32:47 +00:00 |