summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/CMakeLists.txt
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-18Bulk busy work towards Reader replacement to inject into DataLoaderAki
2024-03-12Another reorganization change that diverts me from crying unable to get rid ↵Aki
off singleton madness
2022-04-02Moved Reader to FoundationExAki
2022-03-27Removed MemDebug from FoundationExAki
2022-02-15Exported infamous Print to FoundationExAki
2021-09-28Created best-guess cmake stubsAki
Structure of the project as whole is... questionable. It looks that the directories are intermingled even if they appear separated. This is a first guess to have at least something in place.