tzlaine's Stars
google/oss-fuzz
OSS-Fuzz - continuous fuzzing for open source software.
doctest/doctest
The fastest feature-rich C++11/14/17/20/23 single-header testing framework
rizsotto/Bear
Bear is a tool that generates a compilation database for clang tooling.
nrc/r4cppp
Rust for C++ programmers
cbucher/console
This is a modified version of Console 2 for a better experience under Windows Vista/7/8/10 and a better visual rendering.
klee/klee
KLEE Symbolic Execution Engine
arximboldi/immer
Postmodern immutable and persistent data structures for C++ — value semantics at scale
astefanutti/decktape
PDF exporter for HTML presentations
google/gapid
Graphics API Debugger
standardese/cppast
Library to parse and work with the C++ AST
muellan/clipp
easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation
tvaneerd/cpp17_in_TTs
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
nst/JSONTestSuite
A comprehensive test suite for RFC 8259 compliant JSON parsers
tbfleming/cib
clang running in browser (wasm)
keiichiw/constexpr-8cc
Compile-time C Compiler implemented as C++14 constant expressions
Tessil/hopscotch-map
C++ implementation of a fast hash map and hash set using hopscotch hashing
mpark/variant
C++17 `std::variant` for C++11/14/17
urcu/userspace-rcu
This repo is a mirror of the official userspace-rcu git found at git://git.lttng.org/userspace-rcu.git. liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores.
arximboldi/ewig
The eternal text editor — Didactic Ersatz Emacs to show immutable data-structures and the single-atom architecture
ainfosec/ci_helloworld
A simple example of how to setup a complete CI environment for C and C++
cpp-io2d/P0267_RefImpl
Reference Implementations of P0267, the proposed 2D graphics API for ISO C++
yaml/yaml-test-suite
Comprehensive, language independent Test Suite for YAML
cplusplus/LEWG
Project planning for the C++ Library Evolution Working Group
philsquared/hash_trie
A persistent hash array-mapped trie for C++
asutton/clang
eduardo-elizondo/cppcon2017
Optimizing compilation times of Generated Code with Templates
bloomberg/rwl-bench
A set of benchmark tools for reader/writer locks.
Jewelbots/arduino-library
This is the arduino library that works with the Jewelbots device
ned14/kerneltest
C++14 automated code test infrastructure with permutation, fuzzing, sanitising and edge coverage
nigels-com/AnyOption
C/C++ Command line and resource file option parsing