1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added test for the metrics More... almost 8 years ago
Added optional additional metrics: numbers of living objects and mixins of a type More... almost 8 years ago
Mutating different objects in different threads is now (optionally) safe. True by default More... almost 8 years ago
Updated revision history. More... almost 8 years ago
Fixed gcc dependency compilation error More... almost 8 years ago
1. Added unregistering of messages. Fixes #8 2. Removed a kinda obscure optimization feature which allowed the same mixins and messages to be registered (but not exported!) multiple times from multiple modules (ie from a static lib linked to many modules) More... almost 8 years ago
Now registering all messages (instead of only featured ones). Fixes #2 More... almost 8 years ago
Removed expired donation button More... almost 8 years ago
Updated version More... almost 8 years ago
Added check for object copy safety. Fixes #10 More... almost 8 years ago
More info about default implementations. Fixes #1 More... almost 8 years ago
Added bundled and dependent mutation rules. Fixes #9 More... almost 8 years ago
Fixed c-style casts for users which use `-Wold-style-cast` More... about 8 years ago
Removed old debugger visualizer. Improved and updated natvis More... about 8 years ago
constexpr mixin_data_size More... about 8 years ago
Updated revision history More... about 8 years ago
Another roadmap update More... about 8 years ago
Fixed several bugs in the allocators tutorial More... about 8 years ago
Support of message declaration macros with no arity (breaks Visual Studio's IntelliSense, though) More... about 8 years ago
Optimizing around the thread-safe local static member initialization (12% msg call perf gain) More... about 8 years ago
Fixed bad compiler flags (how has this ever worked?) More... about 8 years ago
Updated copyright year for files touched in 2017 More... about 8 years ago
Tests for num_implementers More... about 8 years ago
Added num_implementers to object (number of mixins which implement a message) More... about 8 years ago
Version 1.0.2 in docs More... about 8 years ago
Combinators can now have the number of calls for the message whose results they combine (Thanks to Arthur O`Dwyer for pointing this out) More... about 8 years ago
Quick-fix of bug where incomplete objects could be produced on failed copy More... about 8 years ago
Copying of objects (as long as mixins are copyable) More... about 8 years ago
Merge pull request #3 from onqtam/master More... about 8 years ago
move from bm to dm More... about 8 years ago