aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/tagunion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Inspection: Variable can be moved to init statementUrs Fleisch2024-01-211-4/+3
* cppcheck: add constRosen Penev2024-01-191-1/+1
* Fix issues reported by CppCheckUrs Fleisch2023-12-071-20/+17
* Unified interface for complex properties like pictures (#94)Urs Fleisch2023-10-141-0/+39
* clang: fix -Wextra-semi warnings (#1134)Rosen Penev2023-09-161-25/+31
* unused includes (#1133)Rosen Penev2023-09-161-8/+3
* replace vector with array (#1140)Rosen Penev2023-09-101-25/+14
* Use unique_ptr for d-pointers (#1095)Rosen Penev2023-08-071-6/+5
* Consistently use quote form when including our own headersUrs Fleisch2023-07-221-3/+3
* clang-tidy: Use nullptr instead of 0Urs Fleisch2023-07-221-1/+1
* Remove functions documented (but not marked) as deprecatedUrs Fleisch2023-07-091-39/+2
* clang-tidy: don't use else after returnRosen Penev2021-06-211-4/+4
* Always use parentheses with new. It's a bit safer.Tsuda Kageyu2017-01-161-3/+2
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-4/+4
* Avoid using String::null where an empty string is required.Tsuda Kageyu2015-11-201-1/+1
* Fix segfaults when calling File::properties() after strip().Tsuda Kageyu2015-08-251-2/+65
* Implemented asProperties() in all relevant textual frames.Michael Helmling2012-01-221-15/+0
* More support for the unified dictionary interface.Michael Helmling2011-08-271-0/+16
* Fix FSF addressLukáš Lalinský2011-01-081-2/+2
* Set the copyright to 2002-2008 for all files.Scott Wheeler2008-02-041-1/+1
* SVN_SILENT fix spacesScott Wheeler2008-01-311-23/+23
* Ok, think I've got this all sorted out a bit. Code is much simpler now,Scott Wheeler2008-01-311-22/+22
* Move over to the union tag class. Yeah, this is crazy to be doing closeScott Wheeler2008-01-311-19/+24
* Add an (internal) TagUnion class. I'll pull out the reimplementationScott Wheeler2008-01-311-0/+180