]>
granicus.if.org Git - taglib/log
Tsuda Kageyu [Sat, 22 Jun 2013 09:06:40 +0000 (18:06 +0900)]
Changed the style to follow TagLib's one
Tsuda Kageyu [Sat, 22 Jun 2013 07:12:57 +0000 (16:12 +0900)]
Added a missing check if an Opus file is open
Lukáš Lalinský [Fri, 21 Jun 2013 06:01:50 +0000 (08:01 +0200)]
Merge remote-tracking branch 'FestusHagen/sw_initorder'
Festus Hagen [Thu, 20 Jun 2013 22:50:14 +0000 (18:50 -0400)]
Fix file modes 2.
Festus Hagen [Thu, 20 Jun 2013 22:37:06 +0000 (18:37 -0400)]
Fix file modes.
Festus Hagen [Thu, 20 Jun 2013 20:40:05 +0000 (16:40 -0400)]
Silence Initialization Order Warnings 2.
Lukáš Lalinský [Thu, 20 Jun 2013 13:22:06 +0000 (15:22 +0200)]
Move byteSwap to a (private) shared include file, rather than having the same code in tstring.cpp and tbytevector.cpp
Lukáš Lalinský [Thu, 20 Jun 2013 13:07:25 +0000 (15:07 +0200)]
Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMake
Lukáš Lalinský [Thu, 20 Jun 2013 11:40:26 +0000 (13:40 +0200)]
Merge remote-tracking branch 'TsudaKageyu/debug-msg3'
Tsuda Kageyu [Sat, 15 Jun 2013 04:21:07 +0000 (13:21 +0900)]
Making use of std::bitset::to_string()
Festus Hagen [Tue, 11 Jun 2013 21:20:46 +0000 (17:20 -0400)]
Silence Initialization Order Warnings.
Tsuda Kageyu [Tue, 11 Jun 2013 10:23:46 +0000 (19:23 +0900)]
Updated the comment for DebugListener class
Tsuda Kageyu [Mon, 10 Jun 2013 07:24:28 +0000 (16:24 +0900)]
Removed getDebugListener()
Tsuda Kageyu [Sun, 9 Jun 2013 16:19:47 +0000 (01:19 +0900)]
Moved a macro from taglib_config.h to config.h
Tsuda Kageyu [Sun, 9 Jun 2013 14:52:05 +0000 (23:52 +0900)]
Added a CMake option that allows to show debug messages in release mode
Tsuda Kageyu [Sat, 8 Jun 2013 13:26:13 +0000 (22:26 +0900)]
Removed TAGLIB_EXPORT from getDebugListener
Tsuda Kageyu [Sat, 8 Jun 2013 12:40:30 +0000 (21:40 +0900)]
Simplified DebugListener class
Lukáš Lalinský [Sat, 8 Jun 2013 10:58:53 +0000 (12:58 +0200)]
Merge branch 'revert-changes' of https://github.com/TsudaKageyu/taglib
Tsuda Kageyu [Sat, 8 Jun 2013 04:14:06 +0000 (13:14 +0900)]
Revert "Fixed some MSVC specific warnings"
This reverts commit
93f304a91d83ca3f58dfcdc47aecd183ee128813 .
Tsuda Kageyu [Sat, 8 Jun 2013 00:59:36 +0000 (09:59 +0900)]
Enabled users to define custom debug message listeners
Tsuda Kageyu [Fri, 7 Jun 2013 17:51:20 +0000 (02:51 +0900)]
Enabled users to define custom debug message listeners
naiar [Fri, 7 Jun 2013 11:00:13 +0000 (20:00 +0900)]
fixed build failure
Tsuda Kageyu [Thu, 6 Jun 2013 04:59:11 +0000 (21:59 -0700)]
Merge pull request #232 from TsudaKageyu/remove-shlwapi
Removed the dependency on shlwapi.dll in Win32
Tsuda Kageyu [Thu, 6 Jun 2013 04:45:23 +0000 (13:45 +0900)]
Removed the dependency on shlwapi.dll in Win32
Tsuda Kageyu [Sat, 1 Jun 2013 19:03:34 +0000 (12:03 -0700)]
Merge pull request #231 from TsudaKageyu/containsat
Fixed behavior change of ByteVector::containsAt()
Tsuda Kageyu [Sat, 1 Jun 2013 18:58:50 +0000 (03:58 +0900)]
Added some tests for containsAt()
Tsuda Kageyu [Sat, 1 Jun 2013 18:45:13 +0000 (03:45 +0900)]
Fixed behavior change of ByteVector::containsAt()
Tsuda Kageyu [Sat, 1 Jun 2013 17:49:07 +0000 (10:49 -0700)]
Merge pull request #230 from TsudaKageyu/gcc42-3
Fixed compilation error with GCC4.2
Tsuda Kageyu [Sat, 1 Jun 2013 17:37:15 +0000 (02:37 +0900)]
Fixed compilation error with GCC4.2
Tsuda Kageyu [Sat, 1 Jun 2013 17:11:52 +0000 (10:11 -0700)]
Merge pull request #229 from TsudaKageyu/gcc42-2
Fixed compilation error with GCC4.2
Tsuda Kageyu [Sat, 1 Jun 2013 17:05:11 +0000 (02:05 +0900)]
Fixed compilation error with GCC4.2
Tsuda Kageyu [Sat, 1 Jun 2013 15:05:29 +0000 (08:05 -0700)]
Merge pull request #228 from TsudaKageyu/gcc42
Fixed compilation error with GCC4.2
Tsuda Kageyu [Sat, 1 Jun 2013 14:55:52 +0000 (23:55 +0900)]
Fixed compilation error with GCC4.2
Tsuda Kageyu [Fri, 31 May 2013 05:34:21 +0000 (22:34 -0700)]
Merge pull request #226 from TsudaKageyu/file-comments
Fixed comments for File constructors
Tsuda Kageyu [Wed, 29 May 2013 17:04:10 +0000 (02:04 +0900)]
Fixed comments for File constructors
Tsuda Kageyu [Mon, 27 May 2013 15:20:38 +0000 (08:20 -0700)]
Merge pull request #224 from TsudaKageyu/memoryleak
Fixed memory leak of ByteVector
Tsuda Kageyu [Mon, 27 May 2013 15:02:09 +0000 (00:02 +0900)]
Fixed memory leak of ByteVector
Tsuda Kageyu [Sun, 26 May 2013 13:03:49 +0000 (06:03 -0700)]
Merge pull request #222 from TsudaKageyu/vc-filename
Fixed some MSVC specific warnings
Tsuda Kageyu [Sun, 26 May 2013 05:38:36 +0000 (14:38 +0900)]
Fixed some MSVC specific warnings
Tsuda Kageyu [Sat, 25 May 2013 19:20:57 +0000 (12:20 -0700)]
Merge pull request #221 from TsudaKageyu/fix-shlwapi
Fixed shlwapi.h and shlwapi.lib detection for MSVC
Tsuda Kageyu [Sat, 25 May 2013 19:17:18 +0000 (04:17 +0900)]
Fixed shlwapi.h and shlwapi.lib detection for MSVC
Tsuda Kageyu [Sat, 25 May 2013 19:04:08 +0000 (12:04 -0700)]
Merge pull request #220 from FestusHagen/cmake_shlwapi
Added FindShlwapi.cmake in lieu of pragma comment() in fileref.h.
Festus Hagen [Sat, 25 May 2013 05:51:26 +0000 (01:51 -0400)]
Added FindShlwapi.cmake in lieu of pragma comment() in fileref.h.
Tsuda Kageyu [Fri, 24 May 2013 01:44:15 +0000 (18:44 -0700)]
Merge pull request #219 from joelverhagen/master
Windows build fails on master (due to RefCounter not being exported)
Joel Verhagen [Thu, 23 May 2013 17:42:51 +0000 (13:42 -0400)]
Added TAGLIB_EXPORT to RefCounter for Windows build
Tsuda Kageyu [Thu, 23 May 2013 09:22:48 +0000 (02:22 -0700)]
Merge pull request #215 from TsudaKageyu/smallfile
Fixed bugs on manipulating small files
Tsuda Kageyu [Thu, 23 May 2013 08:38:43 +0000 (17:38 +0900)]
Fixed bugs on manipulating small files
Tsuda Kageyu [Mon, 20 May 2013 20:50:59 +0000 (13:50 -0700)]
Merge pull request #209 from TsudaKageyu/bytevector
Changed behavior of ByteVector::toNumber() when overrun
Tsuda Kageyu [Mon, 20 May 2013 20:36:01 +0000 (05:36 +0900)]
Changed behavior of ByteVector::toNumber() when overrun
Tsuda Kageyu [Sun, 19 May 2013 05:59:02 +0000 (22:59 -0700)]
Merge pull request #204 from TsudaKageyu/number
Changed String::number() to use a standard function
Tsuda Kageyu [Sun, 19 May 2013 05:39:45 +0000 (14:39 +0900)]
Changed String::number() to use a standard function
Tsuda Kageyu [Sun, 19 May 2013 02:59:37 +0000 (11:59 +0900)]
Added myself to AUTHORS
Tsuda Kageyu [Sun, 19 May 2013 02:21:36 +0000 (19:21 -0700)]
Merge pull request #203 from TsudaKageyu/fix-filestream
Fixed initialization of FileStream
Tsuda Kageyu [Sun, 19 May 2013 02:09:43 +0000 (11:09 +0900)]
Fixed initialization of FileStream
Tsuda Kageyu [Sat, 18 May 2013 17:49:31 +0000 (10:49 -0700)]
Merge pull request #202 from TsudaKageyu/fix-filestream
Small refactoring of FileStream
Tsuda Kageyu [Sat, 18 May 2013 17:33:17 +0000 (02:33 +0900)]
Small refactoring of FileStream
Tsuda Kageyu [Sat, 18 May 2013 14:41:07 +0000 (07:41 -0700)]
Merge pull request #201 from TsudaKageyu/unicodefile
Small change in Win9x support
Tsuda Kageyu [Sat, 18 May 2013 14:30:15 +0000 (23:30 +0900)]
Small change in Win9x support
Tsuda Kageyu [Thu, 16 May 2013 11:38:24 +0000 (04:38 -0700)]
Merge pull request #199 from TsudaKageyu/fix-zlib
Fixed the test for ID3V2's compressed frame
Tsuda Kageyu [Thu, 16 May 2013 11:26:20 +0000 (20:26 +0900)]
Fixed the test for ID3V2's compressed frame
Tsuda Kageyu [Fri, 3 May 2013 15:03:51 +0000 (08:03 -0700)]
Merge pull request #187 from TsudaKageyu/config
Removed config.h and moved macros into taglib_config.h
Tsuda Kageyu [Fri, 3 May 2013 12:02:27 +0000 (21:02 +0900)]
Fixed mismatched macro names
Tsuda Kageyu [Fri, 3 May 2013 09:26:43 +0000 (18:26 +0900)]
Removed TAGLIB_HAVE_STD_WSTRING macro that affects the public ABI
Tsuda Kageyu [Fri, 3 May 2013 04:53:32 +0000 (13:53 +0900)]
Removed RefCounter implementation from a public header
Tsuda Kageyu [Fri, 3 May 2013 04:10:26 +0000 (21:10 -0700)]
Merge pull request #188 from TsudaKageyu/string-comment
Fixed comments in tstring.h
Tsuda Kageyu [Fri, 3 May 2013 04:03:38 +0000 (13:03 +0900)]
Fixed comments in tstring.h
Tsuda Kageyu [Fri, 3 May 2013 02:44:36 +0000 (11:44 +0900)]
Separated public and private config.h
Tsuda Kageyu [Thu, 2 May 2013 14:03:13 +0000 (23:03 +0900)]
Prefixed public variables
Tsuda Kageyu [Thu, 2 May 2013 11:41:59 +0000 (20:41 +0900)]
Removed config.h and moved macros into taglib_config.h
Tsuda Kageyu [Tue, 30 Apr 2013 16:39:23 +0000 (09:39 -0700)]
Merge pull request #180 from TsudaKageyu/master
Fixed possible memory leak
Tsuda Kageyu [Tue, 30 Apr 2013 16:32:48 +0000 (01:32 +0900)]
Fixed possible memory leak
Tsuda Kageyu [Mon, 29 Apr 2013 22:06:57 +0000 (15:06 -0700)]
Merge pull request #178 from rakuco/clear-mbstate_t-correctly
Correctly initialize std::mbstate_t.
Raphael Kubo da Costa [Mon, 29 Apr 2013 20:56:07 +0000 (23:56 +0300)]
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.
Tsuda Kageyu [Sun, 28 Apr 2013 00:37:17 +0000 (17:37 -0700)]
Merge pull request #176 from TsudaKageyu/master
Add some error handling to tfilestream.cpp
Tsuda Kageyu [Sun, 28 Apr 2013 00:14:37 +0000 (09:14 +0900)]
Add some error handling to tfilestream.cpp
Tsuda Kageyu [Sat, 27 Apr 2013 18:10:37 +0000 (11:10 -0700)]
Merge pull request #175 from TsudaKageyu/master
Comment update
Tsuda Kageyu [Sat, 27 Apr 2013 18:06:59 +0000 (03:06 +0900)]
Comment update
Tsuda Kageyu [Sat, 27 Apr 2013 18:02:31 +0000 (11:02 -0700)]
Merge pull request #174 from TsudaKageyu/alignment
Fixed detection of alignment-tolerant CPUs
Tsuda Kageyu [Sat, 27 Apr 2013 17:57:51 +0000 (02:57 +0900)]
Fixed detection of alignment-tolerant CPUs
Tsuda Kageyu [Fri, 26 Apr 2013 11:35:57 +0000 (04:35 -0700)]
Merge pull request #171 from TsudaKageyu/string-test
Add some tests for String
Tsuda Kageyu [Fri, 26 Apr 2013 10:43:10 +0000 (19:43 +0900)]
Add some tests for String
Tsuda Kageyu [Fri, 26 Apr 2013 08:52:15 +0000 (01:52 -0700)]
Merge pull request #170 from TsudaKageyu/master
Small bug fix in tstring.cpp
Tsuda Kageyu [Fri, 26 Apr 2013 08:32:39 +0000 (17:32 +0900)]
Small bug fix in tstring.cpp
Tsuda Kageyu [Fri, 26 Apr 2013 01:54:37 +0000 (18:54 -0700)]
Merge pull request #166 from TsudaKageyu/cmake_test
Refactor out some stuff to CMake tests
Tsuda Kageyu [Tue, 23 Apr 2013 07:25:18 +0000 (16:25 +0900)]
Add missing HAVE_WIN_ATOMIC block
Tsuda Kageyu [Tue, 23 Apr 2013 01:42:45 +0000 (10:42 +0900)]
Fix mistaken preprocessor conditionals
Tsuda Kageyu [Mon, 22 Apr 2013 23:38:43 +0000 (08:38 +0900)]
Skip unnecessary CMake tests
Tsuda Kageyu [Mon, 22 Apr 2013 17:10:14 +0000 (10:10 -0700)]
Merge pull request #169 from TsudaKageyu/win9x-unicode
Improve Unicode file name handling in Win9x
Tsuda Kageyu [Mon, 22 Apr 2013 16:59:02 +0000 (01:59 +0900)]
Improve Unicode file name handling in Win9x
Tsuda Kageyu [Mon, 22 Apr 2013 15:28:34 +0000 (08:28 -0700)]
Merge pull request #168 from TsudaKageyu/fix-win9x
Fix a change breaks compatibility with Win9x
Tsuda Kageyu [Mon, 22 Apr 2013 15:15:54 +0000 (00:15 +0900)]
Fix a change breaks compatibility with Win9x
Tsuda Kageyu [Sun, 21 Apr 2013 23:29:26 +0000 (16:29 -0700)]
Merge pull request #167 from TsudaKageyu/filesize
Improve getting file size in Win32
Tsuda Kageyu [Sun, 21 Apr 2013 23:01:25 +0000 (08:01 +0900)]
Improve getting file size in Win32
Tsuda kageyu [Sun, 21 Apr 2013 13:24:12 +0000 (22:24 +0900)]
Refactor out some stuff to CMake tests
Tsuda Kageyu [Sun, 21 Apr 2013 07:15:02 +0000 (00:15 -0700)]
Merge pull request #165 from TsudaKageyu/sign-ext
Fix unexpected sign extension
Tsuda kageyu [Sun, 21 Apr 2013 07:06:12 +0000 (16:06 +0900)]
Fix unexpected sign extension
Tsuda Kageyu [Sat, 20 Apr 2013 00:43:16 +0000 (17:43 -0700)]
Merge pull request #161 from TsudaKageyu/fix-syncdata
Fix reading corrupted ID3v2 syncdata
Tsuda kageyu [Sat, 20 Apr 2013 00:28:19 +0000 (09:28 +0900)]
Fix reading corrupted ID3v2 syncdata
Tsuda Kageyu [Fri, 19 Apr 2013 21:43:42 +0000 (14:43 -0700)]
Merge pull request #160 from TsudaKageyu/fix-cast-align
Fix -Wcast-align violation
Tsuda kageyu [Fri, 19 Apr 2013 20:54:06 +0000 (05:54 +0900)]
Fix -Wcast-align violation