-
Notifications
You must be signed in to change notification settings - Fork 384
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: taglib/taglib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: taglib/taglib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 36 files changed
- 1 contributor
Commits on Jun 14, 2025
-
Use tag_c.h as first include in build with C compiler (#1273)
This will fail on MinGW because its gcc does not have wchar_t without including wchar.h. With g++ as used with test_tag_c.cpp, the problem is undetected because g++ supports wchar_t without including wchar.h.
Configuration menu - View commit details
-
Copy full SHA for 42dcfec - Browse repository at this point
Copy the full SHA 42dcfecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c57431e - Browse repository at this point
Copy the full SHA c57431eView commit details -
C bindings: Include missing wchar header in tag_c.h (#1273)
In C++, wchar_t is a built-in fundamental type, but in C, it is not. Compilation with MinGW will fail without a header included which defines wchar_t (wchar.h or stddef.h). The other compilers used in our CI (gcc on Ubuntu, clang on macOS and MSVC on Windows) seem to know wchar_t without an include.
Configuration menu - View commit details
-
Copy full SHA for 6563cea - Browse repository at this point
Copy the full SHA 6563ceaView commit details
Commits on Jun 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e73517d - Browse repository at this point
Copy the full SHA e73517dView commit details
Commits on Jun 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d61a333 - Browse repository at this point
Copy the full SHA d61a333View commit details -
Convert IPLS to TIPL and TMCL (#1274)
The involvement/involvee pairs which are supported for TIPL properties (ARRANGER, ENGINEER, PRODUCER, DJ-MIX, MIX) are left in the TIPL frame, other pairs are moved to a TMCL frame. This will result in a consistent behavior for both ID3v2.3 and ID3v2.4 tags produced by MusicBrainz Picard.
Configuration menu - View commit details
-
Copy full SHA for 88d6b18 - Browse repository at this point
Copy the full SHA 88d6b18View commit details
Commits on Jun 25, 2025
-
Fix conversion compiler warnings
Using a release build with GCC 14.2.0 and -Wextra -Wconversion -Wall. The generated binaries are not changed by this commit.
Configuration menu - View commit details
-
Copy full SHA for 148cc9a - Browse repository at this point
Copy the full SHA 148cc9aView commit details -
Use ldexpl() instead of ldexp()
This will fix "warning: conversion from ‘long double’ to ‘double’ may change value [-Wfloat-conversion]".
Configuration menu - View commit details
-
Copy full SHA for eb749ac - Browse repository at this point
Copy the full SHA eb749acView commit details
Commits on Jun 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7d86716 - Browse repository at this point
Copy the full SHA 7d86716View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1...v2.1.1