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:
- Practical design patterns in C☆442Updated last year
- Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.☆242Updated last year
- Code samples for the book Patterns in C☆184Updated 9 years ago
- A fast and lightweight event loop for embedded platforms.☆104Updated 3 years ago
- Framework and Plugin design in C☆244Updated 8 months ago
- A toolkit for firmware development☆56Updated 2 months ago
- 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 3 weeks ago
- "Lock-Free Ring Buffer" (LFRB) is a minimal, customizable implementation of a ring buffer (a.k.a. circular buffer) in C, specifically sui…☆54Updated 9 months ago
- <design-patterns-for-embedded-system-in-c>☆62Updated 6 years ago
- A lightweight header only logging library for C☆55Updated 3 years ago
- Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions☆258Updated last year
- Object-Oriented Programming With ANSI-C☆290Updated 4 years ago
- A simple logging library for C/C++☆157Updated last year
- String parsing library combining the memory safety of strsep and the convenience of a sscanf-like interface.☆28Updated 9 months 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
- Linear Linked List Library☆51Updated last year
- Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free f…☆379Updated 3 months ago
- Fixed Block Memory Allocator in C☆23Updated 3 weeks ago
- A collection of commonly used C MACROS☆141Updated 2 years ago
- An framework that provides extensions to the standard library with object oriented design in C☆26Updated 6 years ago
- Protothreads (coroutines) in C99. Highly portable, but work best in low-end embedded systems.☆293Updated 8 years ago
- Lightweight exception implementation for C☆345Updated 4 months ago
- Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C☆575Updated last year
- An elegant unit testing framework for C with support for mock objects.☆248Updated last year
- Basic logger for C and C++ projects☆116Updated 4 years ago
- Source of the "Practical Guide to Bare Metal C++" free e-book☆98Updated 4 years ago
- Implement of all problems in the book "Design Patterns for Embedded system in C"☆193Updated 8 years ago
- A pure-C math library with a great variety of mathematical functions. Seeks to be close to C89/C90 compliant for portability.☆54Updated 2 years ago
- Simple hash table implemented in C☆175Updated last year
- A minimalist UML State machine framework for finite state machine and hierarchical state machine in C☆185Updated 11 months ago