Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: 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 |
* | *: 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 |
* | 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 |