Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Directory: initialize "mtime" and "have_stat" | Max Kellermann | 2014-01-15 | 1 | -1/+3 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Directory: remove method Free() | Max Kellermann | 2014-01-09 | 1 | -2/+2 |
| | |||||
* | Directory: convert to fixed-size struct | Max Kellermann | 2014-01-09 | 1 | -37/+6 |
| | | | | | Using a variable-size struct with embedded string is not worth the trouble here. There are not so many Directory objects. | ||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -8/+0 |
| | | | | | | 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/Alloc: new library replacing GLib's g_malloc() | Max Kellermann | 2014-01-07 | 1 | -5/+5 |
| | |||||
* | Directory: make some code generic, move to VarSize.hxx | Max Kellermann | 2014-01-07 | 1 | -10/+5 |
| | |||||
* | Directory: use g_malloc() instead of g_malloc0() | Max Kellermann | 2014-01-07 | 1 | -3/+4 |
| | | | | Explicit attribute initialization. | ||||
* | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | GetBaseUTF8 | Max Kellermann | 2013-10-21 | 1 | -7/+2 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -8/+8 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -21/+21 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -6/+7 |
| | | | | Replaces GLib's GError. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -10/+10 |
| | |||||
* | song_sort: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -1/+0 |
| | |||||
* | PlaylistVector: use std::list | Max Kellermann | 2013-01-03 | 1 | -7/+2 |
| | |||||
* | Directory: initialise in default constructor | Max Kellermann | 2013-01-03 | 1 | -0/+9 |
| | |||||
* | Directory: add constructor and destructor | Max Kellermann | 2013-01-03 | 1 | -18/+27 |
| | |||||
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -34/+34 |
| | |||||
* | Directory: turn functions to methods | Max Kellermann | 2013-01-02 | 1 | -67/+60 |
| | |||||
* | Directory: make the header C++ only | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | PlaylistInfo: rename class, use std::string | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | db_lock: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | playlist_vector: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | SongFilter: convert to a C++ class | Max Kellermann | 2012-08-29 | 1 | -4/+3 |
| | |||||
* | locate: rename to SongFilter.cxx | Max Kellermann | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | db_visitor: delete obsolete header | Max Kellermann | 2012-08-15 | 1 | -1/+0 |
| | |||||
* | Directory: move code to directory_allocate() | Max Kellermann | 2012-08-09 | 1 | -8/+18 |
| | |||||
* | DatabaseSelection: add "match" attribute | Max Kellermann | 2012-08-08 | 1 | -4/+8 |
| | | | | Let the database plugin do the match. | ||||
* | Database{Plugin,Visitor}: pass references | Max Kellermann | 2012-08-07 | 1 | -3/+3 |
| | |||||
* | db_plugin: convert to C++ | Max Kellermann | 2012-08-01 | 1 | -0/+318 |