-
Notifications
You must be signed in to change notification settings - Fork 0
Software used
This section describes software used that will be bundled inside the distributed tool.
{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.
- Homepage: https://fmt.dev/
- License: MIT
C++ hash map and hash set which preserves the order of insertion.
- Homepage: https://github.com/Tessil/ordered-map
- License: MIT
Note: Used is the following fork: https://github.com/krieselreihe/ordered-map/tree/task/fix-implicit-sign-conversion
Very fast, header-only/compiled, C++ logging library.
- Homepage: https://github.com/gabime/spdlog
- License: MIT
toml11 is a C++11 (or later) header-only toml parser/encoder depending only on C++ standard library.
- Homepage: https://github.com/ToruNiina/toml11
- License: MIT
This section describes software that is used for development and testing only.
The fastest feature-rich C++11/14/17/20 single-header testing framework.
- Homepage: https://github.com/onqtam/doctest
- License: MIT
CMake is an open-source, cross-platform family of tools designed to build, test and package software.
- Homepage: https://cmake.org/
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
- Homepage: https://llvm.org/
Ninja is a small build system with a focus on speed.
- Homepage: https://ninja-build.org/