aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSave.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Save, *State: use the OutputStream API instead of FILE*Max Kellermann2014-07-301-15/+16
|
* db/simple: create dedicated directoryMax Kellermann2014-02-261-1/+1
|
* Database*: move to db/Max Kellermann2014-01-241-1/+1
|
* Song: embed the Tag object statically into class SongMax Kellermann2014-01-191-2/+1
| | | | | Reduces overhead because we need to manage only one memory allocation. According to valgrind/massif, we save 7%.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-18/+38
| | | | | | 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.
* SongSave: make variables more localMax Kellermann2014-01-081-5/+4
|
* tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann2014-01-081-1/+1
|
* TextFile: move to fs subsystemDenis Krjuchkov2013-12-081-1/+1
|
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* filter/route, ...: add missing stdlib.h includesMax Kellermann2013-11-111-0/+1
|
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-1/+1
|
* *: use references instead of pointersMax Kellermann2013-10-191-9/+9
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-6/+6
|
* util/StringUtil: rename strchug_fast_c() to strchug_fast()Max Kellermann2013-10-181-1/+1
| | | | Overload the name.
* Log: new logging library APIMax Kellermann2013-10-021-5/+0
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Listen, ...: add missing includesMax Kellermann2013-10-021-1/+1
|
* SongSave: use class TagBuilderMax Kellermann2013-09-051-24/+8
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-10/+8
| | | | Replaces GLib's GError.
* tag: convert to C++Max Kellermann2013-07-301-13/+13
|
* song: convert header to C++Max Kellermann2013-07-281-8/+8
|
* string_util: convert to C++Max Kellermann2013-04-091-4/+1
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-1/+1
|
* TextFile: convert to a classMax Kellermann2013-01-031-3/+3
|
* text_file: convert to C++Max Kellermann2013-01-031-1/+1
|
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-1/+1
|
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
|
* db_save, state_file: convert to C++Max Kellermann2013-01-021-0/+136