aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Use GNUInstallDirsAndreas Sturmlechner2021-03-062-10/+10
* Improve CMake VISIBILITY_HIDDEN option handling (#810)evpobr2018-10-261-1/+8
* c: fix a typoSvyatoslav Mishyn2016-04-221-2/+2
* Inline functions had better have internal linkages.Tsuda Kageyu2016-02-151-2/+2
* Remove an unreachable statement.Tsuda Kageyu2015-12-021-2/+0
* Fix a string conversion bug in tag_c.cpp.Tsuda Kageyu2015-11-191-5/+5
* Silence some MSVC security warnings by replacing strdup() with _strdup().Tsuda Kageyu2015-11-131-13/+40
* Skip the patch version if it's 0Lukáš Lalinský2015-08-251-1/+1
* Compile without warnings with MSVCBart van der Velden2014-12-081-2/+2
* Reduce useless detach operations by making some non-const iterators const.Tsuda Kageyu2014-08-211-1/+1
* Also build/install taglib.pc when targetting windowsRafaël Carré2014-01-131-1/+1
* Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMakeLukáš Lalinský2013-06-201-1/+0
* Removed config.h and moved macros into taglib_config.hTsuda Kageyu2013-05-021-4/+1
* c: Add support for TAGLIB_STATIC to the C bindingsJasper St. Pierre2013-01-011-1/+3
* Remove trailing whitespaceBirunthan Mohanathas2012-04-191-1/+1
* Tabs to spacesBirunthan Mohanathas2012-04-191-1/+1
* Add taglib_free function to C bindingJohannes Pfau2011-08-052-0/+10
* Remove the options to disable MP4/ASF supportLukáš Lalinský2011-06-241-4/+0
* Include of "tag_c.h" after system libraries.Wolfgang Plaschg2011-06-201-2/+2
* Simplify static buildsLukáš Lalinský2011-05-081-6/+1
* Don't install pkg-config files when building a frameworkLukáš Lalinský2011-05-081-3/+4
* Make it possible to build an OS X frameworkLukáš Lalinský2011-05-081-2/+6
* Use the PUBLIC_HEADER property to prepare for building an OS X frameworkLukáš Lalinský2011-04-181-1/+4
* The website has more up-to-date linksLukáš Lalinský2011-04-091-2/+2
* Clean up the library CMakeLists.txt fileLukáš Lalinský2011-04-091-40/+37
* Clean up the main CMakeLists.txt fileLukáš Lalinský2011-04-091-1/+1
* Make it possible to build a static version of the C bindingsM.A. Brand Consulting2011-03-191-1/+3
* *poof*Lukáš Lalinský2011-02-134-42/+0
* Set the version number to 1.7Lukáš Lalinský2011-02-131-1/+1
* Fix Automake buildLukáš Lalinský2010-08-241-0/+1
* Read-only support for FLAC picture blocksLukáš Lalinský2010-07-251-0/+1
* Update all version numbers to 1.6.3Lukáš Lalinský2010-04-121-1/+1
* Increment version numberLukáš Lalinský2010-04-041-1/+1
* this patch should make taglib build with the Sun Studio compiler (http://bugs...Alexander Neundorf2009-11-251-2/+7
* A few more version numbers. We really need a way to automate this :(v1.6.1Lukáš Lalinský2009-10-311-1/+1
* Set visibility("default") for GCC on exported symbolsLukáš Lalinský2009-10-241-0/+2
* Fix typo in taglib_c.pcLukáš Lalinský2009-10-201-1/+1
* Add option for building a static version of taglibLukáš Lalinský2009-09-081-0/+3
* Add support for a global, installable config headerLukáš Lalinský2009-09-041-2/+2
* Update docs and version numbersLukáš Lalinský2009-09-032-2/+1
* Generate config.h in builddir again, and fix compilation when compiling tagli...David Faure2009-03-101-1/+1
* -INSTALL_DIR_NAME doesn't have to be set in the toplevel CMakeLists.txt, sinc...Alexander Neundorf2008-12-021-7/+3
* Add default case switch to fix compiler warnings when ASF or MP4 are not defi...Jeff Mitchell2008-11-131-0/+2
* Add my old WMA and MP4 code. It is disabled by default, must be explicitly en...Lukáš Lalinský2008-11-124-1/+21
* kdesupport is going to compile against stdcxx anyway, Cstd wont cut it, so do...Adriaan de Groot2008-04-081-5/+6
* Move Speex into the Ogg namespaceScott Wheeler2008-02-121-2/+2
* and build here tooScott Wheeler2008-02-121-1/+1
* buildScott Wheeler2008-02-121-1/+1
* bump versionScott Wheeler2008-01-301-1/+1
* Add a C accessor to isValid()Scott Wheeler2008-01-262-0/+12