Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-09-08 | db/simple/Song: add attribute "target" | Max Kellermann | |
Will be used for Song objects representing tracks inside a CUE file. | |||
2019-09-05 | SongSave: return DetachedSong, not a std::unique_ptr<> | Max Kellermann | |
Eliminate unnecessary dynamic allocations. | |||
2019-09-05 | SongSave: allow throwing any exception | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-07-06 | db/simple: add an AudioFormat to each Song | Max Kellermann | |
2017-11-26 | SongSave: wrap DetachedSong* in std::unique_ptr | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-11-10 | util/Error: remove obsolete class | Max Kellermann | |
2016-10-29 | db/simple/Save: migrate from class Error to C++ exceptions | Max Kellermann | |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-07-30 | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | |
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 | |