aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Collapse)AuthorAgeFilesLines
* Use GNUInstallDirsAndreas Sturmlechner2021-03-062-10/+10
| | | | | | Well-established CMake standard for installation directories. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* Improve CMake VISIBILITY_HIDDEN option handling (#810)evpobr2018-10-261-1/+8
| | | Use standard CMake's CXX_VISIBILITY_PRESET property.
* c: fix a typoSvyatoslav Mishyn2016-04-221-2/+2
| | | | readble => readable
* Inline functions had better have internal linkages.Tsuda Kageyu2016-02-151-2/+2
| | | | This also removes useless inline specifiers.
* 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
| | | | Backported from taglib2.
* 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
| | | | .pc file is notably used when cross-compiling windows software
* 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
| | | | | Otherwise, we'll fail with dllimport/dllexport linking errors on Windows.
* 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
| | | | https://bugs.kde.org/show_bug.cgi?id=268441
* *poof*Lukáš Lalinský2011-02-134-42/+0
| | | | | | | | | | | I've warned people about removing autoconf/automake support for a long time, so let's make it happen for 1.7. CMake is now the only supported build system. I'll update build docs in a following commit. CCMAIL:taglib-devel@kde.org git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1220235 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Set the version number to 1.7Lukáš Lalinský2011-02-131-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1220230 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Automake buildLukáš Lalinský2010-08-241-0/+1
| | | | | | | Patch by Stephen F. Booth git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1167433 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Read-only support for FLAC picture blocksLukáš Lalinský2010-07-251-0/+1
| | | | | | | CCBUG:218696 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1154376 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Update all version numbers to 1.6.3Lukáš Lalinský2010-04-121-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1114073 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Increment version numberLukáš Lalinský2010-04-041-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1110983 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* this patch should make taglib build with the Sun Studio compiler ↵Alexander Neundorf2009-11-251-2/+7
| | | | | | | | | | | (http://bugs.kde.org/show_bug.cgi?id=215225) Alex git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1054212 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* A few more version numbers. We really need a way to automate this :(v1.6.1Lukáš Lalinský2009-10-311-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1042960 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Set visibility("default") for GCC on exported symbolsLukáš Lalinský2009-10-241-0/+2
| | | | | | | | | This does nothing with the current configuration, but it's useful if you compile the library with -fvisibility=hidden Patch by Modestas Vainius git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1039693 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix typo in taglib_c.pcLukáš Lalinský2009-10-201-1/+1
| | | | | | | Patch by Modestas Vainius to fix a bug reported in Debian - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524696 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1038111 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add option for building a static version of taglibLukáš Lalinský2009-09-081-0/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1021124 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add support for a global, installable config headerLukáš Lalinský2009-09-041-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1019671 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Update docs and version numbersLukáš Lalinský2009-09-032-2/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1019481 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Generate config.h in builddir again, and fix compilation when compiling ↵David Faure2009-03-101-1/+1
| | | | | | taglib alone git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@937935 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* -INSTALL_DIR_NAME doesn't have to be set in the toplevel CMakeLists.txt, ↵Alexander Neundorf2008-12-021-7/+3
| | | | | | | | | | | | | | since it is already set as target property -remove some unnecessary code -use BIN_INSTALL_DIR for the RUNTIME destination Alex git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@891512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add default case switch to fix compiler warnings when ASF or MP4 are not ↵Jeff Mitchell2008-11-131-0/+2
| | | | | | defined. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@883884 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add my old WMA and MP4 code. It is disabled by default, must be explicitly ↵Lukáš Lalinský2008-11-124-1/+21
| | | | | | | | | enabled to be compiled. Scott: If you think this is really a bad idea, please revert. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@883108 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* kdesupport is going to compile against stdcxx anyway, Cstd wont cut it, so ↵Adriaan de Groot2008-04-081-5/+6
| | | | | | document better and just put stdcxx in there. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@794718 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Move Speex into the Ogg namespaceScott Wheeler2008-02-121-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@773920 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* and build here tooScott Wheeler2008-02-121-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@773918 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* buildScott Wheeler2008-02-121-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@773917 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* bump versionScott Wheeler2008-01-301-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@768447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add a C accessor to isValid()Scott Wheeler2008-01-262-0/+12
| | | | | | | BUG:153944 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@766868 283d02a7-25f6-0310-bc7c-ecb5cbfe19da