3151336050
Merge pull request #209 from TsudaKageyu/bytevector
...
Changed behavior of ByteVector::toNumber() when overrun
2013-05-20 13:50:59 -07:00
848f8c316e
Changed behavior of ByteVector::toNumber() when overrun
2013-05-21 05:36:01 +09:00
2303da48a2
Merge pull request #204 from TsudaKageyu/number
...
Changed String::number() to use a standard function
2013-05-18 22:59:02 -07:00
bbec1c7f81
Changed String::number() to use a standard function
2013-05-19 14:39:45 +09:00
79f3edebc0
Added myself to AUTHORS
2013-05-19 11:59:37 +09:00
d49d0a6888
Merge pull request #203 from TsudaKageyu/fix-filestream
...
Fixed initialization of FileStream
2013-05-18 19:21:36 -07:00
5c3f096fe4
Fixed initialization of FileStream
2013-05-19 11:09:43 +09:00
7060d53cf3
Merge pull request #202 from TsudaKageyu/fix-filestream
...
Small refactoring of FileStream
2013-05-18 10:49:31 -07:00
dcf11b9586
Small refactoring of FileStream
2013-05-19 02:33:17 +09:00
229d69864d
Merge pull request #201 from TsudaKageyu/unicodefile
...
Small change in Win9x support
2013-05-18 07:41:07 -07:00
36d9fc1973
Small change in Win9x support
2013-05-18 23:30:15 +09:00
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
f9efcfb8d6
Fixed the test for ID3V2's compressed frame
2013-05-16 20:29:58 +09:00
cbd6f73431
Removed duplicated CHAP frame testing funtion.
2013-05-04 21:25:55 +02:00
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
5d8f781467
Fixed mismatched macro names
2013-05-03 21:05:55 +09:00
03adafbfd9
Removed TAGLIB_HAVE_STD_WSTRING macro that affects the public ABI
2013-05-03 18:28:28 +09:00
198530547d
Removed RefCounter implementation from a public header
2013-05-03 13:53:32 +09:00
4b6745b59b
Merge pull request #188 from TsudaKageyu/string-comment
...
Fixed comments in tstring.h
2013-05-02 21:10:26 -07:00
6f0bf734d5
Fixed comments in tstring.h
2013-05-03 13:03:38 +09:00
23bd3784a1
Separated public and private config.h
2013-05-03 11:44:36 +09:00
8f8ef3788f
Prefixed public variables
2013-05-02 23:26:06 +09:00
b0938a3cf1
Removed config.h and moved macros into taglib_config.h
2013-05-02 20:41:59 +09:00
a2688a1ff0
Merge pull request #180 from TsudaKageyu/master
...
Fixed possible memory leak
2013-04-30 09:39:23 -07:00
d6fc2ef4aa
Fixed possible memory leak
2013-05-01 01:32:48 +09:00
9f29804f60
Merge pull request #178 from rakuco/clear-mbstate_t-correctly
...
Correctly initialize std::mbstate_t.
2013-04-29 15:06:57 -07:00
289b6abb43
Correctly initialize std::mbstate_t.
...
mbstate_t is an opaque type that is often a union or a struct, so setting it
directly to 0 is incorrect and causes build failures with some compilers
such as clang.
2013-04-29 23:56:07 +03:00
55f1224d6e
Merge pull request #176 from TsudaKageyu/master
...
Add some error handling to tfilestream.cpp
2013-04-27 17:37:17 -07:00
395743eb49
Add some error handling to tfilestream.cpp
2013-04-28 09:14:37 +09:00
62827269b6
Merge pull request #175 from TsudaKageyu/master
...
Comment update
2013-04-27 11:10:37 -07:00
d2273a7218
Comment update
2013-04-28 03:06:59 +09:00
bd85cf8928
Merge pull request #174 from TsudaKageyu/alignment
...
Fixed detection of alignment-tolerant CPUs
2013-04-27 11:02:31 -07:00
f3cbb883f2
Fixed detection of alignment-tolerant CPUs
2013-04-28 02:57:51 +09:00
65006952f3
Changed copyright and e-mail in modified files.
2013-04-27 16:09:15 +02:00
4815dbba68
Fixed errors in ChapterFrame constructor.
...
Fixed errors in ChapterFrame method renderFields.
Fixed errors in TableOfContentsFrame method parseFields.
Added ChapterFrame and TableOfContentsFrame headers and sources to CMakeLists.txt.
Added some basic testing of CHAP and CTOC frames parsing.
2013-04-27 15:42:23 +02:00
bcad792e75
Fixed error in childElements function.
2013-04-26 23:16:06 +02:00
a80222efa5
Merge pull request #171 from TsudaKageyu/string-test
...
Add some tests for String
2013-04-26 04:35:57 -07:00
5e13e0c838
Add some tests for String
2013-04-26 19:43:10 +09:00
58765ac40a
Merge pull request #170 from TsudaKageyu/master
...
Small bug fix in tstring.cpp
2013-04-26 01:52:15 -07:00
6e35e56d7f
Small bug fix in tstring.cpp
2013-04-26 17:32:39 +09:00
a9cdbb7e75
Merge pull request #166 from TsudaKageyu/cmake_test
...
Refactor out some stuff to CMake tests
2013-04-25 18:54:37 -07:00
8c71428d4f
Add missing HAVE_WIN_ATOMIC block
2013-04-23 16:25:18 +09:00
2c85b4d178
Fix mistaken preprocessor conditionals
2013-04-23 10:42:45 +09:00
3293cee11e
Skip unnecessary CMake tests
2013-04-23 08:47:48 +09:00
27990d0623
Merge pull request #169 from TsudaKageyu/win9x-unicode
...
Improve Unicode file name handling in Win9x
2013-04-22 10:10:14 -07:00
986ee3c44a
Improve Unicode file name handling in Win9x
2013-04-23 01:59:02 +09:00
dfb3962511
Merge pull request #168 from TsudaKageyu/fix-win9x
...
Fix a change breaks compatibility with Win9x
2013-04-22 08:28:34 -07:00
3e89f7cb40
Fix a change breaks compatibility with Win9x
2013-04-23 00:15:54 +09:00
8c233f4552
Merge pull request #167 from TsudaKageyu/filesize
...
Improve getting file size in Win32
2013-04-21 16:29:26 -07:00
c2896fd629
Improve getting file size in Win32
2013-04-22 08:01:25 +09:00