summaryrefslogtreecommitdiff
path: root/src/DatabasePrint.cxx
AgeCommit message (Expand)Author
2013-09-05Tag, ...: move to libtag.aMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-08-04DatabasePrint: print Last-Modified attribute for directoriesAndrzej Rybczak
2013-07-30tag: convert to C++Max Kellermann
2013-07-28song: convert header to C++Max Kellermann
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann
2013-01-03Client: rename the struct client to class ClientMax Kellermann
2013-01-03client: convert to C++Max Kellermann
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann
2013-01-03database.h: eliminate db_*_song()Max Kellermann
2013-01-02Directory: turn functions to methodsMax Kellermann
2013-01-02Directory: make the header C++ onlyMax Kellermann
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann
2013-01-02*_print: convert to C++Max Kellermann
2013-01-02playlist_vector: convert to C++Max Kellermann
2012-08-29SongFilter: convert to a C++ classMax Kellermann
2012-08-29locate: rename to SongFilter.cxxMax Kellermann
2012-08-22Database*: fix nullptr dereference when no database is configuredMax Kellermann
2012-08-15DatabasePlugin: add method VisitUniqueTags()Max Kellermann
2012-08-08DatabasePrint: don't print Last-Modified if unknownMax Kellermann
2012-08-08time_print: new library, function time_print()Max Kellermann
2012-08-08DatabaseSelection: add "match" attributeMax Kellermann
2012-08-08locate: add a per-item "fold_case" flagMax Kellermann
2012-08-07locate: add "casefold" flag to parserMax Kellermann
2012-08-07db_selection: rename to DatabaseSelectionMax Kellermann
2012-08-07db_print.h: rename to DatabasePrint.hxxMax Kellermann
2012-08-07Database{Plugin,Visitor}: pass referencesMax Kellermann
2012-08-02db_print: convert to C++Max Kellermann