John Ericson
|
84e2963f8e
|
Move /src to /subprojects
This will facilitate breaking up Nix into multiple packages for each
component with Meson.
|
2024-10-09 17:38:55 -04:00 |
|
John Ericson
|
f4ab297b31
|
Ensure all headers have #pragma once and are in API docs
`///@file` makes them show up in the internal API dos. A tiny few were
missing `#pragma once`.
|
2023-03-31 23:19:44 -04:00 |
|
John Ericson
|
5ba6e5d0d9
|
Remove default constructor from OutputsSpec
This forces us to be explicit.
It also requires to rework how `from_json` works. A `JSON_IMPL` is added
to assist with this.
|
2023-01-11 19:08:19 -05:00 |
|