Arcana is a collection of general purpose C++ utilities with no code that is specific to a particular project or specialized technology area, sort of like an extension to the STL. At present, the most notable of these utilities is the Arcana task library.
You can learn more about API usage in the arcana.cpp documentation.
- Clone the repo and checkout the master branch.
- CMake 3.15 or higher
- A C++17 compatible compiler (Visual Studio 2019+, GCC 8+, or Clang 7+)
From the root directory of the repository:
# Configure the project
cmake -B BuildARCANA_TESTS: Enable/disable building tests (default: ON if this is the top-level project)
Windows (Visual Studio)
cmake -B Build
start Build\arcana.cpp.slnmacOS (Xcode)
cmake -B Build -G Xcode
open Build/arcana.cpp.xcodeprojThere is no official deployment mechanism available at this time.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
arcana.cpp does not use SemVer. Instead, it uses a version derived from the current date. Therefore, the version contains no semantic information.
With questions, please contact one of the maintainers:
Arcana owes especial thanks to:
- Julien Monat Rodier: project creator and primary developer/architect.
- Ryan Tremblay: task system co-architect and creator of the coroutine system.
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.