]> granicus.if.org Git - taglib/commit
Mark deprected methods and remove internal usage
authorScott Wheeler <scott@directededge.com>
Tue, 10 Sep 2019 22:37:02 +0000 (00:37 +0200)
committerScott Wheeler <scott@directededge.com>
Tue, 10 Sep 2019 22:39:37 +0000 (00:39 +0200)
commitc05fa78406fd8ce7382a11c1f63a17c4bfbe83fa
treea7c75d612b8ec70e0f523cacf171c6f994559ae2
parentb8dc105ae3ae5948ac6c7e3a45d5e4d6d846bd75
Mark deprected methods and remove internal usage

This does not put the deprecated marker on methods that will or could resolve
to the same overload, e.g.:

void foo(bool bar = true); // <-- not marked
void foo(Bar bar) // <-- since this will have a default argument in the new version
53 files changed:
taglib/ape/apeproperties.h
taglib/asf/asfproperties.h
taglib/asf/asftag.h
taglib/dsdiff/dsdiffdiintag.cpp
taglib/dsdiff/dsdifffile.cpp
taglib/flac/flacfile.h
taglib/flac/flacproperties.h
taglib/mp4/mp4properties.h
taglib/mp4/mp4tag.h
taglib/mpc/mpcfile.h
taglib/mpc/mpcproperties.h
taglib/mpeg/id3v2/frames/chapterframe.cpp
taglib/mpeg/id3v2/frames/relativevolumeframe.h
taglib/mpeg/id3v2/frames/tableofcontentsframe.cpp
taglib/mpeg/id3v2/id3v2frame.h
taglib/mpeg/id3v2/id3v2framefactory.cpp
taglib/mpeg/id3v2/id3v2framefactory.h
taglib/mpeg/id3v2/id3v2tag.h
taglib/mpeg/mpegfile.cpp
taglib/mpeg/mpegfile.h
taglib/mpeg/mpegheader.h
taglib/mpeg/mpegproperties.h
taglib/mpeg/xingheader.h
taglib/ogg/oggpage.h
taglib/ogg/opus/opusproperties.h
taglib/ogg/speex/speexproperties.h
taglib/ogg/vorbis/vorbisproperties.h
taglib/ogg/xiphcomment.h
taglib/riff/aiff/aiffproperties.h
taglib/riff/wav/wavproperties.h
taglib/toolkit/taglib.h
taglib/toolkit/tbytevector.h
taglib/toolkit/tfile.h
taglib/toolkit/tstring.h
taglib/trueaudio/trueaudiofile.h
taglib/trueaudio/trueaudioproperties.h
taglib/wavpack/wavpackproperties.h
tests/test_aiff.cpp
tests/test_ape.cpp
tests/test_asf.cpp
tests/test_bytevector.cpp
tests/test_flac.cpp
tests/test_id3v2.cpp
tests/test_mp4.cpp
tests/test_mpc.cpp
tests/test_mpeg.cpp
tests/test_ogg.cpp
tests/test_opus.cpp
tests/test_speex.cpp
tests/test_string.cpp
tests/test_trueaudio.cpp
tests/test_wav.cpp
tests/test_wavpack.cpp