| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add virtual to abstract overridden destructor | Urs Fleisch | 2024-03-25 | 1 | -1/+1 |
| * | More API documentation corrections | Urs Fleisch | 2024-01-17 | 1 | -1/+1 |
| * | Correct the API documentation | Urs Fleisch | 2024-01-04 | 1 | -37/+64 |
| * | make swap function noexcept | Rosen Penev | 2023-12-13 | 1 | -1/+1 |
| * | Fix MSVC warning needs to have dll-interface (#1185) | Urs Fleisch | 2023-12-11 | 1 | -0/+3 |
| * | Remove deprecated FileRef::create() method | Urs Fleisch | 2023-10-27 | 1 | -18/+2 |
| * | Provide properties methods on FileRef, make FileRef non-virtual | Urs Fleisch | 2023-10-27 | 1 | -1/+79 |
| * | Add unit tests for C bindings | Urs Fleisch | 2023-10-21 | 1 | -0/+5 |
| * | Use unique_ptr for d-pointers (#1095) | Rosen Penev | 2023-08-07 | 1 | -2/+10 |
| * | Replace RefCounter with shared_ptr (#1100) | Rosen Penev | 2023-08-07 | 1 | -1/+1 |
| * | Add checks for the expected sizes of all public classes | Scott Wheeler | 2023-07-30 | 1 | -0/+6 |
| * | clang-tidy: Use override keyword | Urs Fleisch | 2023-07-22 | 1 | -1/+1 |
| * | Remove functions documented (but not marked) as deprecated | Urs Fleisch | 2023-07-09 | 1 | -0/+1 |
| * | Fix warnings about missing virtual destructors | Urs Fleisch | 2023-07-09 | 1 | -2/+10 |
| * | Document replacements for deprecated functions (#1001) | Urs Fleisch | 2022-10-26 | 1 | -1/+1 |
| * | fileref: Adapt formatting to TagLib code style | Urs Fleisch | 2022-02-27 | 1 | -6/+6 |
| * | FileTypeResolver: Add a StreamTypeResolver interface | Hugo Beauzée-Luyssen | 2022-02-27 | 1 | -0/+10 |
| * | Fix doxygen warnings | Urs Fleisch | 2021-02-14 | 1 | -2/+2 |
| * | Restore FileRef::create() in order not to change the previous behavior. | Tsuda Kageyu | 2017-06-06 | 1 | -1/+1 |
| * | Mention that FileRef::create no longer works. | Tsuda Kageyu | 2017-05-31 | 1 | -1/+1 |
| * | Enable FileRef to detect file types by the actual content of a stream. | Tsuda Kageyu | 2017-02-04 | 1 | -1/+3 |
| * | Add a supplementary note to a comment. | Tsuda Kageyu | 2016-02-06 | 1 | -3/+6 |
| * | Fix a typo in a comment. | Tsuda Kageyu | 2015-11-21 | 1 | -1/+1 |
| * | Style fixes in fileref.cpp. | Tsuda Kageyu | 2015-11-21 | 1 | -0/+5 |
| * | FileRef: Allow an IOStream to be used | Hugo Beauzée-Luyssen | 2015-09-15 | 1 | -1/+15 |
| * | Fix some typos in comments. | Tsuda Kageyu | 2015-06-09 | 1 | -3/+3 |
| * | Add const to docs | Scott Wheeler | 2015-06-03 | 1 | -1/+1 |
| * | These shouldn't be executable either | Lukáš Lalinský | 2013-10-08 | 1 | -0/+0 |
| * | Added FindShlwapi.cmake in lieu of pragma comment() in fileref.h. | Festus Hagen | 2013-05-25 | 1 | -4/+0 |
| * | Fix an error message in Win32 | Tsuda kageyu | 2013-04-19 | 1 | -0/+4 |
| * | Revert changes concerning the smart pointer | Tsuda kageyu | 2013-04-17 | 1 | -1/+1 |
| * | Restore ABI breaking change | Tsuda kageyu | 2013-04-17 | 1 | -2/+1 |
| * | Replace RefCounter with a smart pointer | Tsuda kageyu | 2013-04-17 | 1 | -2/+3 |
| * | fix crash on wma file parsing, add clarifications to API docs | Nick Shaforostoff | 2011-01-28 | 1 | -0/+3 |
| * | Fix FSF address | Lukáš Lalinský | 2011-01-08 | 1 | -2/+2 |
| * | Always use #include "XXX" in TagLib's code | Lukáš Lalinský | 2009-10-09 | 1 | -2/+2 |
| * | Less of The Big Ugly in the middle of the classes. | Scott Wheeler | 2009-03-22 | 1 | -9/+1 |
| * | Added GCC pragma to suppress non-virtual dtor warning which is being preserved | Andrew Coles | 2009-03-22 | 1 | -0/+6 |
| * | Set the copyright to 2002-2008 for all files. | Scott Wheeler | 2008-02-04 | 1 | -1/+1 |
| * | Add missing exports | Scott Wheeler | 2008-02-01 | 1 | -1/+1 |
| * | Adapt API docs for FileRef class to match current function signatures. | Michael Pyne | 2007-12-13 | 1 | -1/+1 |
| * | Use Unicode filenames on Windows (this time the correct patch). | Lukáš Lalinský | 2007-11-10 | 1 | -5/+4 |
| * | Got permission from all (non-trivial) contributors to dual license under the ... | Scott Wheeler | 2007-10-10 | 1 | -1/+5 |
| * | Unfix compiler warning. Compiler warnings good, BIC changes bad. | Kevin Krammer | 2007-08-29 | 1 | -4/+3 |
| * | Fixing compiler warning about missing virtual destructor in class with virtua... | Kevin Krammer | 2007-08-29 | 1 | -1/+5 |
| * | (initial) win32 export support | Christian Ehrlicher | 2007-08-11 | 1 | -1/+2 |
| * | Revert this as this change isn't BC | Scott Wheeler | 2007-01-07 | 1 | -1/+0 |
| * | A few spelling fixes, identified using krazy. | Brad Hards | 2007-01-02 | 1 | -1/+1 |
| * | Fix warning | Laurent Montel | 2006-12-07 | 1 | -0/+1 |
| * | This is starting to look more sane. | Scott Wheeler | 2006-09-24 | 1 | -0/+255 |