| Commit message (Collapse) | Author | Age |
|
|
|
| |
Use vector instead list, it's a better match for what we want.
|
|
|
|
|
|
| |
Swap the wrapper class from the variant to the containers because
std::visit needs specialisations on the type which aren't present for
the subclass.
|
|
|
|
| |
Remove all the value pointer stuff... Just not needed.
|
|
|
|
| |
The default state (INITIAL) suffices cos that *is* essentially value.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Refactor to reduce constant creation of new serializer object.
Use standard C++ stream control for formatting.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
with numbers
|
| |
|
| |
|
|
|
|
| |
highlighting sample
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
from folders other than the project root
|
|
|
|
| |
_BSD_SOURCE macro
|
| |
|
|
|
|
| |
and adds some covering unit tests
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Finally bin all the old build process drivel
|