aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/tagunion.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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