C-Macro-Collections icon indicating copy to clipboard operation
C-Macro-Collections copied to clipboard

Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C

Results 26 C-Macro-Collections issues
Sort by recently updated
recently updated
newest added
trafficstars

### What is the nature of this request? * New functionalities ### Is your feature request related to a problem? Please describe. I'm working with sprites on a game. I'll...

feature request

# Feature Request Template ### What is the nature of this request? * Change in standards ### Is your feature request related to a problem? Please describe. CMC_EXT_INIT just adds...

feature request

Thanks for working on C-Macro-Collections! ### What is the nature of this request? * Change in standards ### Is your feature request related to a problem? Please describe. you can...

feature request

The library should: - [ ] Allow fkey and fval parameters to be null - [ ] Check in _new() for required functions - [ ] Check if the struct...

enhancement
code

Thanks for working on CMC! ### What is the nature of this request? * Change in source code details (names of variables, functions, parameters, etc) ### Is your feature request...

feature request

- [ ] When a collection pops or removes elements from it, without returning it to the user, check for `ftable->free` and free the element

bug
enhancement
code

Includes testing - [ ] Callbacks - [ ] Alloc - [ ] Flags - [ ] Ftables

- [ ] Bitset - [ ] Deque - [ ] HashBidiMap - [ ] HashMap - [ ] HashMultiMap - [ ] HashMultiSet - [ ] HashSet - [...

- [ ] Bitset - [ ] Deque - [ ] HashBidiMap - [ ] HashMap - [ ] HashMultiMap - [ ] HashMultiSet - [ ] HashSet - [...

- [ ] Allows to switch between hash based and tree based data structures (e.g. AVL vs RBT, Round Robin vs Hopscotch, etc)

enhancement
code