0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 22, 2025 — Sep 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed object_counter to use safe_static_init More... about 13 years ago
Changed module::load_module_function_options to accept std::initializer_list More... about 13 years ago
Added CPPCOMPONENTS_DEFINE_FACTORY macro to easy defining get_component_factory More... about 13 years ago
Changed out do_assign to catch exception and convert to return code More... about 13 years ago
Merge branch 'master' of https://github.com/jbandela/cross_compiler_call More... about 13 years ago
Removed unit_test_dll.def More... about 13 years ago
Allowed -fvisibility=hidden to be used More... about 13 years ago
Removing need for .def file on windows More... about 13 years ago
Added automated test for linux More... about 13 years ago
First draft of test.sh More... about 13 years ago
Less verbose output in test.bat More... about 13 years ago
Moved unit_test_dll.def More... about 13 years ago
Added a 1 step test.bat to build and test on Windows More... about 13 years ago
Converted to Google Test More... about 13 years ago
removed unneeded code from safe_static_initialization More... about 13 years ago
Code cleanup in safe_static_init More... about 13 years ago
More improvements to safe_static_initialization More... about 13 years ago
Added safe static initialization due to fact that on MSVC meyers singleton is not thread safe More... about 13 years ago
Modified readme More... about 13 years ago
Added copyright to top of file More... about 13 years ago
Fixes to create_component and fixes for compiler errors exposed by leveldb_cc More... about 13 years ago
Adding support for VS 2013 (VC++ 12) More... about 13 years ago
Added create component utility More... about 13 years ago
Added ability to construct component or use static_interface from module and class_name More... over 13 years ago
Added ability to find name of dll from runtime class name More... over 13 years ago
Added CPPCOMPONENTS_CALLING_CONVENTION More... over 13 years ago
Added CPPCOMPONENTS_CONSTRUCT macro More... over 13 years ago
Fixes for errors found by gcc More... over 13 years ago
Added cppcomponents namespace and simplified More... over 13 years ago
Added another static method to test More... over 13 years ago