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

- [ ] Called in every function, passing down a few parameters like the first one e.g. `self` or `_list_` and the function name - [ ] Called at the...

enhancement
code

`CMC_SAC` makes a collection to have a fixed buffer size, possibly avoiding allocations, but the `_new()` function allocates the struct anyway. This can be good if the buffer size is...

enhancement
code

# Feature Request Template ### What is the nature of this request? * New functionalities ### Is your feature request related to a problem? Please describe. I have a localization...

feature request

# Feature Request ### What is the nature of this request? * Change in source code details (names of variables, functions, parameters, etc) ### Is your feature request related to...

feature request

# Bug Report template ### Describe the bug Compiling without CMC_CALLBACKS support, generates the following warning with `-pedantic`: ``` In file included from /cmc/list.h:84: /cmc/list/struct.h:43:20: warning: extra ';' inside a...

bug

# Feature Request Template ### What is the nature of this request? * New functionalities ### Is your feature request related to a problem? Please describe. Compiling on windows/mingw requires...

feature request