POETSII / Orchestrator

The Orchestrator is the configuration and run-time management system for POETS platforms.
1 stars 1 forks source link

Quality-of-Life Changes #312

Closed mvousden closed 2 years ago

mvousden commented 2 years ago

A bunch of small changes - the commits pretty much speak for themselves. They're mostly compatibility.

The only functionality change is in catch.hpp, where I've fixed the stack size as a constant since it's no longer a constant in later versions of glibc.

I've separated whitespace changes, since I found some strange line-endings in a lot of files from the repo. They're in the qol-whitespace branch.

Once this changeset is approved, I'll merge the qol-whitespace branch also.