aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Simplify static buildsLukáš Lalinský2011-05-081-0/+6
* Don't install pkg-config files when building a frameworkLukáš Lalinský2011-05-081-1/+1
* Make it possible to build an OS X frameworkLukáš Lalinský2011-05-081-0/+5
* Use the PUBLIC_HEADER property to prepare for building an OS X frameworkLukáš Lalinský2011-04-181-1/+0
* Make it possible to run the test suite out of the source treeLukáš Lalinský2011-04-111-0/+1
* Clean up the main CMakeLists.txt fileLukáš Lalinský2011-04-091-43/+36
* Don't set unnecessary compiler optionsLukáš Lalinský2011-04-091-15/+4
* Merge branch 'stable'Lukáš Lalinský2011-04-091-1/+2
|\
| * Support building documentation out-of-source-dirModestas Vainius2011-04-091-1/+2
* | Use the same SO versioning as we had with automake/libtoolLukáš Lalinský2011-03-191-0/+13
|/
* Move docs building to CMakeLukáš Lalinský2011-02-131-0/+4
* Set the version number to 1.7Lukáš Lalinský2011-02-131-2/+2
* Update all version numbers to 1.6.3Lukáš Lalinský2010-04-121-1/+1
* Bump version numbersLukáš Lalinský2009-10-311-1/+1
* Add option for building a static version of taglibLukáš Lalinský2009-09-081-0/+2
* Add support for a global, installable config headerLukáš Lalinský2009-09-041-0/+9
* Update docs and version numbersLukáš Lalinský2009-09-031-3/+1
* not generate it on win32Laurent Montel2009-06-111-1/+3
* Compilation fix for Visual C++ .NET 2003 (msvc71)Tanguy Krotoff2009-06-071-1/+4
* Generate config.h in builddir again, and fix compilation when compiling tagli...David Faure2009-03-101-1/+2
* Re-add building things depending on config.h by having it generate in the sou...Jeff Mitchell2009-03-091-2/+2
* This is surely an oversight; fix documentationJeff Mitchell2009-03-091-1/+1
* Suppress warning about this check missing. if someone has a lower cmake versi...Michael Jansen2008-12-211-0/+2
* -INSTALL_DIR_NAME doesn't have to be set in the toplevel CMakeLists.txt, sinc...Alexander Neundorf2008-12-021-5/+1
* config.h doesn't exist, at least in my checkout, so explicitly defining HAVE_...Jeff Mitchell2008-11-131-1/+1
* Add my old WMA and MP4 code. It is disabled by default, must be explicitly en...Lukáš Lalinský2008-11-121-0/+4
* fix install_name RPATH stuff on OSXBenjamin Reed2008-05-201-0/+4
* Soname was changed now it's 1.5.0Laurent Montel2008-02-121-1/+1
* Add an option to define NO_ITUNES_HACKS.Lukáš Lalinský2007-12-011-0/+2
* Split BUILD_TESTS to BUILD_TESTS and BUILD_EXAMPLES.Lukáš Lalinský2007-11-221-1/+2
* Add a CppUnit-based test suite (only very few things is covered for now, but ...Lukáš Lalinský2007-11-101-1/+1
* Remove duplicate check for zlib and make zlib optional.Lukáš Lalinský2007-11-051-2/+0
* more win32 fixesChristian Ehrlicher2007-09-151-0/+3
* we also need config.h on win32!Christian Ehrlicher2007-09-151-4/+1
* Don't hardcode version numberLaurent Montel2007-08-271-0/+7
* Not generate/install pkgconfig file on windows we can't use itLaurent Montel2007-08-141-3/+8
* win32 compile / warnings--Christian Ehrlicher2007-04-281-0/+3
* copied gcc compile flags from FindKDE4Internal.cmakeAndré Wöbbeking2006-11-271-0/+7
* Add support for examplesLaurent Montel2006-10-041-1/+3
* Add tests directory into buildLaurent Montel2006-10-041-0/+3
* Fix compileLaurent Montel2006-09-271-109/+3
* Fix generate lib.Laurent Montel2006-09-241-2/+8
* Fix install it as programsLaurent Montel2006-09-241-1/+1
* Fix install filesLaurent Montel2006-09-241-2/+2
* Fix generate filesLaurent Montel2006-09-201-2/+2
* Add cmake supportLaurent Montel2006-09-201-0/+128