summaryrefslogtreecommitdiff
path: root/src/array_data.cc
AgeCommit message (Collapse)Author
2022-04-20Add and use new File class.masterCarl Hetherington
It was always a bit troubling that fopen_boost wasn't exception safe, and this also fixes a leak where load_ratings_list would never close the ratings file.
2021-01-24Tidying.Carl Hetherington
2021-01-23Small bits of pre-release tidying.Carl Hetherington
2020-11-02Add Data class and change API to a raw pointer.Carl Hetherington
2020-11-02Rename Data -> ArrayData.Carl Hetherington