Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-31 | Ensure all headers have `#pragma once` and are in API docs | John Ericson | |
`///@file` makes them show up in the internal API dos. A tiny few were missing `#pragma once`. | |||
2023-01-11 | Remove default constructor from `OutputsSpec` | John Ericson | |
This forces us to be explicit. It also requires to rework how `from_json` works. A `JSON_IMPL` is added to assist with this. |