Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Modern convention update

Latest
Compare
Choose a tag to compare
@paddy74 paddy74 released this 19 Mar 23:16
· 6 commits to master since this release

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.