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