0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
Aug 11, 2025 — Aug 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed some warning compilations problems on linux More... almost 13 years ago
Compile at highest warning level with warnings as errors on Windows More... almost 13 years ago
Made cppcomponents compile at MSVC highest warning level More... almost 13 years ago
Added thread safety to runtime_class_map and factory map More... almost 13 years ago
Working of fixing static init race More... almost 13 years ago
Fixed a potential race condition in channel. As part of it, changed low_level_queue to add an empty() method More... almost 13 years ago
Removed num_functions calculation and check_sum calculation for use template More... almost 13 years ago
Simplified cross_conversion<tuple> More... almost 13 years ago
Major simplification of when_all. Also, renamed when_all_range to when_all and use overloading to differentiate. Also added when_all overload for containers More... almost 13 years ago
Future.Then uses the future executor in creating a new future More... almost 13 years ago
Changed events to use spinlock instead of mutex More... almost 13 years ago
Fixed potential races in Channel More... almost 13 years ago
Changed future.then to last .then wins, and refactored and simplified storage_error_continuation More... almost 13 years ago
Fixed syntax error found by g++, otherwise same as prev commit More... almost 13 years ago
Initial work on changing .Then so all continuations are run when triggered even previous ones More... almost 13 years ago
Support for Complete to Channel More... almost 13 years ago
Futher simplification of when_any implementation More... almost 13 years ago
Changed when_any to simplify More... almost 13 years ago
Simplified when_all when_any. Note, they are no longer the same signature as in the c++ proposal, they now return a Future<void> More... almost 13 years ago
Changed when_any to be used with temporaries More... almost 13 years ago
Fixed incorrect backslash in test.sh More... almost 13 years ago
Split out channel tests due to mingw having issues with filesize too big More... almost 13 years ago
Fixed not being able to apply a continuation to a future passed to when_any More... almost 13 years ago
Support for TemplatedConstructor() More... almost 13 years ago
Fix to channel in release mode caused by having code that actually does something in assert More... almost 13 years ago
Support for StaticInterfaceExtras More... almost 13 years ago
Changed use_runtime_class to be a template alias of use_runtime_class_base More... almost 13 years ago
Channel close nulls out on_closed_ after calling it More... almost 13 years ago
Added template alias Future and Promise More... almost 13 years ago
Support for going from derived interface to inherited interface More... almost 13 years ago