aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* *poof*Lukáš Lalinský2011-02-131-18/+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
* Fix tagreader_c.c to not try to access invalid pointersLukáš Lalinský2009-12-121-15/+19
| | | | | | | BUG:218334 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1061671 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix building of examples with ENABLE_STATICLukáš Lalinský2009-09-091-0/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1021651 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* -INSTALL_DIR_NAME doesn't have to be set in the toplevel CMakeLists.txt, ↵Alexander Neundorf2008-12-021-37/+5
| | | | | | | | | | | | | | 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
* Fix compilation on MSVC/WindowsLukáš Lalinský2008-02-193-2/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@777124 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* show ape tags in the framelistScott Wheeler2008-02-012-0/+17
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@769307 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Split BUILD_TESTS to BUILD_TESTS and BUILD_EXAMPLES.Lukáš Lalinský2007-11-221-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@740072 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* SVN_SILENT didn't mean for that to go inScott Wheeler2007-10-211-3/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@727756 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* More TAGLIB_EXPORTs from Lukas.Scott Wheeler2007-10-211-1/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@727755 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Still need the C++ runtime for the C bindings on Solaris; need stdlib.h for ↵Adriaan de Groot2007-08-271-0/+1
| | | | | | various prototypes. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@705364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* the usual daily unbreak compilationDirk Mueller2007-05-311-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@670244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* fix make install - I guess examples shouldn't actually be installedDavid Faure2006-10-121-5/+5
| | | | | | | (I see that Makefile.am required "make examples" explicitly) git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@594795 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Change the taglib build system to use relative include paths.Brad Hards2006-10-081-1/+6
| | | | | | | | | This allows you to build taglib either as part of kdesupport (i.e. with a source directory of kdesupport/) or by itself (i.e. with a source directory of kdesupport/taglib/). git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@593544 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add support for examplesLaurent Montel2006-10-041-8/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@592362 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add tests directory into buildLaurent Montel2006-10-041-25/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@592361 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* And now get everything building again...Scott Wheeler2006-09-241-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@588037 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Re-add automake/autoconf stuff. I'm tempted to delete the CMake stuff while I'mScott Wheeler2006-09-241-0/+17
| | | | | | | at it, but I'll leave it for now... git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@587989 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Now taglib compiles with cmakeLaurent Montel2006-09-241-17/+0
| | | | | | | Remove old build system git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@587949 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix CMakefilesLaurent Montel2006-09-201-9/+9
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@586716 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add cmake supportLaurent Montel2006-09-201-0/+99
| | | | | | | All compile need to test now git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@586714 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* ...or thisScott Wheeler2005-04-031-2/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@402894 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Didn't mean to check this in.Scott Wheeler2005-04-031-52/+31
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@402892 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* fix memory leaksScott Wheeler2005-04-032-31/+54
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@402891 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Don't try to do stuff to files that aren't valid.Scott Wheeler2004-09-051-0/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@344196 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* CVS_SILENT oops -- didn't mean to check this inScott Wheeler2004-02-201-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@289568 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Mostly get ID3v2.2 working. Sure, it's a standard from 1998 that wasScott Wheeler2004-02-201-1/+1
| | | | | | | | | | | | | | | | | replaced in 1999, but apparently iTunes still uses it. This gets the frame parsing code to support 2.2 and required deprecating a couple of methods so that an ID3v2 version could be passed along. There still needs to be a translation table added to handle converting ID3v2.2 frame names to their ID3v2.4 equivalents, but that can come later. For now the framelister program from the examples dir is able to read all of the text frames. CCMAIL:Keith Brady <keith@funnelboy.org> git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@289567 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* This commit was manufactured by cvs2svn to accommodateScott Wheeler2004-02-176-0/+432
a server-side copy/move. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@288617 283d02a7-25f6-0310-bc7c-ecb5cbfe19da