Pinned Repositories
Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
CMakeExperiments
Trying out CMake stuff, works arounds etc...
file_to_cpp
Convert a file to cpp code, so another #embed like thing
GlobalCrossDLLTemplateStaticOnMSVC
Work around for Microsoft compiler/linker which creates multiple instances of template statics one per DLL
GRPCExperiments
Playing around with GRPC stuff
import_std
Experiments and documentation about using import std
ipr
Compiler-neutral Internal Program Representation for C++
MSBuildExperiments
Various expreiments with things like Nugetizer, GitInfo, Simplified output path. ...
pugixml
Light-weight, simple and fast XML parser for C++ with XPath support
Spider
Engine to solve Spider games
davidhunter22's Repositories
davidhunter22/GlobalCrossDLLTemplateStaticOnMSVC
Work around for Microsoft compiler/linker which creates multiple instances of template statics one per DLL
davidhunter22/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
davidhunter22/CMakeExperiments
Trying out CMake stuff, works arounds etc...
davidhunter22/file_to_cpp
Convert a file to cpp code, so another #embed like thing
davidhunter22/GRPCExperiments
Playing around with GRPC stuff
davidhunter22/import_std
Experiments and documentation about using import std
davidhunter22/ipr
Compiler-neutral Internal Program Representation for C++
davidhunter22/MSBuildExperiments
Various expreiments with things like Nugetizer, GitInfo, Simplified output path. ...
davidhunter22/pugixml
Light-weight, simple and fast XML parser for C++ with XPath support
davidhunter22/Spider
Engine to solve Spider games
davidhunter22/STL
MSVC's implementation of the C++ Standard Library.
davidhunter22/strong_type
An additive strong typedef library for C++14/17/20
davidhunter22/synchronized_value
Example implementation for std::synchronized_value