]> granicus.if.org Git - taglib/log
taglib
10 years agoNo reason to store this in the d-pointer
Scott Wheeler [Thu, 18 Sep 2014 08:23:42 +0000 (10:23 +0200)]
No reason to store this in the d-pointer

10 years agoMerge pull request #434 from DidierMalenfant/master
Lukáš Lalinský [Mon, 25 Aug 2014 12:09:44 +0000 (14:09 +0200)]
Merge pull request #434 from DidierMalenfant/master

Ignoring files generated when creating an Xcode project via cmake.

10 years agoIgnoring files generated when creating an Xcode project via cmake.
Didier Malenfant [Sun, 24 Aug 2014 03:37:32 +0000 (20:37 -0700)]
Ignoring files generated when creating an Xcode project via cmake.

10 years agoMerge pull request #430 from TsudaKageyu/const-iterator
Lukáš Lalinský [Thu, 21 Aug 2014 07:47:36 +0000 (09:47 +0200)]
Merge pull request #430 from TsudaKageyu/const-iterator

Reduce useless detach operations by making some non-const iterators cons...

10 years agoReduce useless detach operations by making some non-const iterators const.
Tsuda Kageyu [Thu, 21 Aug 2014 07:35:35 +0000 (16:35 +0900)]
Reduce useless detach operations by making some non-const iterators const.

10 years agoMerge pull request #421 from TsudaKageyu/fix-wav-strip
Lukáš Lalinský [Wed, 20 Aug 2014 08:12:43 +0000 (10:12 +0200)]
Merge pull request #421 from TsudaKageyu/fix-wav-strip

Fixed a bug on stripping tags when saving .WAV files.

10 years agoMerge pull request #422 from TsudaKageyu/detach
Lukáš Lalinský [Wed, 20 Aug 2014 08:09:08 +0000 (10:09 +0200)]
Merge pull request #422 from TsudaKageyu/detach

Added some missing detach()s to List<T>, ByteVector and String.

10 years agoMerge pull request #427 from TsudaKageyu/linebreak
Stephen F. Booth [Sun, 17 Aug 2014 13:01:47 +0000 (09:01 -0400)]
Merge pull request #427 from TsudaKageyu/linebreak

Small fixes in line breaking.

10 years agoSmall fixes in line breaking.
Tsuda Kageyu [Sat, 16 Aug 2014 06:33:39 +0000 (15:33 +0900)]
Small fixes in line breaking.

10 years agoMerge pull request #426 from TsudaKageyu/string-cmp
Lukáš Lalinský [Tue, 12 Aug 2014 16:15:37 +0000 (18:15 +0200)]
Merge pull request #426 from TsudaKageyu/string-cmp

Added some operators to compare String to string literals.

10 years agoAdded some operators to compare String to string literals.
Tsuda Kageyu [Tue, 12 Aug 2014 13:54:54 +0000 (22:54 +0900)]
Added some operators to compare String to string literals.

10 years agoMerge pull request #425 from TsudaKageyu/fix-cmake
Lukáš Lalinský [Tue, 12 Aug 2014 07:42:19 +0000 (09:42 +0200)]
Merge pull request #425 from TsudaKageyu/fix-cmake

Removed a useless line from ConfigureChecks.cmake.

10 years agoRemoved a useless line from ConfigureChecks.cmake.
Tsuda Kageyu [Tue, 12 Aug 2014 04:42:44 +0000 (13:42 +0900)]
Removed a useless line from ConfigureChecks.cmake.

10 years agoAdded some missing detach()s to List<T>, ByteVector and String.
Tsuda Kageyu [Sat, 30 Nov 2013 23:57:26 +0000 (08:57 +0900)]
Added some missing detach()s to List<T>, ByteVector and String.

10 years agoFixed a bug on stripping tags when saving .WAV files.
Tsuda Kageyu [Thu, 7 Aug 2014 09:49:53 +0000 (18:49 +0900)]
Fixed a bug on stripping tags when saving .WAV files.

10 years agoMerge pull request #418 from TsudaKageyu/debug-msg
Lukáš Lalinský [Wed, 6 Aug 2014 22:37:17 +0000 (00:37 +0200)]
Merge pull request #418 from TsudaKageyu/debug-msg

Fixed some debug messages.

10 years agoMerge pull request #414 from TsudaKageyu/fix-floattest
Lukáš Lalinský [Wed, 6 Aug 2014 22:36:59 +0000 (00:36 +0200)]
Merge pull request #414 from TsudaKageyu/fix-floattest

Fixed some mistakes in the CMake module for float types.

10 years agoImproved the CMake check for float/double format. (Intel compiler support)
Tsuda Kageyu [Wed, 6 Aug 2014 11:57:04 +0000 (20:57 +0900)]
Improved the CMake check for float/double format. (Intel compiler support)

10 years agoFixed some debug messages.
Tsuda Kageyu [Wed, 6 Aug 2014 07:13:15 +0000 (16:13 +0900)]
Fixed some debug messages.

10 years agoFixed some mistakes in the CMake module for float types.
Tsuda Kageyu [Mon, 4 Aug 2014 08:40:56 +0000 (17:40 +0900)]
Fixed some mistakes in the CMake module for float types.

10 years agoMerge pull request #413 from TsudaKageyu/msvc-tests3
Lukáš Lalinský [Mon, 4 Aug 2014 07:09:20 +0000 (09:09 +0200)]
Merge pull request #413 from TsudaKageyu/msvc-tests3

Fixed a test to work with MSVC.

10 years agoFixed a test to work with MSVC.
Tsuda Kageyu [Mon, 4 Aug 2014 06:07:35 +0000 (15:07 +0900)]
Fixed a test to work with MSVC.

10 years agoMerge pull request #406 from TsudaKageyu/utf16-byteorder
Lukáš Lalinský [Wed, 23 Jul 2014 08:21:37 +0000 (10:21 +0200)]
Merge pull request #406 from TsudaKageyu/utf16-byteorder

Fixed handling UTF-16 byte order.

10 years agoMerge pull request #405 from TsudaKageyu/missing-include
Lukáš Lalinský [Wed, 23 Jul 2014 08:20:38 +0000 (10:20 +0200)]
Merge pull request #405 from TsudaKageyu/missing-include

Added a missing #include.

10 years agoFixed handling UTF-16 byte order.
Tsuda Kageyu [Wed, 23 Jul 2014 06:35:49 +0000 (15:35 +0900)]
Fixed handling UTF-16 byte order.

10 years agoAdded a missing #include.
Tsuda Kageyu [Wed, 23 Jul 2014 05:56:18 +0000 (14:56 +0900)]
Added a missing #include.

10 years agoMerge pull request #399 from TsudaKageyu/float-conv
Lukáš Lalinský [Tue, 22 Jul 2014 10:10:54 +0000 (12:10 +0200)]
Merge pull request #399 from TsudaKageyu/float-conv

Added float conversion functions to ByteVector.

10 years agoAdded float conversion functions to ByteVector.
Tsuda Kageyu [Wed, 16 Jul 2014 16:28:02 +0000 (01:28 +0900)]
Added float conversion functions to ByteVector.
Added CMake checks about IEEE754 compliance.

10 years agoMerge pull request #398 from TsudaKageyu/fix-chap
Lukáš Lalinský [Wed, 16 Jul 2014 20:30:10 +0000 (22:30 +0200)]
Merge pull request #398 from TsudaKageyu/fix-chap

Fixed some compilation error on MSVC in CHAP and CTOC frames support.

10 years agoFixed some compilation error on MSVC in CHAP and CTOC frames support.
Tsuda Kageyu [Wed, 16 Jul 2014 16:43:56 +0000 (01:43 +0900)]
Fixed some compilation error on MSVC in CHAP and CTOC frames support.

10 years agoMerge pull request #393 from TsudaKageyu/msvc-tests
Lukáš Lalinský [Wed, 16 Jul 2014 14:02:10 +0000 (16:02 +0200)]
Merge pull request #393 from TsudaKageyu/msvc-tests

Modified some tests to work with MSVC.

10 years agoMerge pull request #392 from TsudaKageyu/zlib-source
Lukáš Lalinský [Wed, 16 Jul 2014 13:58:52 +0000 (15:58 +0200)]
Merge pull request #392 from TsudaKageyu/zlib-source

Added a Windows-friendly build option ZLIB_SOURCE.

10 years agoMerge pull request #390 from TsudaKageyu/vector-bounds
Lukáš Lalinský [Wed, 16 Jul 2014 13:57:55 +0000 (15:57 +0200)]
Merge pull request #390 from TsudaKageyu/vector-bounds

Fixed out-of-bounds access in findVector().

10 years agoMerge pull request #391 from TsudaKageyu/setlasterror
Lukáš Lalinský [Wed, 16 Jul 2014 13:56:59 +0000 (15:56 +0200)]
Merge pull request #391 from TsudaKageyu/setlasterror

Added some SetLastError()s to get correct error codes in Win32.

10 years agoMerge pull request #394 from ufleisch/master
Lukáš Lalinský [Wed, 16 Jul 2014 13:54:03 +0000 (15:54 +0200)]
Merge pull request #394 from ufleisch/master

Add genres 148 to 191 to list of ID3v1 genres.

10 years agoMerge remote-tracking branch 'krejclu6/krejclu6_chapters'
Lukáš Lalinský [Wed, 16 Jul 2014 13:52:41 +0000 (15:52 +0200)]
Merge remote-tracking branch 'krejclu6/krejclu6_chapters'

10 years agoChanged to skip the ZLib check when ZLIB_SOURCE is set.
Tsuda Kageyu [Wed, 9 Jul 2014 00:52:08 +0000 (09:52 +0900)]
Changed to skip the ZLib check when ZLIB_SOURCE is set.

10 years agoFixed the tests to work with MSVC when UNICODE is set.
Tsuda Kageyu [Mon, 23 Jun 2014 16:29:15 +0000 (01:29 +0900)]
Fixed the tests to work with MSVC when UNICODE is set.

10 years agoAdd genres 148 to 191 to list of ID3v1 genres.
Urs Fleisch [Sat, 21 Jun 2014 10:34:42 +0000 (12:34 +0200)]
Add genres 148 to 191 to list of ID3v1 genres.

This genres were added for Winamp version 5.6, see
<http://en.wikipedia.org/wiki/ID3#List_of_genres>.

10 years agoUpdated INSTALL.
Tsuda Kageyu [Fri, 20 Jun 2014 01:36:09 +0000 (10:36 +0900)]
Updated INSTALL.

10 years agoModified some tests to work with MSVC.
Tsuda Kageyu [Thu, 19 Jun 2014 02:55:52 +0000 (11:55 +0900)]
Modified some tests to work with MSVC.

10 years agoAdded a Windows-friendly build option ZLIB_SOURCE.
Tsuda Kageyu [Thu, 19 Jun 2014 09:27:08 +0000 (18:27 +0900)]
Added a Windows-friendly build option ZLIB_SOURCE.

10 years agoAdded a check for patternSize and removed a useless check.
Tsuda Kageyu [Thu, 19 Jun 2014 07:53:29 +0000 (16:53 +0900)]
Added a check for patternSize and removed a useless check.

10 years agoAdded a test for out-of-bounds access in findVector().
Tsuda Kageyu [Thu, 19 Jun 2014 04:22:50 +0000 (13:22 +0900)]
Added a test for out-of-bounds access in findVector().

10 years agoAdded some SetLastError()s to get correct error codes in Win32.
Tsuda Kageyu [Thu, 19 Jun 2014 03:51:44 +0000 (12:51 +0900)]
Added some SetLastError()s to get correct error codes in Win32.

10 years agoFixed out-of-bounds access in findVector().
Tsuda Kageyu [Thu, 19 Jun 2014 02:55:52 +0000 (11:55 +0900)]
Fixed out-of-bounds access in findVector().

10 years agoCode clean-up.
Lukas Krejci [Wed, 11 Jun 2014 15:52:05 +0000 (17:52 +0200)]
Code clean-up.

10 years agoMerge branch 'krejclu6_chapters' of https://github.com/krejclu6/taglib into krejclu6_...
Lukas Krejci [Sun, 18 May 2014 14:29:54 +0000 (16:29 +0200)]
Merge branch 'krejclu6_chapters' of https://github.com/krejclu6/taglib into krejclu6_chapters

Conflicts:
taglib/mpeg/id3v2/id3v2framefactory.cpp
tests/test_id3v2.cpp

10 years agoUncommenting unit test.
Lukas Krejci [Sun, 13 Oct 2013 16:38:54 +0000 (18:38 +0200)]
Uncommenting unit test.

10 years agoAdded functions for work with embedded frames.
Lukas Krejci [Tue, 8 Oct 2013 16:19:15 +0000 (18:19 +0200)]
Added functions for work with embedded frames.

Added embedded frames parsing.

Added embedded frames rendering.
Modified constructor of CHAP and CTOC frame, so it can accept list of embedded frames.

Added unit tests for CHAP and CTOC frames parsing and rendering (with support of embedded frames).
Fixed bugs in rendering of CTOC frames.
Added functions for adding and removing child elements in CTOC frames.

10 years agoRemoved duplicated CHAP frame testing funtion.
Lukáš Krejčí [Sat, 4 May 2013 19:25:55 +0000 (21:25 +0200)]
Removed duplicated CHAP frame testing funtion.

10 years agoChanged copyright and e-mail in modified files.
Lukáš Krejčí [Sat, 27 Apr 2013 14:09:15 +0000 (16:09 +0200)]
Changed copyright and e-mail in modified files.

10 years agoFixed errors in ChapterFrame constructor.
Lukáš Krejčí [Sat, 27 Apr 2013 13:42:23 +0000 (15:42 +0200)]
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.

10 years agoFixed error in childElements function.
Lukáš Krejčí [Fri, 26 Apr 2013 21:16:06 +0000 (23:16 +0200)]
Fixed error in childElements function.

10 years agoFinished parseFields, renderFields and asProperty methods of ChapterFrame and TableOf...
Lukáš Krejčí [Sun, 21 Apr 2013 14:16:57 +0000 (16:16 +0200)]
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.

10 years agoAdded basic members of ChapterFrame and TableOfContentsFrame classes.
Lukáš Krejčí [Sat, 20 Apr 2013 14:49:57 +0000 (16:49 +0200)]
Added basic members of ChapterFrame and TableOfContentsFrame classes.
Fixed minor bugs in ChapterFrame and TableOfContentsFrame headers.

10 years agoCreated CPP and H files for CTOC and CHAP frames.
Lukáš Krejčí [Sat, 20 Apr 2013 13:52:52 +0000 (15:52 +0200)]
Created CPP and H files for CTOC and CHAP frames.

10 years agoMerge pull request #370 from supermihi/fix162v2
Stephen F. Booth [Fri, 25 Apr 2014 01:35:50 +0000 (21:35 -0400)]
Merge pull request #370 from supermihi/fix162v2

Fix #162: Xiph and APE generic getters return space-concatenated values

10 years agoMerge pull request #380 from TsudaKageyu/fix-comment
Lukáš Lalinský [Fri, 11 Apr 2014 08:33:56 +0000 (10:33 +0200)]
Merge pull request #380 from TsudaKageyu/fix-comment

Removed a wrong note from a comment in tstring.h.

10 years agoRemoved a wrong note from a comment in tstring.h.
Tsuda Kageyu [Fri, 11 Apr 2014 08:16:55 +0000 (17:16 +0900)]
Removed a wrong note from a comment in tstring.h.

10 years agoMerge pull request #356 from TsudaKageyu/string-comment
Lukáš Lalinský [Thu, 10 Apr 2014 18:05:55 +0000 (20:05 +0200)]
Merge pull request #356 from TsudaKageyu/string-comment

Added some comment about UTF-16 encoding to String::data().

10 years agoAdd ALBUMARTIST property mapping for WMA
Lukáš Lalinský [Thu, 10 Apr 2014 18:03:31 +0000 (20:03 +0200)]
Add ALBUMARTIST property mapping for WMA

10 years agoMerge pull request #372 from TsudaKageyu/cmake-warning
Lukáš Lalinský [Thu, 10 Apr 2014 18:04:17 +0000 (20:04 +0200)]
Merge pull request #372 from TsudaKageyu/cmake-warning

Suppressed the warning "Policy CMP0022 is not set" on CMake 2.8.12.

10 years agoMerge pull request #377 from amigadave/master
Lukáš Lalinský [Thu, 10 Apr 2014 18:01:36 +0000 (20:01 +0200)]
Merge pull request #377 from amigadave/master

Add ALBUMARTIST property mapping for MP4

10 years agoAdd ALBUMARTIST property mapping for MP4
David King [Thu, 10 Apr 2014 16:33:29 +0000 (17:33 +0100)]
Add ALBUMARTIST property mapping for MP4

https://code.google.com/p/mp4v2/wiki/iTunesMetadata

10 years agoSuppressed the warning "Policy CMP0022 is not set" on CMake 2.8.12.
Tsuda Kageyu [Sat, 5 Apr 2014 11:51:40 +0000 (20:51 +0900)]
Suppressed the warning "Policy CMP0022 is not set" on CMake 2.8.12.

10 years agoMerge pull request #371 from TsudaKageyu/cmake-ver
Lukáš Lalinský [Sat, 5 Apr 2014 11:07:58 +0000 (13:07 +0200)]
Merge pull request #371 from TsudaKageyu/cmake-ver

Changed cmake_minimum_required from 2.6.0 to 2.8.0.

10 years agoChanged cmake_minimum_required from 2.6.0 to 2.8.0.
Tsuda Kageyu [Sat, 5 Apr 2014 10:44:47 +0000 (19:44 +0900)]
Changed cmake_minimum_required from 2.6.0 to 2.8.0.

10 years agoFix #162: Xiph and APE generic getters return space-concatenated values
Michael Helmling [Thu, 3 Apr 2014 19:07:29 +0000 (21:07 +0200)]
Fix #162: Xiph and APE generic getters return space-concatenated values

10 years agoMerge pull request #362 from ufleisch/master
Lukáš Lalinský [Sun, 30 Mar 2014 17:21:47 +0000 (19:21 +0200)]
Merge pull request #362 from ufleisch/master

Add support for synchronized lyrics (SYLT) and event timing codes (ETCO) for ID3v2

10 years agoAdd support for ID3v2 ETCO frames (event timing codes).
Urs Fleisch [Sun, 30 Mar 2014 07:27:23 +0000 (09:27 +0200)]
Add support for ID3v2 ETCO frames (event timing codes).

10 years agoAdd support for ID3v2 SYLT frames (synchronized lyrics).
Urs Fleisch [Sun, 30 Mar 2014 07:26:03 +0000 (09:26 +0200)]
Add support for ID3v2 SYLT frames (synchronized lyrics).

10 years agoSmall fix of a comment
Tsuda Kageyu [Fri, 14 Mar 2014 06:12:03 +0000 (15:12 +0900)]
Small fix of a comment

10 years agoAdded some comment about UTF-16 encoding to String::data().
Tsuda Kageyu [Thu, 13 Mar 2014 05:38:03 +0000 (14:38 +0900)]
Added some comment about UTF-16 encoding to String::data().

10 years agoMerge pull request #354 from TsudaKageyu/opus-bitrate
Stephen F. Booth [Mon, 10 Mar 2014 01:37:50 +0000 (21:37 -0400)]
Merge pull request #354 from TsudaKageyu/opus-bitrate

opus: Estimate the bitrate if possible

10 years agoopus: Estimate the bitrate if possible
Tsuda Kageyu [Mon, 10 Mar 2014 00:27:04 +0000 (09:27 +0900)]
opus: Estimate the bitrate if possible

10 years agoMerge pull request #352 from TsudaKageyu/tagreader-sprintf
Lukáš Lalinský [Wed, 19 Feb 2014 15:34:42 +0000 (16:34 +0100)]
Merge pull request #352 from TsudaKageyu/tagreader-sprintf

Avoid using sprintf() in tagreader.cpp to fix an MSVC warning.

10 years agoAvoid using sprintf() in tagreader.cpp to fix an MSVC warning.
Tsuda Kageyu [Wed, 19 Feb 2014 14:35:23 +0000 (23:35 +0900)]
Avoid using sprintf() in tagreader.cpp to fix an MSVC warning.

10 years agoMerge pull request #338 from funman/master
Lukáš Lalinský [Mon, 17 Feb 2014 07:46:13 +0000 (08:46 +0100)]
Merge pull request #338 from funman/master

Also build/install taglib_c.pc when targetting windows

10 years agoMerge pull request #348 from TsudaKageyu/string-memcpy
Lukáš Lalinský [Mon, 17 Feb 2014 07:45:49 +0000 (08:45 +0100)]
Merge pull request #348 from TsudaKageyu/string-memcpy

Reduced a useless memory copy in tstring.cpp.

10 years agoMerge pull request #349 from TsudaKageyu/install-typo
Lukáš Lalinský [Mon, 17 Feb 2014 07:44:54 +0000 (08:44 +0100)]
Merge pull request #349 from TsudaKageyu/install-typo

Fixed a typo in INSTALL.

10 years agoFixed a typo in INSTALL.
Tsuda Kageyu [Mon, 17 Feb 2014 02:22:40 +0000 (11:22 +0900)]
Fixed a typo in INSTALL.

10 years agoReduced a useless memory copy in tstring.cpp.
Tsuda Kageyu [Sat, 15 Feb 2014 11:25:00 +0000 (20:25 +0900)]
Reduced a useless memory copy in tstring.cpp.

10 years agoMerge pull request #347 from TsudaKageyu/xm-seek
Lukáš Lalinský [Fri, 14 Feb 2014 16:21:49 +0000 (17:21 +0100)]
Merge pull request #347 from TsudaKageyu/xm-seek

Changed XM::File::save() to use seek() properly.

10 years agoChanged XM::File::save() to use seek() properly.
Tsuda Kageyu [Fri, 14 Feb 2014 09:45:33 +0000 (18:45 +0900)]
Changed XM::File::save() to use seek() properly.

10 years agoMerge pull request #330 from TsudaKageyu/fix-emptystring
Lukáš Lalinský [Wed, 5 Feb 2014 08:02:47 +0000 (00:02 -0800)]
Merge pull request #330 from TsudaKageyu/fix-emptystring

Fixed a bug reported at #328

10 years agoAvoid using &d->data[0] when d->data is empty.
Tsuda Kageyu [Wed, 5 Feb 2014 01:35:07 +0000 (10:35 +0900)]
Avoid using &d->data[0] when d->data is empty.

10 years agoUse std::string::c_str() rather than &s[0] where a const pointer is required.
Tsuda Kageyu [Fri, 24 Jan 2014 00:48:39 +0000 (09:48 +0900)]
Use std::string::c_str() rather than &s[0] where a const pointer is required.

10 years agoMerge pull request #340 from mineo/patch-1
Stephen F. Booth [Sat, 18 Jan 2014 21:12:21 +0000 (13:12 -0800)]
Merge pull request #340 from mineo/patch-1

Remove a superfluos 'x'

10 years agoRemove a superfluos 'x'
Wieland Hoffmann [Sat, 18 Jan 2014 17:11:31 +0000 (18:11 +0100)]
Remove a superfluos 'x'

10 years agoAlso build/install taglib.pc when targetting windows
Rafaël Carré [Mon, 13 Jan 2014 21:49:17 +0000 (22:49 +0100)]
Also build/install taglib.pc when targetting windows

.pc file is notably used when cross-compiling windows software

11 years agoFixed conversion from empty String to ByteVector
Tsuda Kageyu [Wed, 4 Dec 2013 00:07:14 +0000 (09:07 +0900)]
Fixed conversion from empty String to ByteVector

11 years agoMerge pull request #322 from TsudaKageyu/mailaddress
Lukáš Lalinský [Mon, 25 Nov 2013 07:25:19 +0000 (23:25 -0800)]
Merge pull request #322 from TsudaKageyu/mailaddress

Fixed a mail address

11 years agoFixed a mail address
Tsuda Kageyu [Mon, 25 Nov 2013 05:12:34 +0000 (14:12 +0900)]
Fixed a mail address

11 years agoMerge pull request #321 from TsudaKageyu/nominmax
Stephen F. Booth [Sun, 24 Nov 2013 03:24:55 +0000 (19:24 -0800)]
Merge pull request #321 from TsudaKageyu/nominmax

Fixed warnings in MinGW

11 years agoFixed warnings in MinGW
Tsuda Kageyu [Sat, 23 Nov 2013 14:42:20 +0000 (23:42 +0900)]
Fixed warnings in MinGW

11 years agoMerge pull request #307 from TsudaKageyu/string-abi
Stephen F. Booth [Fri, 15 Nov 2013 23:04:30 +0000 (15:04 -0800)]
Merge pull request #307 from TsudaKageyu/string-abi

Fixed the ABI breakage in TagLib::String

11 years agoMerge pull request #310 from TsudaKageyu/backslash
Stephen F. Booth [Fri, 15 Nov 2013 11:55:04 +0000 (03:55 -0800)]
Merge pull request #310 from TsudaKageyu/backslash

Replaced wrongly used slashes with backslashes in some comments

11 years agoReplaced wrongly used slashes with backslashes in some comments
Tsuda Kageyu [Fri, 15 Nov 2013 06:31:23 +0000 (15:31 +0900)]
Replaced wrongly used slashes with backslashes in some comments

11 years agoMerge pull request #309 from TsudaKageyu/fix-replace
Stephen F. Booth [Thu, 14 Nov 2013 15:01:29 +0000 (07:01 -0800)]
Merge pull request #309 from TsudaKageyu/fix-replace

Rewrote ByteVector::replace() simpler (fix for the issue #308)