Tsuda Kageyu
d6fc2ef4aa
Fixed possible memory leak
2013-05-01 01:32:48 +09:00
Tsuda Kageyu
9f29804f60
Merge pull request #178 from rakuco/clear-mbstate_t-correctly
...
Correctly initialize std::mbstate_t.
2013-04-29 15:06:57 -07:00
Raphael Kubo da Costa
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
Tsuda Kageyu
55f1224d6e
Merge pull request #176 from TsudaKageyu/master
...
Add some error handling to tfilestream.cpp
2013-04-27 17:37:17 -07:00
Tsuda Kageyu
395743eb49
Add some error handling to tfilestream.cpp
2013-04-28 09:14:37 +09:00
Tsuda Kageyu
62827269b6
Merge pull request #175 from TsudaKageyu/master
...
Comment update
2013-04-27 11:10:37 -07:00
Tsuda Kageyu
d2273a7218
Comment update
2013-04-28 03:06:59 +09:00
Tsuda Kageyu
bd85cf8928
Merge pull request #174 from TsudaKageyu/alignment
...
Fixed detection of alignment-tolerant CPUs
2013-04-27 11:02:31 -07:00
Tsuda Kageyu
f3cbb883f2
Fixed detection of alignment-tolerant CPUs
2013-04-28 02:57:51 +09:00
Lukáš Krejčí
65006952f3
Changed copyright and e-mail in modified files.
2013-04-27 16:09:15 +02:00
Lukáš Krejčí
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
Lukáš Krejčí
bcad792e75
Fixed error in childElements function.
2013-04-26 23:16:06 +02:00
Tsuda Kageyu
a80222efa5
Merge pull request #171 from TsudaKageyu/string-test
...
Add some tests for String
2013-04-26 04:35:57 -07:00
Tsuda Kageyu
5e13e0c838
Add some tests for String
2013-04-26 19:43:10 +09:00
Tsuda Kageyu
58765ac40a
Merge pull request #170 from TsudaKageyu/master
...
Small bug fix in tstring.cpp
2013-04-26 01:52:15 -07:00
Tsuda Kageyu
6e35e56d7f
Small bug fix in tstring.cpp
2013-04-26 17:32:39 +09:00
Tsuda Kageyu
a9cdbb7e75
Merge pull request #166 from TsudaKageyu/cmake_test
...
Refactor out some stuff to CMake tests
2013-04-25 18:54:37 -07:00
Tsuda Kageyu
8c71428d4f
Add missing HAVE_WIN_ATOMIC block
2013-04-23 16:25:18 +09:00
Tsuda Kageyu
2c85b4d178
Fix mistaken preprocessor conditionals
2013-04-23 10:42:45 +09:00
Tsuda Kageyu
3293cee11e
Skip unnecessary CMake tests
2013-04-23 08:47:48 +09:00
Tsuda Kageyu
27990d0623
Merge pull request #169 from TsudaKageyu/win9x-unicode
...
Improve Unicode file name handling in Win9x
2013-04-22 10:10:14 -07:00
Tsuda Kageyu
986ee3c44a
Improve Unicode file name handling in Win9x
2013-04-23 01:59:02 +09:00
Tsuda Kageyu
dfb3962511
Merge pull request #168 from TsudaKageyu/fix-win9x
...
Fix a change breaks compatibility with Win9x
2013-04-22 08:28:34 -07:00
Tsuda Kageyu
3e89f7cb40
Fix a change breaks compatibility with Win9x
2013-04-23 00:15:54 +09:00
Tsuda Kageyu
8c233f4552
Merge pull request #167 from TsudaKageyu/filesize
...
Improve getting file size in Win32
2013-04-21 16:29:26 -07:00
Tsuda Kageyu
c2896fd629
Improve getting file size in Win32
2013-04-22 08:01:25 +09:00
Lukáš Krejčí
fcfd9f59fe
Finished parseFields, renderFields and asProperty methods of ChapterFrame and TableOfContentsFrame classes.
...
Methods setElementID of ChapterFrame and TableOfContentsFrame classes now automatically terminates new element ID with null.
2013-04-21 16:16:57 +02:00
Tsuda kageyu
49b07a2662
Refactor out some stuff to CMake tests
2013-04-21 22:24:12 +09:00
Tsuda Kageyu
529d78f54b
Merge pull request #165 from TsudaKageyu/sign-ext
...
Fix unexpected sign extension
2013-04-21 00:15:02 -07:00
Tsuda kageyu
dc89bdd3f0
Fix unexpected sign extension
2013-04-21 16:06:12 +09:00
Lukáš Krejčí
4be1279430
Added basic members of ChapterFrame and TableOfContentsFrame classes.
...
Fixed minor bugs in ChapterFrame and TableOfContentsFrame headers.
2013-04-20 16:49:57 +02:00
Lukáš Krejčí
08ae0e8c63
Created CPP and H files for CTOC and CHAP frames.
2013-04-20 15:52:52 +02:00
Tsuda Kageyu
81a9f0474d
Merge pull request #161 from TsudaKageyu/fix-syncdata
...
Fix reading corrupted ID3v2 syncdata
2013-04-19 17:43:16 -07:00
Tsuda kageyu
8a7d1dd796
Fix reading corrupted ID3v2 syncdata
2013-04-20 09:40:01 +09:00
Tsuda Kageyu
457b1abac8
Merge pull request #160 from TsudaKageyu/fix-cast-align
...
Fix -Wcast-align violation
2013-04-19 14:43:42 -07:00
Tsuda kageyu
e8498b9264
Fix -Wcast-align violation
2013-04-20 05:54:06 +09:00
Tsuda Kageyu
3eeff8b933
Merge pull request #158 from TsudaKageyu/fix-errmsg
...
Fix an error message in Win32
2013-04-18 14:30:37 -07:00
Tsuda kageyu
d959ab89f1
Fix an error message in Win32
2013-04-19 06:13:27 +09:00
Tsuda Kageyu
b081fb2833
Merge pull request #157 from TsudaKageyu/file-win32
...
Fix improper file handling in Win32
2013-04-18 06:38:48 -07:00
Tsuda kageyu
e0805b039c
Fix improper file handling in Win32
2013-04-18 22:16:59 +09:00
Tsuda Kageyu
c352b5e0c7
Merge pull request #155 from TsudaKageyu/gcc-warnings
...
Fix some GCC specific warnings
2013-04-18 04:09:30 -07:00
Tsuda kageyu
a71749a6b5
Fix some GCC specific warnings
2013-04-18 19:52:52 +09:00
Tsuda Kageyu
a188778eb8
Merge pull request #154 from TsudaKageyu/tonumber
...
ByteVector::toUInt() takes offset and length
2013-04-18 03:26:21 -07:00
Tsuda kageyu
439f27640a
ByteVector::toUInt() takes offset and length
2013-04-18 18:36:19 +09:00
Tsuda Kageyu
c9209cc99e
Merge pull request #150 from TsudaKageyu/detect-codecvt
...
Detect <codecvt> header automatically
2013-04-17 08:42:14 -07:00
Tsuda kageyu
1370a1cc83
Detect <codecvt> header automatically
2013-04-18 00:32:14 +09:00
Tsuda Kageyu
266e8f5ae4
Merge pull request #149 from TsudaKageyu/fileref-string
...
Fix improper string handling
2013-04-17 07:55:33 -07:00
Tsuda kageyu
ccaac6c336
Fix improper string handling
2013-04-17 23:47:09 +09:00
Tsuda Kageyu
88005640d5
Merge pull request #148 from TsudaKageyu/reset-smart-pointer
...
Revert changes concerning the smart pointer
2013-04-17 07:08:36 -07:00
Tsuda kageyu
1f4e06ea7c
Revert changes concerning the smart pointer
2013-04-17 22:54:56 +09:00