aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.cmake
Commit message (Collapse)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
| | | | Using precompiled Boost libraries can lead to depending on external dynamic libraries.
* #include guards in CMake generated headers.Tsuda Kageyu2016-12-021-0/+5
|
* Support Boost iostreams library to decode compressed ID3v2 frames in ↵Tsuda Kageyu2016-03-021-0/+1
| | | | | | additiion to zlib. This will help Windows users build TagLib without zlib source.
* Enable Boost Endian library again.Tsuda Kageyu2016-02-151-0/+1
| | | | It should be detected properly now.
* Disable Boost Endian library for now.Tsuda Kageyu2016-02-141-1/+0
| | | | It's not detected properly depending on the environment.
* 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
| | | | It's likely to be better at choosing the most efficient method than our CMake tests.
* Silence some MSVC security warnings by replacing strdup() with _strdup().Tsuda Kageyu2015-11-131-0/+3
| | | | Backported from taglib2.
* Remove a workaround for an older version of GCC.Tsuda Kageyu2015-08-071-3/+1
| | | | GLIBC's byte swap functions are a good fallback option.
* Merge pull request #639 from TsudaKageyu/remove-cmake-check-floatTsuda Kageyu2015-08-071-8/+0
|\ | | | | Run-time check for byte order rather than CMake check.
| * Run-time check for integer byte order rather than CMake check.Tsuda Kageyu2015-08-031-4/+0
| | | | | | | | It will easily be optimized out.
| * Run-time check for floating point byte order rather than CMake check.Tsuda Kageyu2015-08-011-4/+0
| | | | | | | | It's safer not to use an unofficial CMake script.
* | 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
| | | | Added CMake checks about IEEE754 compliance.
* 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