0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More work for travis 2 More... almost 12 years ago
More work for travis More... almost 12 years ago
Trying to get travis working with libc++ More... almost 12 years ago
Use libc++ for clang library for travis testing More... almost 12 years ago
Fixes to travis yml More... almost 12 years ago
Pushing new commit for travis to pickup More... almost 12 years ago
Attempting to get tests to work on travis ci More... almost 12 years ago
Fix for future.Unwrap where the first future is actually an error More... almost 12 years ago
Specify trivial conversion by default for fundamental types More... almost 12 years ago
Changed the id function return type to be const char* instead of std::string. Also had to change test.bat to allow gcc to compile by adding -g0 and -O3 flags to make the intermediate assembler files smaller More... almost 12 years ago
Added call_by_name support More... almost 12 years ago
Renamed CPPCOMPONENTS_INTERFACE_EXTRAS_CONSTRUCTOR to CPPCOMPONENTS_INITIALIZE_PROPERTIES_EVENTS More... almost 12 years ago
renamed cr_string to string_ref More... almost 12 years ago
change cr_string to hold a ptr plus a size_t with the lowest bit an indicator if the string is null terminated. Note this breaks abi compatibility with the previous cr_string More... almost 12 years ago
added cppcomponents::function which is like std::function but abi identical to use<delegate<>> More... almost 12 years ago
Fix potential deadlock in channel More... almost 12 years ago
Make Channel.Read return an error immediately after a Complete where there are no more writes More... almost 12 years ago
Made function.hpp able to be included on its own More... almost 12 years ago
split out delegate/function from events.hpp into function.hpp.Added template typedef of use<delegate> as function and added make_function More... almost 12 years ago
More changes to fix syntax error found by clang More... about 12 years ago
Fixed syntax error found by clang More... about 12 years ago
Added ability to pass a function to loop executor that will get called right before the call to yield More... about 12 years ago
Added get_runtime_class_name static function to runtime_class More... about 12 years ago
Changed main.cpp in plugin example to work around wcin/cin getline sync issues in linux More... about 12 years ago
updated linux build script for plugin example More... about 12 years ago
Added plugin example More... about 12 years ago
changed uuid combiner to change uuid format to bigendian before combining More... about 12 years ago
More documentation More... about 12 years ago
Starting adding doxygen documentation More... about 12 years ago
Const iterators working More... about 12 years ago