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

Releases: paddy74/whoops

Modern convention update

19 Mar 23:16
Compare
Choose a tag to compare

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.

Submitted version

19 Mar 22:23
Compare
Choose a tag to compare

This is the originally intended version of this project and represents what was submitted to the class professor.