Tsuda Kageyu
|
e6e11c957d
|
Merge branch 'master' into taglib2
Conflicts:
CMakeLists.txt
ConfigureChecks.cmake
config.h.cmake
taglib/CMakeLists.txt
taglib/ape/apefile.cpp
taglib/ape/apefile.h
taglib/ape/apeproperties.cpp
taglib/ape/apeproperties.h
taglib/ape/apetag.cpp
taglib/asf/asfattribute.cpp
taglib/asf/asffile.cpp
taglib/asf/asffile.h
taglib/asf/asfpicture.cpp
taglib/asf/asfpicture.h
taglib/asf/asfproperties.cpp
taglib/asf/asfproperties.h
taglib/audioproperties.cpp
taglib/flac/flacfile.cpp
taglib/flac/flacfile.h
taglib/flac/flacproperties.cpp
taglib/flac/flacproperties.h
taglib/it/itproperties.cpp
taglib/mod/modproperties.cpp
taglib/mp4/mp4atom.cpp
taglib/mp4/mp4file.cpp
taglib/mp4/mp4file.h
taglib/mp4/mp4properties.cpp
taglib/mp4/mp4tag.cpp
taglib/mp4/mp4tag.h
taglib/mpc/mpcfile.cpp
taglib/mpc/mpcfile.h
taglib/mpc/mpcproperties.cpp
taglib/mpc/mpcproperties.h
taglib/mpeg/id3v2/frames/chapterframe.cpp
taglib/mpeg/id3v2/frames/synchronizedlyricsframe.cpp
taglib/mpeg/id3v2/frames/tableofcontentsframe.cpp
taglib/mpeg/mpegfile.cpp
taglib/mpeg/mpegfile.h
taglib/mpeg/mpegheader.cpp
taglib/mpeg/mpegproperties.cpp
taglib/mpeg/mpegproperties.h
taglib/mpeg/xingheader.cpp
taglib/mpeg/xingheader.h
taglib/ogg/opus/opusfile.cpp
taglib/ogg/opus/opusfile.h
taglib/ogg/opus/opusproperties.cpp
taglib/ogg/opus/opusproperties.h
taglib/ogg/speex/speexfile.cpp
taglib/ogg/speex/speexfile.h
taglib/ogg/speex/speexproperties.cpp
taglib/ogg/speex/speexproperties.h
taglib/ogg/vorbis/vorbisfile.cpp
taglib/ogg/vorbis/vorbisfile.h
taglib/ogg/vorbis/vorbisproperties.cpp
taglib/ogg/vorbis/vorbisproperties.h
taglib/riff/aiff/aifffile.cpp
taglib/riff/aiff/aifffile.h
taglib/riff/aiff/aiffproperties.cpp
taglib/riff/aiff/aiffproperties.h
taglib/riff/wav/infotag.h
taglib/riff/wav/wavfile.cpp
taglib/riff/wav/wavfile.h
taglib/riff/wav/wavproperties.cpp
taglib/riff/wav/wavproperties.h
taglib/s3m/s3mproperties.cpp
taglib/taglib_config.h.cmake
taglib/toolkit/tbytevector.cpp
taglib/toolkit/tfile.cpp
taglib/toolkit/tfile.h
taglib/toolkit/tfilestream.cpp
taglib/toolkit/trefcounter.cpp
taglib/toolkit/tstring.cpp
taglib/toolkit/tstring.h
taglib/toolkit/tutils.h
taglib/trueaudio/trueaudiofile.cpp
taglib/trueaudio/trueaudiofile.h
taglib/trueaudio/trueaudioproperties.cpp
taglib/trueaudio/trueaudioproperties.h
taglib/wavpack/wavpackfile.cpp
taglib/wavpack/wavpackfile.h
taglib/wavpack/wavpackproperties.cpp
taglib/wavpack/wavpackproperties.h
taglib/xm/xmproperties.cpp
taglib/xm/xmproperties.h
tests/CMakeLists.txt
tests/data/alaw.wav
tests/test_asf.cpp
tests/test_mp4.cpp
tests/test_ogg.cpp
tests/test_opus.cpp
tests/test_string.cpp
tests/test_wav.cpp
tests/test_wavpack.cpp
|
2015-08-10 00:40:22 +09:00 |
|
Tsuda Kageyu
|
80441ff754
|
Remove a workaround for an older version of GCC.
GLIBC's byte swap functions are a good fallback option.
|
2015-08-07 08:59:16 +09:00 |
|
Tsuda Kageyu
|
19a7e45997
|
Merge pull request #639 from TsudaKageyu/remove-cmake-check-float
Run-time check for byte order rather than CMake check.
|
2015-08-07 01:17:27 +09:00 |
|
Tsuda Kageyu
|
076e845912
|
Run-time check for integer byte order rather than CMake check.
It will easily be optimized out.
|
2015-08-03 13:08:58 +09:00 |
|
Tsuda Kageyu
|
44d9f2bf25
|
Run-time check for floating point byte order rather than CMake check.
It's safer not to use an unofficial CMake script.
|
2015-08-01 23:40:23 +09:00 |
|
Tsuda Kageyu
|
aa1dd0278d
|
CMake check for vsprintf_s/vsnprintf rather than sprintf_s/snprintf.
|
2015-08-01 23:38:50 +09:00 |
|
Tsuda Kageyu
|
8e35b43e32
|
Merge branch 'master' into merge-master-to-taglib2
Conflicts:
ConfigureChecks.cmake
config.h.cmake
taglib/CMakeLists.txt
taglib/ape/apeproperties.cpp
taglib/fileref.cpp
taglib/mp4/mp4atom.cpp
taglib/mpc/mpcproperties.cpp
taglib/mpeg/id3v2/frames/chapterframe.cpp
taglib/mpeg/id3v2/frames/tableofcontentsframe.cpp
taglib/mpeg/id3v2/id3v2frame.cpp
taglib/mpeg/id3v2/id3v2framefactory.cpp
taglib/mpeg/id3v2/id3v2tag.cpp
taglib/mpeg/mpegfile.cpp
taglib/mpeg/mpegfile.h
taglib/riff/aiff/aifffile.cpp
taglib/riff/aiff/aiffproperties.cpp
taglib/riff/aiff/aiffproperties.h
taglib/riff/wav/infotag.cpp
taglib/riff/wav/wavfile.cpp
taglib/riff/wav/wavproperties.cpp
taglib/toolkit/tdebug.cpp
taglib/toolkit/tstring.cpp
taglib/toolkit/tutils.h
tests/test_aiff.cpp
tests/test_id3v2.cpp
tests/test_wav.cpp
|
2015-02-18 10:07:08 +09:00 |
|
Tsuda Kageyu
|
2ec7a884c3
|
Define only least required macros for LFS in config.h.
|
2014-08-23 01:28:27 +09:00 |
|
Tsuda Kageyu
|
f0e8f39de1
|
Merge branch 'master' into merge-master-to-taglib2
Conflicts:
ConfigureChecks.cmake
taglib/toolkit/tbytevector.cpp
taglib/toolkit/tstring.cpp
taglib/xm/xmfile.cpp
tests/test_wav.cpp
|
2014-08-22 13:54:02 +09:00 |
|
Tsuda Kageyu
|
972aa1feef
|
Replaced codecvt with Win32 API.
|
2014-08-07 17:35:42 +09:00 |
|
Tsuda Kageyu
|
f93397fa7b
|
Merge branch 'master' into merge-master-to-taglib2
Conflicts:
ConfigureChecks.cmake
taglib/CMakeLists.txt
taglib/riff/aiff/aiffproperties.cpp
taglib/toolkit/tbytevector.cpp
taglib/toolkit/tbytevector.h
taglib/toolkit/tfilestream.cpp
taglib/toolkit/tstring.cpp
taglib/toolkit/tutils.h
tests/test_apetag.cpp
tests/test_bytevector.cpp
tests/test_flac.cpp
tests/test_id3v2.cpp
tests/test_propertymap.cpp
|
2014-07-24 09:39:08 +09:00 |
|
Tsuda Kageyu
|
e29f1d39e7
|
Added float conversion functions to ByteVector.
Added CMake checks about IEEE754 compliance.
|
2014-07-17 12:09:14 +09:00 |
|
Tsuda Kageyu
|
d05101153f
|
Fixed some misspellings.
|
2014-04-07 16:09:12 +09:00 |
|
Tsuda Kageyu
|
d3eefdde34
|
Removed some unnecessary CMake checks for the size of numeric types.
|
2014-04-02 14:03:35 +09:00 |
|
Lukáš Lalinský
|
2c770600c4
|
Merge branch 'master' into taglib2
Conflicts:
taglib/asf/asffile.h
taglib/fileref.cpp
taglib/flac/flacfile.h
taglib/mp4/mp4file.h
taglib/taglib_config.h.cmake
taglib/toolkit/tbytevector.cpp
taglib/toolkit/tfile.cpp
taglib/toolkit/tfilestream.cpp
taglib/toolkit/tiostream.h
tests/test_flac.cpp
|
2013-06-20 14:44:52 +02:00 |
|
Tsuda Kageyu
|
804f882e38
|
Uses ISO _strdup() instead of POSIX strdup() if possible
|
2013-06-11 12:06:29 +09:00 |
|
Tsuda Kageyu
|
6d2e0e8050
|
Moved a macro from taglib_config.h to config.h
|
2013-06-10 01:19:47 +09:00 |
|
Tsuda Kageyu
|
7c64b1966a
|
Removed smart pointers from public headers
|
2013-05-23 10:23:33 +09:00 |
|
Tsuda Kageyu
|
bbec1c7f81
|
Changed String::number() to use a standard function
|
2013-05-19 14:39:45 +09:00 |
|
Tsuda Kageyu
|
04e07ad4b0
|
Moved some macros from taglib_config.h to config.h.
|
2013-05-05 20:52:47 +09:00 |
|
Tsuda Kageyu
|
de04f4eb19
|
Merge branch 'master' into merge-master
Conflicts:
ConfigureChecks.cmake
config.h.cmake
taglib/CMakeLists.txt
taglib/toolkit/taglib.h
taglib/toolkit/tbytevector.cpp
taglib/toolkit/tmap.tcc
taglib/toolkit/tstring.h
|
2013-05-04 01:38:49 +09:00 |
|
Tsuda Kageyu
|
5d8f781467
|
Fixed mismatched macro names
|
2013-05-03 21:05:55 +09:00 |
|
Tsuda Kageyu
|
198530547d
|
Removed RefCounter implementation from a public header
|
2013-05-03 13:53:32 +09:00 |
|
Tsuda Kageyu
|
23bd3784a1
|
Separated public and private config.h
|
2013-05-03 11:44:36 +09:00 |
|