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
|
018e2571aa
|
Test store paths, with property tests
The property test in fact found a bug: we were excluding numbers!
|
2023-01-23 07:05:50 -05:00 |
|