lewissbaker / cake
Cake is a fast build system written in Python.
☆20Updated last month
Alternatives and similar repositories for cake:
Users that are interested in cake are comparing it to the libraries listed below
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Generic 2D graphics library for C++14☆28Updated 2 months ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- Provide {fmt} as a C++20 named module☆9Updated 3 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆15Updated last year
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Easily batch-build cmake projects!☆17Updated last month
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 6 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 10 months ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- homogeneous variadic function parameters☆17Updated last year
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 3 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- CLI util: Poor man's rpath for Windows executables.☆11Updated 6 years ago
- SLB: C++ Standard Library Backport☆11Updated 6 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- use cling scripting with C++ and cmake☆33Updated 5 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- Safe integer utilities for C++11☆16Updated 10 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>