summaryrefslogtreecommitdiffhomepage
path: root/DefinitionEx
AgeCommit message (Collapse)Author
2024-03-20Tweaked DefinitionEx include paths; also Parser_ss.h name is finally fixedAki
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-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-02-17Use pre-C11/non-Windows sprintf and strcpyAki
2022-04-07Changed file names for Parser to avoid conflict in MSVC environmentAki
2022-04-02Fixed style incosistenciesAki
2022-04-02Moved def format implementation to own moduleAki