1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add sublime builder script (not working yet). More... almost 12 years ago
Add boilerplate methods for most of typesystem implementation. More... almost 12 years ago
Add some debug printouts about sizeof. More... almost 12 years ago
Add interface_v1 interface file to build. More... almost 12 years ago
Use gcc/clang style size_t definition and remove redundant code in console related to that. More... almost 12 years ago
Add comments for type system interfaces. More... almost 12 years ago
Update meddler's interface signature generation info. More... almost 12 years ago
Remove unused define. More... almost 12 years ago
Merge typesystem changes (ticket:47). First type code generator works. More... almost 12 years ago
Very preliminary type_code generation working. More... almost 12 years ago
Add typecode generation to meddler. More... almost 12 years ago
Use c++11 for loop. More... almost 12 years ago
Add implementations of naming_context methods, rename them nicely. More... almost 12 years ago
Add notes on type code generation. More... almost 12 years ago
Remove obsolete file. More... almost 12 years ago
Remove done items. More... almost 12 years ago
Drop ZSTL - too inflexible. More... almost 12 years ago
Merge naming_context. Working context store and retrieval. More... almost 12 years ago
Test returned values. More... almost 12 years ago
Properly construct return value in naming_context.list(). More... almost 12 years ago
Move heap allocator include so everyone can include it. More... almost 12 years ago
Add backtrace printing to catch-all new. More... almost 12 years ago
Use customized vector class instead of sequence<T> typedef. More... almost 12 years ago
Add instantiation of the vector base class. More... almost 12 years ago
Use proper angled includes for "system" headers. More... almost 12 years ago
Working naming_context construction. More... almost 12 years ago
Use libc++ to its full glory with custom allocator. Now just need to define sequence<T> properly. More... almost 12 years ago
Undo BDE allocator changes for the moment - presumably, libc++ allocators support stateful allocators and I need to figure out how. More... almost 12 years ago
Add naming_context and rename some modules to factories. More... almost 12 years ago
Add custom ZAllocator. More... almost 12 years ago