Go to file
Scott Wheeler 3a977c55c4 We've moved away from including the null byte in the returned value
This does change previous behavior, but the previous behavior was
particularly stupid and inconsistent with everything else in TagLib.

It should be possible to mitigate this by putting the same safety
guards in the TableOfContents
2015-05-18 17:29:52 +02:00
bindings Compile without warnings with MSVC 2014-12-08 09:42:04 -08:00
cmake Fix for using Taglib as a CMake sub directory project. 2015-05-09 20:29:52 -04:00
doc Move docs building to CMake 2011-02-13 12:22:42 +00:00
examples Reduce useless detach operations by making some non-const iterators const. 2014-08-21 16:35:35 +09:00
taglib Don't underflow if there are no embedded frames 2015-05-18 17:11:18 +02:00
tests We've moved away from including the null byte in the returned value 2015-05-18 17:29:52 +02:00
.astylerc Add astylerc 2015-05-18 11:31:55 +02:00
.editorconfig Use EditorConfig to help us stick to our coding style. 2014-10-20 11:27:30 +09:00
.gitignore Ignoring files generated when creating an Xcode project via cmake. 2014-08-23 20:37:32 -07:00
.travis.yml Build also examples 2012-11-11 16:44:01 +01:00
AUTHORS Added myself to AUTHORS 2013-05-19 11:59:37 +09:00
cmake_uninstall.cmake.in added uninstall target 2011-06-26 21:58:51 +02:00
CMakeLists.txt Added float conversion functions to ByteVector. 2014-07-17 12:09:14 +09:00
config.h.cmake Remove CMake check for sizeof(long). 2014-12-09 08:55:46 +09:00
ConfigureChecks.cmake Merge remote-tracking branch 'TsudaKageyu/64bit-atom' 2014-12-08 16:52:33 -08:00
COPYING.LGPL Different LGPL version than was referenced in headers 2010-09-22 00:07:26 +00:00
COPYING.MPL Got permission from all (non-trivial) contributors to dual license under the MPL. 2007-10-10 18:22:58 +00:00
Doxyfile.cmake Support building documentation out-of-source-dir 2011-04-09 19:15:46 +02:00
INSTALL Updated INSTALL. 2014-06-20 10:36:09 +09:00
NEWS Added TagLib::MP4::PropertyMap::codec() 2013-10-08 17:41:09 +02:00
taglib-config.cmake Automatically generate the version number in taglib-config 2011-02-13 12:45:24 +00:00
taglib-config.cmd.cmake These files should not be marked as executable 2013-10-06 17:11:01 +02:00
taglib.pc.cmake Don't hardcode version number 2007-08-27 07:02:29 +00:00