Lars Melchior

Results 17 repositories owned by Lars Melchior

BitLens

20
Stars
1
Forks
Watchers

🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.

Ccache.cmake

54
Stars
9
Forks
Watchers

🚅 Compile faster with Ccache! A Ccache integration for CMake with Xcode support.

EasyIterator

134
Stars
8
Forks
Watchers

🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.

Format.cmake

144
Stars
21
Forks
Watchers

💅 Stylize your code! Automatic clang-format and cmake-format targets for CMake.

Glue

54
Stars
2
Forks
Watchers

⛓️ Bindings that stick. A simple and generic API for C++ to other language bindings supporting bidirectional communication, inheritance and automatic declarations.

MiniCppStarter

68
Stars
7
Forks
Watchers

🧸 A tiny single-file version of the ModernCppStarter project for exploring libraries or playing with C++ code. Reproducible dependency management included, so the code will work the same everywhere.

modern-wasm-starter

231
Stars
14
Forks
Watchers

🛸 Run C++ code on web and create blazingly fast websites! A starter template to easily create WebAssembly packages using type-safe C++ bindings with automatic TypeScript declarations.

ModernCppStarter

4.1k
Stars
359
Forks
Watchers

🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.

PEGParser

232
Stars
24
Forks
Watchers

💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.

Observe

123
Stars
10
Forks
Watchers

📣 Hey listen! A simple general-purpose event-listener system for C++17.