aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabasePrint.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-6/+6
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-1/+1
* Database*: fix nullptr dereference when no database is configuredMax Kellermann2012-08-221-6/+17
* DatabasePlugin: add method VisitUniqueTags()Max Kellermann2012-08-151-53/+19
* DatabasePrint: don't print Last-Modified if unknownMax Kellermann2012-08-081-1/+2
* time_print: new library, function time_print()Max Kellermann2012-08-081-15/+2
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-081-38/+15
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-081-25/+3
* locate: add "casefold" flag to parserMax Kellermann2012-08-071-9/+2
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-14/+8
* db_print.h: rename to DatabasePrint.hxxMax Kellermann2012-08-071-5/+5
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-071-46/+43
* db_print: convert to C++Max Kellermann2012-08-021-0/+330