Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-13 | copyright year 2014 | Max Kellermann | |
2014-01-09 | DetachedSong: fork of struct Song | Max 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 pointers | Max Kellermann | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-07-28 | song: convert header to C++ | Max Kellermann | |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | |
2013-01-03 | TextFile: convert to a class | Max Kellermann | |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | |
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann | |