aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongFilter.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SongFilter: disable g_utf8_casefold() without GLibMax Kellermann2014-02-181-0/+14
| | | | Temporary hack for the experimental no-GLib build.
* Database*: move to db/Max Kellermann2014-01-241-2/+2
|
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-16/+17
| | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
* Song: embed the Tag object statically into class SongMax Kellermann2014-01-191-1/+1
| | | | | Reduces overhead because we need to manage only one memory allocation. According to valgrind/massif, we save 7%.
* SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann2014-01-141-1/+1
| | | | Fixes clang warning.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-0/+23
| | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* SongFilter: add special keyword "base"Max Kellermann2013-10-291-0/+27
| | | | | Restores the features from the previous draft commands "findin" / "searchin".
* SongFilter: "any" does not match file nameMax Kellermann2013-10-291-5/+2
| | | | | According to the protocol documentation, matching the file name was wrong. This removes some awkward special-case code.
* SongFilter: use std::stringMax Kellermann2013-10-291-12/+23
|
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-3/+4
| | | | Replaces GLib's g_ascii_strcasecmp().
* Song: GetURI() returns std::stringMax Kellermann2013-10-171-3/+2
|
* SongFilter: search for album artist falls back to the artist tagMax Kellermann2013-09-261-9/+21
| | | | Implement Mantis ticket 0003646.
* IdTable, SongFilter: use std::fill_n() instead of std::fill()Max Kellermann2013-09-261-1/+1
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* tag: convert to C++Max Kellermann2013-07-301-3/+4
|
* song: convert header to C++Max Kellermann2013-07-281-4/+4
|
* path: convert to C++Max Kellermann2013-01-171-1/+0
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+0
|
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-118/+73
|
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-0/+215