catch2
There are 160 repositories under catch2 topic.
sudara/pamplejuce
A JUCE audio plugin template. JUCE 8, Catch2, Pluginval, macOS notarization, Azure Trusted Signing, Github Actions
franneck94/CppProjectTemplate
C++ project template with unit-tests, documentation, ci-testing and workflows.
matepek/vscode-catch2-test-adapter
Catch2, Google Test and doctest Adapter for the VSCode
pinam45/dynamic_bitset
Simple Useful Libraries: C++17/20 header-only dynamic bitset
ORB-HD/rbdl-orb
RBDL - Rigid Body Dynamics Library - ORB Version - The two main differences to the original rbdl is that this version has error handling and uses polymorphism for constraints
sinojelly/mockcpp
Two C/C++ testing tools, mockcpp and testngpp.
KRMisha/Makefile
Cross-platform C++ Makefile project template
cmazakas/foxy
Session-based Beast/Asio wrapper requiring C++14
joshpeterson/cpp-template
A template C++ repository, using CMake and Catch
yakout/compiler
YADJC (Yet Another Dummy Java Compiler) with Lexical and Parser generators.
tobiasmarciszko/qt_raytracer_challenge
Implementation based on the book The Ray Tracer Challenge
saxbophone/CPP20-Cross-Platform-Template
A template for a cross-platform C++20 project including CMake, unit-testing with Catch, cross-platform CI with Travis-CI/Github Actions and cross-platform release builds using Github Actions.
Dan-Tan/riot-cpp
Basic api client to query riot's api. Handles rate limiting, server errors and does basic logging.
sudara/melatonin_test_helpers
Catch2 Matchers and test helpers for JUCE AudioBlocks
ironcev/public-talks
My public talks, their abstracts, code snippets, and sample projects
Toxe/catch2-examples
Examples for structuring CMake projects using Catch2
cpp-testing/ut-benchmark
Benchmarks - Unit Testing Frameworks
ArminGh02/sorting-algorithms
STL-like implementations of sorting algorithms.
evanxg852000/cppmonkey
My C++ implementation of the monkey programming language
igormcoelho-learning/template-autograding-example-cpp-catch
Example of C/C++ autograding with Catch2 library - GitHub Classroom
MaxFleur/LightCombatManager
A small, lightweight cross-platform combat manager for d20-based role-playing games, based on Qt.
delta/codecharacter-simulator-2022
The simulator of CodeCharacter 2022
dmitrytavern/2048
It is a simple 2048 game in your terminal. It is my first game and the first project on C++ only with standard libraries.
mustafagonul/cmake-examples
CMake Examples
Az-r-ow/NeuralNet
A Neural Network in cpp
manydeps/cxxbuild
cxxbuild is a python script to easily generate C/C++ build files for cmake and bazel.
connectivecpp/utility-rack
A small set of general purpose C++ utility classes and functions
gchoinka/gpm
Genetic Programming close to Metal
thiago-rezende/cmake-starter-project
C++ Starter Project Using CMake
TmLev/skipper
Various skip list implementations
Vekteur/algorithms
Algorithms implemented and tested in C++
Algorithms-and-Data-Structures-2021/cpp-cmake-testing-project-template
Modern C++ CMake project template with testing capabilities
claby2/clavim
A text editor that I do not intend on using.
florianpfleiderer/SimpleSynth
The motivation for this project was to develop a modular synthesizer to produce different sounds and create short loops to use in music production. It utilises the ImNodes and ImGui libraries for generation and the Synthesis Toolkit (STK) for creating and processing sounds.
hnlcf/912-dsa
A C++ implementation of 912 DSA.
huaminghuangtw/B-Spline-FEM-Computation
⛏️ FE code that discretizes a two-dimensional Poisson’s equation using B-Spline basis functions