0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Sep 06, 2025 — Sep 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move retval to end More... over 13 years ago
Retval to end compiles but not fully tested More... over 13 years ago
Unit test exe compiles but not unit_test_dll More... over 13 years ago
Formatting changes More... over 13 years ago
Support for introspection of void functions More... over 13 years ago
Support for introspection of interfaces with custom_cross_function More... over 13 years ago
support for custom function introspection More... over 13 years ago
Introspection compiles under g++ More... over 13 years ago
Working on getting to compile with g++ More... over 13 years ago
Added function declarations for get_type_name/names More... over 13 years ago
Simplified type_information macros More... over 13 years ago
Simplified set_call More... over 13 years ago
Commit prior to simplifying set_call More... over 13 years ago
Changed introspect_interface to not have shared state More... over 13 years ago
Tweaking initialization of introspection names More... over 13 years ago
Simple test works for introspection.call More... over 13 years ago
info.call now compiles with custom_cross_function More... over 13 years ago
Compiles with cross_function info.call but not custom_cross_function More... over 13 years ago
Initial checkin of partially working interface introspection More... over 13 years ago
Fixed clang warning on lambda return type More... over 13 years ago
Support for u16string, u32string, but disable wstring More... over 13 years ago
Add using namespace std to implement_unknown_interfaces::create to help MSVC Milan compile due to bug in namespaces and variadics More... over 13 years ago
Fixed search for \\ in module on windows More... over 13 years ago
Updated to performance.txt More... over 13 years ago
Got rid of depency on <windows.h> and changed module constructor to leave alone a string that has a / or \ More... over 13 years ago
Added unique_ptr wrapper during implement_unknown_interfaces::create More... over 13 years ago
Fixed return bug in use_unknown caused by previous change More... over 13 years ago
Changed cross_converstion<use_unknown> to make it exception safe More... over 13 years ago
Use_unknown hides AddRef and Release by defining private member functions with the same name More... over 13 years ago
Changed define_interface_unknown to define_unknown_interface More... over 13 years ago