Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DatabaseSong: new library merging duplicate code | Max Kellermann | 2014-01-17 | 1 | -12/+3 |
| | |||||
* | DetachedSong: add method Update() | Max Kellermann | 2014-01-15 | 1 | -5/+4 |
| | | | | | Don't create an intermediate Song instance when all we want is a DetachedSong. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -38/+43 |
| | | | | | | 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. | ||||
* | util/Tokenizer, ...: include cleanup | Max Kellermann | 2013-12-15 | 1 | -2/+0 |
| | |||||
* | PlaylistSong.cxx: don't use g_build_filename | Denis Krjuchkov | 2013-12-05 | 1 | -4/+6 |
| | |||||
* | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 2013-12-05 | 1 | -3/+3 |
| | |||||
* | Playlist*, Queue: use GetDatabase() overload without Error | Max Kellermann | 2013-10-22 | 1 | -1/+1 |
| | | | | | Don't use IgnoreError() when there's an overload that does not try to give us one. | ||||
* | GetBaseUTF8 | Max Kellermann | 2013-10-21 | 1 | -3/+3 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -2/+2 |
| | | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. | ||||
* | fs/Path: move definitions to struct PathTraits | Max Kellermann | 2013-10-17 | 1 | -2/+3 |
| | |||||
* | fs/Path: add method IsAbsolute() | Max Kellermann | 2013-10-14 | 1 | -2/+2 |
| | |||||
* | Playlist*: use nullptr instead of NULL | Max Kellermann | 2013-10-02 | 1 | -23/+23 |
| | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -2/+3 |
| | | | | Replaces GLib's GError. | ||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -4/+4 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -27/+24 |
| | |||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | Path: convert fs_charset_to_utf8() to static method Path::ToUTF8() | Denis Krjuchkov | 2013-01-28 | 1 | -9/+6 |
| | |||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -2/+2 |
| | |||||
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | song: don't use GLib | Max Kellermann | 2013-01-08 | 1 | -0/+2 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | ls.h: rename to ls.hxx | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | database.h: eliminate db_*_song() | Max Kellermann | 2013-01-03 | 1 | -3/+8 |
| | | | | Use the C++ API. | ||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | playlist_{any,song,queue}: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+173 |