aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/toolkit
Commit message (Expand)AuthorAgeFilesLines
* Fix "error: duplicate ‘volatile’" on systems without HAVE_GCC_ATOMIC in 1...Oleg Antonyan2021-05-131-1/+1
* Make tests work with BUILD_SHARED_LIBS=ON on WindowsUrs Fleisch2021-03-064-2/+16
* Fix doxygen warningsUrs Fleisch2021-02-141-3/+3
* Update version to 1.12.0v1.12-beta-2Urs Fleisch2021-01-231-2/+2
* Support a consistent set of MusicBrainz properties where possibleUrs Fleisch2021-01-101-0/+4
* Add missing 'COMPOSERSORT' property for ID3v2 tagsUrs Fleisch2021-01-101-0/+1
* Fix spelling and typosUrs Fleisch2021-01-023-5/+5
* Don't pull in C++11+ for one classScott Wheeler2020-12-201-7/+2
* Needs to be defined to nothing if none of the #if blocks matchScott Wheeler2019-09-201-0/+2
* Completely remove `StripAll` from the APIScott Wheeler2019-09-121-1/+0
* Remove DSF and DSDIFF from master to a feature branchScott Wheeler2019-09-121-14/+0
* Mark deprected methods and remove internal usageScott Wheeler2019-09-114-7/+15
* Deprecate calls to MPEG::File::save(...) that use boolean paramsScott Wheeler2019-09-101-0/+18
* Fix spelling and typosJonas Kvinge2019-08-261-1/+1
* Call fflush() before ftruncate() to drop all buffered data (#914)whatdoineed2do2019-07-251-0/+1
* Add DSF and DSDIFF file types management (#878)Jonas Kvinge2018-10-261-0/+14
* Follow TagLib's brace styleScott Wheeler2018-10-101-11/+5
* Add support for file descriptor to FileStream (#832)safu92018-10-102-0/+34
* Update linksScott Wheeler2017-11-201-4/+3
* Merge pull request #824 from evpobr/fix-createfile2Tsuda Kageyu2017-06-091-1/+1
|\
| * Fix WinRT configuringevpobr2017-06-081-1/+1
* | Isolate 3rdparty library for easier maintenance.Tsuda Kageyu2017-06-073-660/+2
* | Update UTF8-CPP to v2.3.5.Tsuda Kageyu2017-06-072-7/+10
* | Fix MSVC warnings about unreferenced variables.Tsuda Kageyu2017-05-231-2/+4
|/
* FilePrivate is responsible to delete a stream pointer instead of File.Tsuda Kageyu2017-02-081-10/+10
* Ignore warnings about OSAtomicIncrement32BarrierScott Wheeler2017-02-031-0/+1
* Remove redundant functions in tstring.cpp.Tsuda Kageyu2017-01-301-50/+32
* Merge pull request #794 from TsudaKageyu/utf8-libraryTsuda Kageyu2017-01-305-545/+679
|\
| * Stop assuming that std::wstring has a contiguous and null-terminated buffer.Tsuda Kageyu2017-01-301-10/+6
| * Replace unicode.h/unicode.cpp by the UTF8-CPP library.Tsuda Kageyu2017-01-275-535/+673
* | Check an invalid UTF-8 sequence consists of single char.Tsuda Kageyu2017-01-301-6/+6
* | Reduce useless memory reallocation in String::upper().Tsuda Kageyu2017-01-281-3/+2
* | Remove some redundant code in tstring.cpp.Tsuda Kageyu2017-01-271-7/+7
|/
* Initialize d-pointers in class member initializer list.Tsuda Kageyu2017-01-162-7/+6
* Fix #789 (typo in member doc)Michael Helmling2017-01-061-1/+1
* Remove all the optional dependencies on Boost.Tsuda Kageyu2016-12-201-18/+4
* Make use of increment/decrement operators of std::atomic.Tsuda Kageyu2016-12-091-3/+3
* Remove optional dependencies on Boost's dynamic libraries.Tsuda Kageyu2016-12-092-46/+5
* Rewrite ByteVector::replace() to run in O(n) time.Tsuda Kageyu2016-12-051-32/+45
* Remove Utils::floatByteOrder() and use systemByteOrder() instead.Tsuda Kageyu2016-11-292-23/+3
* A bit more tolerant check to return itself in String::substr().Tsuda Kageyu2016-11-261-1/+1
* tstring: String::substr optimization when returning itself as a substringMartin Flaska2016-11-251-1/+4
* Increment fixesmathbunnyru2016-11-221-6/+6
* Don't decode redundant UTF-8 sequences in Win32.Tsuda Kageyu2016-11-101-1/+1
* Removed a utility function which is used only at one place.Tsuda Kageyu2016-11-081-29/+0
* tolower() depends on the current locale.Tsuda Kageyu2016-11-081-3/+15
* Values of FILE_* macros are guaranteed in Win32.Tsuda Kageyu2016-11-071-13/+2
* Add List::swap() and Map::swap().Tsuda Kageyu2016-11-044-18/+32
* Suppress MSVC warnings about narrowing conversions.Tsuda Kageyu2016-10-306-28/+29
* Assume that SetFilePointerEx() and GetFileSizeEx() are always available.Tsuda Kageyu2016-10-301-19/+12