aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Expand)AuthorAgeFilesLines
* Move finding ZLIB to root CMakeLists.txtAndreas Sturmlechner2021-03-061-11/+0
* Use CMake's CTest which includes BUILD_TESTING optionAndreas Sturmlechner2021-03-061-10/+0
* Don't pull in C++11+ for one classScott Wheeler2020-12-201-18/+6
* Fix WinRT configuringevpobr2017-06-081-0/+4
* Remove the CMake check for Boost I missed out on.Tsuda Kageyu2016-12-201-7/+0
* Remove all the optional dependencies on Boost.Tsuda Kageyu2016-12-201-40/+28
* Fix the CMake check for std::atomic_int.Tsuda Kageyu2016-12-201-1/+1
* 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-091-49/+26
* Fix #667: Compiled TagLib framework for OS X fails at codesign.Hao Xi2016-12-081-5/+10
* Support Boost iostreams library to decode compressed ID3v2 frames in additiio...Tsuda Kageyu2016-03-021-0/+9
* Explicitly set a false flag in ConfigureChecks.cmake.Tsuda Kageyu2016-02-151-0/+2
* Enable Boost Endian library again.Tsuda Kageyu2016-02-151-28/+47
* Disable Boost Endian library for now.Tsuda Kageyu2016-02-141-45/+32
* Find Boost properly.Tsuda Kageyu2016-02-141-18/+14
* Backport some comments from tablib2 branch.Tsuda Kageyu2015-12-211-1/+3
* Small fix in style.Tsuda Kageyu2015-12-211-1/+1
* Disable tests with a shared library.Festus Hagen2015-12-031-1/+1
* Make use of the Boost Endian library for byte swapping.Tsuda Kageyu2015-11-131-28/+40
* Silence some MSVC security warnings by replacing strdup() with _strdup().Tsuda Kageyu2015-11-131-0/+10
* Revert "Add and fix some comments in ConfigureChecks.cmake."Tsuda Kageyu2015-08-311-5/+7
* Add and fix some comments in ConfigureChecks.cmake.Tsuda Kageyu2015-08-261-7/+5
* Remove a workaround for an older version of GCC.Tsuda Kageyu2015-08-071-16/+2
* Merge pull request #639 from TsudaKageyu/remove-cmake-check-floatTsuda Kageyu2015-08-071-23/+0
|\
| * Run-time check for integer byte order rather than CMake check.Tsuda Kageyu2015-08-031-11/+0
| * Run-time check for floating point byte order rather than CMake check.Tsuda Kageyu2015-08-011-12/+0
* | Check for vsnprintf first.Tsuda Kageyu2015-08-011-5/+5
* | CMake check for vsprintf_s/vsnprintf rather than sprintf_s/snprintf.Tsuda Kageyu2015-08-011-6/+10
|/
* Remove unused includes from ConfigureChecks.cmake.Tsuda Kageyu2015-08-011-4/+0
* Revert "Reorder CMake checks for sprintf() variants."Tsuda Kageyu2015-08-011-5/+5
* Reorder CMake checks for sprintf() variants.Tsuda Kageyu2015-07-311-5/+5
* Undo comment stacking.Festus Hagen2015-05-311-0/+6
* Removed missed unnecessary BUILD_TESTS check.Festus Hagen2015-05-201-1/+1
* Don't look for CppUnit unless BUILD_TESTS, general cleanup.Festus Hagen2015-05-201-20/+24
* Merge remote-tracking branch 'TsudaKageyu/64bit-atom'Lukáš Lalinský2014-12-081-20/+20
|\
| * Remove CMake check for sizeof(long).Tsuda Kageyu2014-12-091-5/+0
| * Workaround for 64-bit MP4 atoms.Tsuda Kageyu2014-08-231-23/+28
* | Merge pull request #420 from TsudaKageyu/remove-codecvtLukáš Lalinský2014-12-081-10/+0
|\ \ | |/ |/|
| * Replaced codecvt with Win32 API.Tsuda Kageyu2014-08-071-10/+0
* | Removed a useless line from ConfigureChecks.cmake.Tsuda Kageyu2014-08-121-1/+0
|/
* Added float conversion functions to ByteVector.Tsuda Kageyu2014-07-171-1/+24
* Changed to skip the ZLib check when ZLIB_SOURCE is set.Tsuda Kageyu2014-07-091-6/+7
* Added a Windows-friendly build option ZLIB_SOURCE.Tsuda Kageyu2014-06-191-1/+0
* These files should not be marked as executablev1.9Lukáš Lalinský2013-10-061-0/+0
* Removed the dependency on shlwapi.dll in Win32Tsuda Kageyu2013-06-061-9/+0
* Fixed shlwapi.h and shlwapi.lib detection for MSVCTsuda Kageyu2013-05-261-1/+1
* Added FindShlwapi.cmake in lieu of pragma comment() in fileref.h.Festus Hagen2013-05-251-0/+10
* Changed String::number() to use a standard functionTsuda Kageyu2013-05-191-0/+14
* Fixed mismatched macro namesTsuda Kageyu2013-05-031-11/+11
* Removed TAGLIB_HAVE_STD_WSTRING macro that affects the public ABITsuda Kageyu2013-05-031-10/+0