12 packages tagged with “header-only”
Azure REST API Helpers for Modern C++. Featuring helper functions for date-time, encryption tokens for Azure REST API as a single header-only package and native Win32 libraries.
C++ helper class to create a child process with redirected std in/out/error streams using the Windows API.
PicoJSON is a tiny JSON parser / serializer for C++ with following properties: 1) header-file only; 2) no external dependencies (only uses standard C++ libraries); 3) STL-frendly (arrays are represented by using std::vector, objects are std::map); 4) provides both pull interface and streaming (event-based) interface. This library is available under a 2-Clause BSD license. See the link to the license for details. This NuGet Pkg was built with Azure Pipeline https://github.com/diogo-strube/build-nuget-picojson.
JWT++ is a header only library for creating and validating JSON Web Tokens in C++11. This library supports all the algorithms defined by the JWT specifications, and the modular design allows to easily add additional algorithms without any problems. In the name of flexibility and extensibility, jwt-cpp supports OpenSSL, LibreSSL, and wolfSSL. And there is no hard dependency on a JSON library.
A 2D constrained Delaunay triangulation library
Yet Another Command Line Argument Parser, for c++, as single-header-only library, just because...
Small header-only library for better integration of GoogleTest into TeamCity. Large portions of this code are based on work by JetBrains: https://github.com/JetBrains/teamcity-cpp This package does not have a formal dependency to any googleTest nuget package. However, you need googleTest in order to use it. Not having a formal dependency allows you to use any googleTest implementation (even non-nuget).
WinHandle provides a simple and easy to use wrapper around native Windows handles.
C++ Compile-Time Type Information.
Unreal Engine PostRender VTable Index Finder - Header-only library
String Conversion Utilities
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications. This is an unofficial release of the library