Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-12 | Legal notices updated | Aki | |
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. | |||
2022-09-11 | Replaced Datafile and StarsEx/Archive with dat and ArchiveEx | Aki | |
2022-04-14 | Removed source groups as they didn't find their use in the end | Aki | |
2022-04-12 | DataSource now properly includes file reading functions | Aki | |
2022-04-12 | Removed prefix from data sources | Aki | |
This to avoid any potential issues due to use of mutable state across several objects that is in the end expected to be the same. This fits well as a function parameter. | |||
2022-04-12 | Added a way to weak reference sources without any dependencies | Aki | |
2022-04-10 | Added groups for data sources | Aki | |
2022-04-10 | Switched to use FileSystemDataSource in DataLoader | Aki | |
2022-04-10 | Added simple DataSources to replace parts of DataLoader | Aki | |