Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+2 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -17/+13 |
| | | | | Replaces GLib's GError. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -2/+2 |
| | |||||
* | DatabasePlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | don't use g_thread_init() with GLib 2.32 | Max Kellermann | 2013-04-17 | 1 | -0/+3 |
| | | | | Deprecated. | ||||
* | ConfigData: move functions into the class | Max Kellermann | 2013-01-30 | 1 | -2/+1 |
| | |||||
* | ConfigData: add constructors/destructors | Max Kellermann | 2013-01-30 | 1 | -5/+4 |
| | |||||
* | ConfigFile, CommandLine: use the Path class | Max Kellermann | 2013-01-29 | 1 | -2/+3 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -3/+0 |
| | |||||
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | playlist_vector: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | tag_pool: use GStaticMutex | Max Kellermann | 2012-08-08 | 1 | -3/+1 |
| | | | | Eliminates explicit global initialisation. | ||||
* | db_selection: rename to DatabaseSelection | Max Kellermann | 2012-08-07 | 1 | -3/+2 |
| | |||||
* | Database{Plugin,Visitor}: pass references | Max Kellermann | 2012-08-07 | 1 | -8/+8 |
| | |||||
* | test/DumpDatabase: new debug program | Max Kellermann | 2012-08-07 | 1 | -0/+154 |