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
Moved the message registrator to the macros header (about to split that one). Ref #35 More... about 5 years ago
Minor style and include improvements. Ref #35 More... about 5 years ago
Moved assertions to internal. Ref #35 More... about 5 years ago
Reordered allocator headers. Ref #35 More... about 5 years ago
Moved feature parsers to internal. Ref #35 More... about 5 years ago
Optimizing headers and dependencies in mixin registration. Ref #35 More... about 5 years ago
Added missing include for old compilers More... about 5 years ago
Optimized and cleaned-up mixin registration and feature parsing More... about 5 years ago
Ditching the idea of internal directory (for now?). Ref #35 More... about 5 years ago
Created a dedicated type for messages in object type info * It contains the mixin index, so we're saving an indirection when calling messages * We're gaining an indirection when we're calling next bidders, but that was never meant to be fast * This also somewhat simplifies the code when calling messages * Also important is that the mixin id is no longer required when parsing features so we can combine the two parsers (to come) More... about 5 years ago
Trying to fix the build on old gcc More... about 5 years ago
Two changes: * Don't get type name from typeid if it's been provided by a feature * Use unique_ptr for object type infos More... about 5 years ago
Missing include More... about 5 years ago
Fixed mixin_traits.cpp includes More... about 5 years ago
Removed _dynamix_internal from domain More... about 5 years ago
Separate mixin traits. Ref #35 More... about 5 years ago
Optimizing includes. Ref #35 More... about 5 years ago
Type info instance to mixin definition header. Ref #35 More... about 5 years ago
none is a noop_feature_t More... about 5 years ago
Mixin definition header. Ref #35 More... about 5 years ago
object_of and dm_this into separate headers. Ref #35 More... about 5 years ago
Mixin declaration to a separate file. Ref #35 More... about 5 years ago
Exposing the entire mixin_type_info. Ref #36 More... about 5 years ago
Added missing include More... about 5 years ago
.gitignore build/ Ref #35 More... about 5 years ago
Clearing the build/ subdirectory. Ref #35 More... about 5 years ago
Split global.hpp/cpp into finer grain headers and sources. Ref #35 More... about 5 years ago
Hotfix version after silly typo More... about 5 years ago
Remove unused function More... about 5 years ago
Fixing test build issue on macs More... about 5 years ago