aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Fix WinRT configuringevpobr2017-06-081-0/+5
* Fix #667: Compiled TagLib framework for OS X fails at codesign.Hao Xi2016-12-081-5/+8
* Update the version to v1.11.1.Tsuda Kageyu2016-10-221-2/+2
* Merge pull request #752 from evpobr/cmake-verTsuda Kageyu2016-09-121-2/+2
|\
| * Move cmake_minimum_required at the topevpobr2016-08-201-2/+2
* | Add BUILD_SHARED_LIBS option for CMake GUI.Festus Hagen2016-08-251-0/+1
|/
* Update the version to v1.11.Tsuda Kageyu2016-01-281-3/+3
* Remove "FORCE" in CMake path specifications to allow installation to aMarkus Himmel2015-12-291-4/+4
* Fix .pc file configuration.Yannick Inizan2015-12-211-1/+1
* Disable tests with a shared library.Festus Hagen2015-12-031-2/+2
* Merge branch 'cmake-allow-BUILD_SHARED_LIBS-to-drive-ENABLE_STATIC' of https:...Tsuda Kageyu2015-12-021-5/+5
|\
| * cmake: use BUILD_SHARED_LIBS instead of ENABLE_STATIC to drive the shared obj...Samuel Martin2015-06-011-5/+5
* | Add ENABLE_CCACHE build option to allow users opt in to use ccache.Tsuda Kageyu2015-11-271-6/+9
* | Merge branch 'fh1.m_AddBuildBindingsOption' of https://github.com/FestusHagen...Tsuda Kageyu2015-11-271-17/+22
|\ \
| * | Add BUILD_BINDINGS option, moved if(BUILD_EXAMPLES) to taglib/CMakeLists, plu...Festus Hagen2015-08-061-23/+29
* | | Small cleanups in CMakeLists.txt.Tsuda Kageyu2015-11-271-2/+2
* | | Update CMakeLists.txtg-coder2015-11-261-2/+2
* | | Added ccache support for faster compilationg-coder2015-11-261-0/+6
* | | Merge branch 'genversion' of https://github.com/ufleisch/taglib into ufleisch...Tsuda Kageyu2015-11-221-3/+15
|\ \ \
| * | | Get version information from taglib.h.Urs Fleisch2015-05-101-3/+14
* | | | Small cleanups in CMakeLists.txt.Tsuda Kageyu2015-11-121-6/+6
* | | | 1.10v1.10Lukáš Lalinský2015-11-111-1/+1
* | | | Revert "Small cleanups in CMakeLists.txt."Tsuda Kageyu2015-08-311-6/+6
* | | | Small cleanups in CMakeLists.txt.Tsuda Kageyu2015-08-261-6/+6
* | | | Skip the patch version if it's 0Lukáš Lalinský2015-08-251-2/+6
| |/ / |/| |
* | | Install target check fixPeter Petrovich2015-08-051-1/+3
* | | Update version to 1.10.0.Tsuda Kageyu2015-08-031-4/+4
* | | Enable pkg-config on Windows.Tsuda Kageyu2015-06-191-1/+1
| |/ |/|
* | Quote path names including user-provided variablesScott Wheeler2015-05-191-11/+11
|/
* Added float conversion functions to ByteVector.Tsuda Kageyu2014-07-171-0/+2
* Added a Windows-friendly build option ZLIB_SOURCE.Tsuda Kageyu2014-06-191-0/+5
* Suppressed the warning "Policy CMP0022 is not set" on CMake 2.8.12.Tsuda Kageyu2014-04-051-0/+4
* Changed cmake_minimum_required from 2.6.0 to 2.8.0.Tsuda Kageyu2014-04-051-1/+1
* Update version to 1.9.1Lukáš Lalinský2013-10-081-3/+3
* These files should not be marked as executablev1.9Lukáš Lalinský2013-10-061-0/+0
* Update version number to 1.9Lukáš Lalinský2013-10-051-3/+3
* Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMakeLukáš Lalinský2013-06-201-0/+1
* Moved a macro from taglib_config.h to config.hTsuda Kageyu2013-06-101-1/+1
* Added a CMake option that allows to show debug messages in release modeTsuda Kageyu2013-06-091-0/+5
* Separated public and private config.hTsuda Kageyu2013-05-031-1/+2
* Prefixed public variablesTsuda Kageyu2013-05-021-1/+1
* Removed config.h and moved macros into taglib_config.hTsuda Kageyu2013-05-021-3/+2
* Refactor out some stuff to CMake testsTsuda kageyu2013-04-211-1/+0
* Use shared_ptr if possible regardless of C++11 supportTsuda kageyu2013-04-171-5/+0
* Use std::shared_ptr<T> if C++11 is availableTsuda kageyu2013-04-171-0/+5
* Win32 taglib-config.cmd support.Festus Hagen2012-09-281-2/+9
* Add change log, update SOVERSIONLukáš Lalinský2012-09-061-2/+2
* Changelog for 1.8 betav1.8betaLukáš Lalinský2012-07-141-5/+5
* Use ctest instead of custom target.Michael Palimaka2012-05-161-1/+4
* Merge branch 'stable'Lukáš Lalinský2012-04-201-2/+2
|\