aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into taglib2Stephen F. Booth2018-10-281-1/+8
|\
| * Improve CMake VISIBILITY_HIDDEN option handling (#810)evpobr2018-10-261-1/+8
* | Merge branch 'master' into merge-master-to-taglib2Tsuda Kageyu2016-10-302-4/+4
|\|
| * c: fix a typoSvyatoslav Mishyn2016-04-221-2/+2
| * Inline functions had better have internal linkages.Tsuda Kageyu2016-02-151-2/+2
* | Merge branch 'master' into merge-master-to-taglib2Tsuda Kageyu2015-12-031-2/+0
|\|
| * 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
* | Merge branch 'master' into merge-master-to-taglib2Tsuda Kageyu2015-11-191-1/+1
|\|
| * 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
* | Merge branch 'master' into merge-master-to-taglib2Tsuda Kageyu2014-08-221-1/+1
|\|
| * Reduce useless detach operations by making some non-const iterators const.Tsuda Kageyu2014-08-211-1/+1
* | Merge branch 'master' into merge-master-to-taglib2Tsuda Kageyu2014-02-181-1/+1
|\|
| * Also build/install taglib.pc when targetting windowsRafaël Carré2014-01-131-1/+1
* | Added a missing #include to fix a MSVC warningTsuda Kageyu2013-06-211-0/+4
* | Merge branch 'master' into taglib2Lukáš Lalinský2013-06-201-1/+0
|\|
| * Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMakeLukáš Lalinský2013-06-201-1/+0
* | Prevent string conversion buffer to stay in memoryTsuda Kageyu2013-06-111-3/+3
* | Uses ISO _strdup() instead of POSIX strdup() if possibleTsuda Kageyu2013-06-111-14/+37
* | Rewrote File, FileRef and FileStream to use smart pointersTsuda Kageyu2013-05-191-18/+18
|/
* 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
* Clean up the library CMakeLists.txt fileLukáš Lalinský2011-04-091-40/+37
* Make it possible to build a static version of the C bindingsM.A. Brand Consulting2011-03-191-1/+3
* *poof*Lukáš Lalinský2011-02-133-41/+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