summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/src
AgeCommit message (Collapse)Author
2024-03-19Definition Parser now consumes from the new ReaderAki
Next steps are to move ParseUtils functionality to DefinitinoEx, sort things into the namespaces in this library, and then prepare it to handle overloading like nlohmann_json does. On the other side, it's time for starshatter::data.
2024-03-18Added filesystem-only starshatter::data DataLoader replacementAki
Step by step. The intent is to find a good spot between current data representations and the standard library and put the intermediate stage there. After it matures a bit, we can move further away.
2024-03-18Removed unused FileReader, tooAki
2024-03-18Bulk busy work towards Reader replacement to inject into DataLoaderAki
2024-03-18Text operations that return new Text are now constAki
2024-03-18Removed ConsoleReaderAki
2024-03-12Legal notices updatedAki
Rename contrib -> third-party intendes to express the origin and purpose of that part of the code better. I plan to readd contrib/ again but with more in-project things like bash-completions, dev workflow scripts etc.
2024-03-12Another reorganization change that diverts me from crying unable to get rid ↵Aki
off singleton madness