jmarkowski / design-patternsLinks
Example C implementations of design patterns from the gang of four
☆15Updated 3 years ago
Alternatives and similar repositories for design-patterns
Users that are interested in design-patterns are comparing it to the libraries listed below
Sorting:
- Code samples for the book Patterns in C☆184Updated 9 years ago
- Linear Linked List Library☆51Updated last year
- Framework and Plugin design in C☆244Updated 9 months ago
- Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions☆263Updated last year
- String parsing library combining the memory safety of strsep and the convenience of a sscanf-like interface.☆28Updated 10 months ago
- Practical design patterns in C☆443Updated last year
- An framework that provides extensions to the standard library with object oriented design in C☆26Updated 6 years ago
- Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.☆244Updated last year
- Tiny, modular, drop-in, library of some most commonly used utility methods for C (embedded) applications. Intended to be used as a git-su…☆157Updated last month
- A toolkit for firmware development☆57Updated last week
- A fast and lightweight event loop for embedded platforms.☆105Updated 3 years ago
- A collection of commonly used C MACROS☆142Updated 2 years ago
- C library to print nicely formatted tables☆27Updated 5 months ago
- A collection of C libraries for my projects and yours. ;)☆19Updated 7 years ago
- An elegant unit testing framework for C with support for mock objects.☆251Updated last year
- Object-Oriented Programming With ANSI-C☆291Updated 4 years ago
- Fixed Block Memory Allocator in C☆24Updated last month
- Fast and lightweight math expression evaluator in C99☆139Updated 5 years ago
- A simple logging library for C/C++☆157Updated last year
- Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C☆578Updated last year
- A fork of Paul Hsieh's Better String Library☆148Updated 2 weeks ago
- A Preemptive Hard Real Time kernel for embedded devices.☆51Updated 4 years ago
- <design-patterns-for-embedded-system-in-c>☆63Updated 6 years ago
- A simple string that can be passed to most library functions, e.g. printf, and supports its own methods such as add, insert, replace, and…☆21Updated 4 years ago
- A lightweight header only logging library for C☆56Updated 3 years ago
- This is the code that was previously in code.google.com/p/ccl☆47Updated 5 years ago
- A set of dbg(…) macros for C☆90Updated 3 months ago
- A set of efficient data structures in C, created in a generic way☆41Updated last year
- Dynace object-oriented extension to C☆112Updated 7 months ago
- Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free f…☆393Updated 2 weeks ago