aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.cmake
Commit message (Expand)AuthorAgeFilesLines
* Don't pull in C++11+ for one classScott Wheeler2020-12-201-1/+0
* Remove all the optional dependencies on Boost.Tsuda Kageyu2016-12-201-1/+0
* Remove optional dependencies on Boost's dynamic libraries.Tsuda Kageyu2016-12-091-2/+0
* #include guards in CMake generated headers.Tsuda Kageyu2016-12-021-0/+5
* Support Boost iostreams library to decode compressed ID3v2 frames in additiio...Tsuda Kageyu2016-03-021-0/+1
* Enable Boost Endian library again.Tsuda Kageyu2016-02-151-0/+1
* Disable Boost Endian library for now.Tsuda Kageyu2016-02-141-1/+0
* Backport some comments from tablib2 branch.Tsuda Kageyu2015-12-211-2/+2
* Make use of the Boost Endian library for byte swapping.Tsuda Kageyu2015-11-131-0/+1
* Silence some MSVC security warnings by replacing strdup() with _strdup().Tsuda Kageyu2015-11-131-0/+3
* Remove a workaround for an older version of GCC.Tsuda Kageyu2015-08-071-3/+1
* Merge pull request #639 from TsudaKageyu/remove-cmake-check-floatTsuda Kageyu2015-08-071-8/+0
|\
| * Run-time check for integer byte order rather than CMake check.Tsuda Kageyu2015-08-031-4/+0
| * Run-time check for floating point byte order rather than CMake check.Tsuda Kageyu2015-08-011-4/+0
* | CMake check for vsprintf_s/vsnprintf rather than sprintf_s/snprintf.Tsuda Kageyu2015-08-011-3/+3
|/
* Replaced codecvt with Win32 API.Tsuda Kageyu2014-08-071-3/+0
* Added float conversion functions to ByteVector.Tsuda Kageyu2014-07-171-1/+5
* Moved a macro from taglib_config.h to config.hTsuda Kageyu2013-06-101-0/+3
* Changed String::number() to use a standard functionTsuda Kageyu2013-05-191-0/+4
* Fixed mismatched macro namesTsuda Kageyu2013-05-031-2/+2
* Removed RefCounter implementation from a public headerTsuda Kageyu2013-05-031-0/+8
* Separated public and private config.hTsuda Kageyu2013-05-031-0/+22