summaryrefslogtreecommitdiff
path: root/src/rating.cc
AgeCommit message (Collapse)Author
2024-03-20Replace xmlpp::Node::add_child with cxml::add_child.Carl Hetherington
2022-04-12Add and use new File class.merged-to-mainCarl 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.
2022-03-04Remove unused capture.Carl Hetherington
2022-03-03Add lists of ratings.v1.8.9Carl Hetherington
2022-03-01Move Rating out to a separate file.Carl Hetherington