naiar
|
fc9abc7a33
|
fixed build failure
|
2013-06-07 20:00:13 +09:00 |
|
Tsuda Kageyu
|
98d010f460
|
Merge pull request #232 from TsudaKageyu/remove-shlwapi
Removed the dependency on shlwapi.dll in Win32
|
2013-06-05 21:59:11 -07:00 |
|
Tsuda Kageyu
|
36d7f9ba32
|
Removed the dependency on shlwapi.dll in Win32
|
2013-06-06 13:45:23 +09:00 |
|
Tsuda Kageyu
|
c4c5b06643
|
Merge pull request #231 from TsudaKageyu/containsat
Fixed behavior change of ByteVector::containsAt()
|
2013-06-01 12:03:34 -07:00 |
|
Tsuda Kageyu
|
767a6ec4a2
|
Added some tests for containsAt()
|
2013-06-02 04:00:34 +09:00 |
|
Tsuda Kageyu
|
860a605c8d
|
Fixed behavior change of ByteVector::containsAt()
|
2013-06-02 03:45:13 +09:00 |
|
Tsuda Kageyu
|
df5bf232eb
|
Merge pull request #230 from TsudaKageyu/gcc42-3
Fixed compilation error with GCC4.2
|
2013-06-01 10:49:07 -07:00 |
|
Tsuda Kageyu
|
90a4bae6cc
|
Fixed compilation error with GCC4.2
|
2013-06-02 02:37:15 +09:00 |
|
Tsuda Kageyu
|
3ae452ee2a
|
Merge pull request #229 from TsudaKageyu/gcc42-2
Fixed compilation error with GCC4.2
|
2013-06-01 10:11:52 -07:00 |
|
Tsuda Kageyu
|
bc2d3ea72e
|
Fixed compilation error with GCC4.2
|
2013-06-02 02:05:11 +09:00 |
|
Tsuda Kageyu
|
25590fe70c
|
Merge pull request #214 from TsudaKageyu/removeptr
Removed smart pointers from public headers
|
2013-06-01 08:05:48 -07:00 |
|
Tsuda Kageyu
|
9ccc4878d0
|
Merge pull request #228 from TsudaKageyu/gcc42
Fixed compilation error with GCC4.2
|
2013-06-01 08:05:29 -07:00 |
|
Tsuda Kageyu
|
6365f36c75
|
Fixed compilation error with GCC4.2
|
2013-06-01 23:55:52 +09:00 |
|
Tsuda Kageyu
|
da3d9b1c55
|
Merge pull request #226 from TsudaKageyu/file-comments
Fixed comments for File constructors
|
2013-05-30 22:34:21 -07:00 |
|
Tsuda Kageyu
|
f77a84486e
|
Fixed comments for File constructors
|
2013-05-30 02:04:10 +09:00 |
|
Tsuda Kageyu
|
cf9f2a436b
|
Merge pull request #224 from TsudaKageyu/memoryleak
Fixed memory leak of ByteVector
|
2013-05-27 08:20:38 -07:00 |
|
Tsuda Kageyu
|
e73afa3325
|
Fixed memory leak of ByteVector
|
2013-05-28 00:02:09 +09:00 |
|
Tsuda Kageyu
|
dfee045d46
|
Merge pull request #222 from TsudaKageyu/vc-filename
Fixed some MSVC specific warnings
|
2013-05-26 06:03:49 -07:00 |
|
Tsuda Kageyu
|
93f304a91d
|
Fixed some MSVC specific warnings
|
2013-05-26 14:38:36 +09:00 |
|
Tsuda Kageyu
|
ddabffc7ef
|
Merge pull request #221 from TsudaKageyu/fix-shlwapi
Fixed shlwapi.h and shlwapi.lib detection for MSVC
|
2013-05-25 12:20:57 -07:00 |
|
Tsuda Kageyu
|
42d268c2c9
|
Fixed shlwapi.h and shlwapi.lib detection for MSVC
|
2013-05-26 04:17:18 +09:00 |
|
Tsuda Kageyu
|
e7c0f3322d
|
Merge pull request #220 from FestusHagen/cmake_shlwapi
Added FindShlwapi.cmake in lieu of pragma comment() in fileref.h.
|
2013-05-25 12:04:08 -07:00 |
|
Festus Hagen
|
b3f3eeeec7
|
Added FindShlwapi.cmake in lieu of pragma comment() in fileref.h.
|
2013-05-25 01:58:49 -04:00 |
|
Tsuda Kageyu
|
54fbe15611
|
Merge pull request #219 from joelverhagen/master
Windows build fails on master (due to RefCounter not being exported)
|
2013-05-23 18:44:15 -07:00 |
|
Joel Verhagen
|
d7523d7843
|
Added TAGLIB_EXPORT to RefCounter for Windows build
|
2013-05-23 13:42:51 -04:00 |
|
Tsuda Kageyu
|
5f5c670f31
|
Merge pull request #216 from TsudaKageyu/merge-master
Merge branch 'master' into taglib2
|
2013-05-23 03:13:52 -07:00 |
|
Tsuda Kageyu
|
8fcc992815
|
Merge branch 'master' into merge-master
Conflicts:
taglib/toolkit/tfile.cpp
taglib/toolkit/tfilestream.cpp
|
2013-05-23 18:36:29 +09:00 |
|
Tsuda Kageyu
|
ca801c5411
|
Merge pull request #215 from TsudaKageyu/smallfile
Fixed bugs on manipulating small files
|
2013-05-23 02:22:48 -07:00 |
|
Tsuda Kageyu
|
4667ba02e5
|
Fixed bugs on manipulating small files
|
2013-05-23 17:45:16 +09:00 |
|
Tsuda Kageyu
|
7c64b1966a
|
Removed smart pointers from public headers
|
2013-05-23 10:23:33 +09:00 |
|
Tsuda Kageyu
|
6e335694c9
|
Merge pull request #208 from Rachus/taglib2
A few Matroska testcases and an issue
|
2013-05-21 03:35:17 -07:00 |
|
Sebastian Rachuj
|
4be506fae2
|
Corrected indentation
|
2013-05-21 12:03:43 +02:00 |
|
Sebastian Rachuj
|
6bf8177796
|
Completed testcases and fixed some bugs, that were found because of the them
|
2013-05-21 11:58:03 +02:00 |
|
Tsuda Kageyu
|
409bba5936
|
Merge pull request #212 from TsudaKageyu/list
Interface change of List::find() and contains()
|
2013-05-20 21:01:31 -07:00 |
|
Tsuda Kageyu
|
ea6ab84c42
|
Interface change of List::find() and contains()
|
2013-05-21 12:45:35 +09:00 |
|
Tsuda Kageyu
|
d982b846c4
|
Merge pull request #211 from TsudaKageyu/tagunion
RIFF::WAV::Tag() returns TagUnion
|
2013-05-20 20:29:43 -07:00 |
|
Tsuda Kageyu
|
1f08a8d7c6
|
RIFF::WAV::Tag() returns TagUnion
|
2013-05-21 12:17:19 +09:00 |
|
Sebastian Rachuj
|
c972b0c080
|
Merge remote-tracking branch 'correct/taglib2' into taglib2
|
2013-05-21 00:27:06 +02:00 |
|
Tsuda Kageyu
|
a30f992106
|
Merge pull request #210 from TsudaKageyu/merge-master
Merge branch 'master' into taglib2
|
2013-05-20 14:18:57 -07:00 |
|
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 |
|
Sebastian Rachuj
|
8f31d882b0
|
Added a few testcases
|
2013-05-20 20:44:12 +02: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 |
|