aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagPool.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-14util/Cast: reimplement as template without macroMax Kellermann1-2/+5
2014-06-16TagPool: move code to tag_value_slot_p()Max Kellermann1-9/+18
2014-06-16TagPool: convert macro to constexprMax Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann1-0/+1
2014-01-07tag/TagPool: use NewVarSize() to allocate TagPoolSlotMax Kellermann1-21/+27
2014-01-07tag/TagPool: rename struct slot to TagPoolSlotMax Kellermann1-14/+13
2014-01-07tag/TagPool: use gcc_packed instead of mpd_packedMax Kellermann1-1/+1
2014-01-06util/Cast: new utility libraryMax Kellermann1-1/+2
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann1-4/+4
2013-09-05Tag: move struct TagItem to TagItem.hxxMax Kellermann1-1/+1
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-0/+0
2013-07-30tag: convert to C++Max Kellermann1-6/+9
2013-07-30tag: move enum tag_type to TagType.hMax Kellermann1-0/+1
2013-01-30TagPool, ...: include cleanupMax Kellermann1-0/+2
2013-01-07TagPool: use the Mutex class instead of GStaticMutexMax Kellermann1-11/+1
2013-01-07tag: convert to C++Max Kellermann1-7/+8
2012-08-08tag_pool: use GStaticMutexMax Kellermann1-14/+11
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-27tag_pool: use memcmp() instead of strcmp() for non-terminated stringMax Kellermann1-1/+3
2009-03-27tag_pool: use size_t for string lengthMax Kellermann1-2/+2
2009-03-14tag_pool: make "slots" staticMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-03tag_pool: use GLib instead of utils.hMax Kellermann1-3/+2
2008-12-28tag & tag_pool: migrate from pthread to glib threadsThomas Jansen1-1/+14
2008-10-13tag_item: avoid wasting space when struct is unpackableEric Wong1-1/+3
2008-10-08don't include os_compat.hMax Kellermann1-0/+2
2008-09-07tag: lock all accesses to tag_poolEric Wong1-0/+2
2008-08-29tag: optimize tag_dup(), copy item referencesMax Kellermann1-6/+37
2008-08-29tag: added a pool for tag itemsMax Kellermann1-0/+108