Tsuda Kageyu
|
e2a168af7a
|
Merge branch 'master' into merge-master
Conflicts:
taglib/toolkit/tbytevector.cpp
|
2013-05-21 06:08:13 +09:00 |
|
Tsuda Kageyu
|
3151336050
|
Merge pull request #209 from TsudaKageyu/bytevector
Changed behavior of ByteVector::toNumber() when overrun
|
2013-05-20 13:50:59 -07:00 |
|
Tsuda Kageyu
|
848f8c316e
|
Changed behavior of ByteVector::toNumber() when overrun
|
2013-05-21 05:36:01 +09:00 |
|
Tsuda Kageyu
|
a23d41c509
|
Merge pull request #207 from TsudaKageyu/anonymous
Moved somethings from global to anonymous namespace.
|
2013-05-19 07:10:45 -07:00 |
|
Tsuda Kageyu
|
ca48435ab6
|
Moved somethings from global to anonymous namespace.
|
2013-05-19 23:03:15 +09:00 |
|
Tsuda Kageyu
|
0a4756b527
|
Merge pull request #206 from TsudaKageyu/smartptrfile
Rewrote File, FileRef and FileStream to use smart pointers
|
2013-05-19 06:17:19 -07:00 |
|
Tsuda Kageyu
|
437b61a311
|
Rewrote File, FileRef and FileStream to use smart pointers
|
2013-05-19 21:56:05 +09:00 |
|
Tsuda Kageyu
|
6c2f99c89a
|
Merge pull request #205 from TsudaKageyu/merge-master
Merge master into TagLib2
|
2013-05-19 00:04:49 -07:00 |
|
Tsuda Kageyu
|
2b5fee2df1
|
Merge branch 'master' into merge-master
Conflicts:
AUTHORS
ConfigureChecks.cmake
config.h.cmake
taglib/toolkit/tbytevector.cpp
taglib/toolkit/tfilestream.cpp
taglib/toolkit/tstring.cpp
tests/test_id3v2.cpp
|
2013-05-19 15:45:15 +09:00 |
|
Tsuda Kageyu
|
2303da48a2
|
Merge pull request #204 from TsudaKageyu/number
Changed String::number() to use a standard function
|
2013-05-18 22:59:02 -07:00 |
|
Tsuda Kageyu
|
bbec1c7f81
|
Changed String::number() to use a standard function
|
2013-05-19 14:39:45 +09:00 |
|
Tsuda Kageyu
|
79f3edebc0
|
Added myself to AUTHORS
|
2013-05-19 11:59:37 +09:00 |
|
Tsuda Kageyu
|
d49d0a6888
|
Merge pull request #203 from TsudaKageyu/fix-filestream
Fixed initialization of FileStream
|
2013-05-18 19:21:36 -07:00 |
|
Tsuda Kageyu
|
5c3f096fe4
|
Fixed initialization of FileStream
|
2013-05-19 11:09:43 +09:00 |
|
Tsuda Kageyu
|
7060d53cf3
|
Merge pull request #202 from TsudaKageyu/fix-filestream
Small refactoring of FileStream
|
2013-05-18 10:49:31 -07:00 |
|
Tsuda Kageyu
|
dcf11b9586
|
Small refactoring of FileStream
|
2013-05-19 02:33:17 +09:00 |
|
Tsuda Kageyu
|
229d69864d
|
Merge pull request #201 from TsudaKageyu/unicodefile
Small change in Win9x support
|
2013-05-18 07:41:07 -07:00 |
|
Tsuda Kageyu
|
36d9fc1973
|
Small change in Win9x support
|
2013-05-18 23:30:15 +09:00 |
|
Tsuda Kageyu
|
dd7758c76e
|
Merge pull request #200 from TsudaKageyu/smartptr
Redefined smart pointer classes in safer way
|
2013-05-17 22:10:00 -07:00 |
|
Tsuda Kageyu
|
5ed8d12478
|
Redefined smart pointer classes in safer way
|
2013-05-18 14:03:45 +09:00 |
|
Tsuda Kageyu
|
d06f480f82
|
Merge pull request #199 from TsudaKageyu/fix-zlib
Fixed the test for ID3V2's compressed frame
|
2013-05-16 04:38:24 -07:00 |
|
Tsuda Kageyu
|
f9efcfb8d6
|
Fixed the test for ID3V2's compressed frame
|
2013-05-16 20:29:58 +09:00 |
|
Tsuda Kageyu
|
23418c25a4
|
Merge pull request #195 from TsudaKageyu/fix-float
Fixed GCC warnings about incompatible type conversions
|
2013-05-07 08:34:35 -07:00 |
|
Tsuda Kageyu
|
f07bf28f5f
|
Fixed GCC warnings about incompatible type conversions
|
2013-05-08 00:27:36 +09:00 |
|
Tsuda Kageyu
|
2bdded5597
|
Merge pull request #193 from TsudaKageyu/tagunion
Changed TagUnion to take the count of tags
|
2013-05-06 20:17:49 -07:00 |
|
Tsuda Kageyu
|
8826ae2484
|
Changed TagUnion to take the count of tags
|
2013-05-07 12:01:51 +09:00 |
|
Tsuda Kageyu
|
2d0644dca7
|
Merge pull request #192 from TsudaKageyu/classname
Changed names of derived classes of AudioProperties
|
2013-05-06 18:40:34 -07:00 |
|
Tsuda Kageyu
|
4ce7ebe520
|
Changed names of derived classes of AudioProperties
|
2013-05-06 19:23:57 +09:00 |
|
Tsuda Kageyu
|
72bb1a887e
|
Merge pull request #191 from TsudaKageyu/move-macros
Moved some macros from taglib_config.h to config.h.
|
2013-05-05 05:16:45 -07:00 |
|
Tsuda Kageyu
|
04e07ad4b0
|
Moved some macros from taglib_config.h to config.h.
|
2013-05-05 20:52:47 +09:00 |
|
Tsuda Kageyu
|
c6315d8371
|
Merge pull request #189 from TsudaKageyu/merge-master
Merge master
|
2013-05-03 09:50:22 -07: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
|
db06166330
|
Merge pull request #187 from TsudaKageyu/config
Removed config.h and moved macros into taglib_config.h
|
2013-05-03 08:03:51 -07:00 |
|
Tsuda Kageyu
|
5d8f781467
|
Fixed mismatched macro names
|
2013-05-03 21:05:55 +09:00 |
|
Tsuda Kageyu
|
03adafbfd9
|
Removed TAGLIB_HAVE_STD_WSTRING macro that affects the public ABI
|
2013-05-03 18:28:28 +09:00 |
|
Tsuda Kageyu
|
198530547d
|
Removed RefCounter implementation from a public header
|
2013-05-03 13:53:32 +09:00 |
|
Tsuda Kageyu
|
4b6745b59b
|
Merge pull request #188 from TsudaKageyu/string-comment
Fixed comments in tstring.h
|
2013-05-02 21:10:26 -07:00 |
|
Tsuda Kageyu
|
6f0bf734d5
|
Fixed comments in tstring.h
|
2013-05-03 13:03:38 +09:00 |
|
Tsuda Kageyu
|
23bd3784a1
|
Separated public and private config.h
|
2013-05-03 11:44:36 +09:00 |
|
Tsuda Kageyu
|
8f8ef3788f
|
Prefixed public variables
|
2013-05-02 23:26:06 +09:00 |
|
Tsuda Kageyu
|
b0938a3cf1
|
Removed config.h and moved macros into taglib_config.h
|
2013-05-02 20:41:59 +09:00 |
|
Tsuda Kageyu
|
73e5acdae9
|
Merge pull request #185 from TsudaKageyu/ieee754
IEEE754 numbers support
|
2013-05-01 21:49:22 -07:00 |
|
Tsuda Kageyu
|
7e1f3545cd
|
IEEE754 numbers support
|
2013-05-02 13:41:26 +09:00 |
|
Tsuda Kageyu
|
8457be8ab4
|
Merge pull request #184 from TsudaKageyu/vc-warnings
Fixed some MSVC specific warnings
|
2013-05-01 06:19:01 -07:00 |
|
Tsuda Kageyu
|
70044534aa
|
Fixed some MSVC specific warnings
|
2013-05-01 22:14:05 +09:00 |
|
Tsuda Kageyu
|
3e7dc496be
|
Merge pull request #183 from TsudaKageyu/fix-win9x
Fix incompatibility with Win9x
|
2013-05-01 04:59:33 -07:00 |
|
Tsuda Kageyu
|
43cfbd568b
|
Fix incompatibility with Win9x
|
2013-05-01 20:50:08 +09:00 |
|
Tsuda Kageyu
|
b3a3aa8a95
|
Merge pull request #182 from TsudaKageyu/merge-master
Merged master into taglib2
|
2013-05-01 04:29:40 -07:00 |
|
Tsuda Kageyu
|
36512745cf
|
Merge branch 'master' into merge-master
Conflicts:
ConfigureChecks.cmake
config-taglib.h.cmake
taglib/CMakeLists.txt
taglib/ape/apefooter.cpp
taglib/ape/apeitem.cpp
taglib/ape/apeproperties.cpp
taglib/asf/asfattribute.cpp
taglib/asf/asffile.cpp
taglib/asf/asfpicture.cpp
taglib/fileref.cpp
taglib/flac/flacfile.cpp
taglib/flac/flacpicture.cpp
taglib/flac/flacproperties.cpp
taglib/mp4/mp4atom.cpp
taglib/mp4/mp4coverart.cpp
taglib/mp4/mp4item.cpp
taglib/mp4/mp4properties.cpp
taglib/mp4/mp4tag.cpp
taglib/mpc/mpcproperties.cpp
taglib/mpeg/id3v2/frames/popularimeterframe.cpp
taglib/mpeg/id3v2/frames/relativevolumeframe.cpp
taglib/mpeg/id3v2/id3v2frame.cpp
taglib/mpeg/id3v2/id3v2synchdata.cpp
taglib/mpeg/xingheader.cpp
taglib/ogg/flac/oggflacfile.cpp
taglib/ogg/oggpageheader.cpp
taglib/ogg/opus/opusproperties.cpp
taglib/ogg/speex/speexproperties.cpp
taglib/ogg/vorbis/vorbisproperties.cpp
taglib/ogg/xiphcomment.cpp
taglib/riff/aiff/aiffproperties.cpp
taglib/riff/wav/infotag.cpp
taglib/riff/wav/wavproperties.cpp
taglib/toolkit/taglib.h
taglib/toolkit/tbytevector.cpp
taglib/toolkit/tbytevector.h
taglib/toolkit/tfilestream.cpp
taglib/toolkit/tiostream.h
taglib/toolkit/tstring.cpp
taglib/toolkit/tstringhandler.cpp
taglib/trueaudio/trueaudioproperties.cpp
taglib/wavpack/wavpackproperties.cpp
|
2013-05-01 20:14:31 +09:00 |
|
Tsuda Kageyu
|
269f34ff2a
|
Merge pull request #172 from TsudaKageyu/tonumber4
Redesigned toNumber/fromNumber API of ByteVector
|
2013-05-01 02:18:24 -07:00 |
|