This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
Whoops v1.1
This release candidate adds configuration files and updates source code with some modern C++ conventions.
Features
- Build system with CMake
- Add standard files such as gitignore
- Namespace encapsulation
- Remove unecessary comments and reformatted others
- Use of
#pragma once
exclusively for header files - Remove
using namespace std
statements
Remaining Issues
The entire project itself needs to be rewritten for v2.0 while general project structure, comments, and design will continue to be the focus for v1.x candidates.