summaryrefslogtreecommitdiff
path: root/src/SongSave.hxx
AgeCommit message (Collapse)Author
2014-01-13copyright year 2014Max Kellermann
2014-01-09DetachedSong: fork of struct SongMax Kellermann
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
2013-10-19*: use references instead of pointersMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
Replaces GLib's GError.
2013-07-28song: convert header to C++Max Kellermann
2013-01-30TagPool, ...: include cleanupMax Kellermann
2013-01-03TextFile: convert to a classMax Kellermann
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann
2013-01-02db_save, state_file: convert to C++Max Kellermann