0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Aug 11, 2025 — Aug 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Working on getting const iterator working More... over 12 years ago
Added include guards to clonable, comparisons, and iterator header files. Also added support for return const items and pair/tuple with const elements. More... over 12 years ago
Removed static implement_factory_static_interfaces for implement_runtime_class_base and changed cppcomponents_get_fsi() to return a pointer to a local static. This way implementations that are not CPPCOMPONENTS_REGISTERed do not create entries in the factory map More... over 12 years ago
Fixed errors and warnings found by gcc. All tests pass with gcc on windows More... over 12 years ago
Input and output iterator wrapper passes tests on MSVC More... over 12 years ago
Test for forward_iterator More... over 12 years ago
Made random_access_iterator operator[] readonly More... over 12 years ago
Added relops to proxy More... over 12 years ago
Improved tests for iterator_random_access More... over 12 years ago
More changes to proxy More... over 12 years ago
Simple test of sort seems to work More... over 12 years ago
Trying to get proxied iterator to work, std::reverse works with random_access_iterator_wrapper More... over 12 years ago
Simple test with random access iterator passes More... over 12 years ago
Adding Iterator support More... over 12 years ago
For promise, make sure error_code is negative More... over 12 years ago
Added uuid_of<bool> More... over 12 years ago
Fixed gcc warnings and revert RunQueuedClosures More... over 12 years ago
Remove excess count decrement in RunQueuedClosures More... over 12 years ago
Added CPPCOMPONENTS_REGISTER macro. More... over 12 years ago
Changed module on Windows to use LoadLibraryW Previously module used LoadLibraryA, now we use LoadLibraryW and use MultiByteToWideChar to convert from utf8 string to utf16 More... almost 13 years ago
Fixed warnings found by gcc More... almost 13 years ago
Added support for internal runtime classes More... almost 13 years ago
Removed redundant if statement More... almost 13 years ago
Added destructor for implement string_factory_creator More... almost 13 years ago
Fixed syntax errors unearthed by clang More... almost 13 years ago
Compiles and passes unit tests on Windows with GCC and MSVC More... almost 13 years ago
Builds and passes unit test with MSVC More... almost 13 years ago
Add better module and class factory management More... almost 13 years ago
Removed unnecessary initializer_list include More... almost 13 years ago
Added newline back at end of file More... almost 13 years ago