8000 Tags · neheb/exiv2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: neheb/exiv2

Tags

v0.28.5

Toggle v0.28.5's commit message

Verified

This tag was signed with the committer’s verified signature.
kevinbackhouse Kevin Backhouse
Exiv2 Release v0.28.5

v0.28.4

Toggle v0.28.4's commit message

Verified

This tag was signed with the committer’s verified signature.
kevinbackhouse Kevin Backhouse
Exiv2 Release v0.28.4

v0.28.3

Toggle v0.28.3's commit message

Verified

This tag was signed with the committer’s verified signature.
kevinbackhouse Kevin Backhouse
Exiv2 Release v0.28.3

v0.28.2

Toggle v0.28.2's commit message
8000

Verified

This tag was signed with the committer’s verified signature.
kevinbackhouse Kevin Backhouse
Exiv2 Release v0.28.2

v0.27.1

Toggle v0.27.1's commit message

Verified

This tag was signed with the committer’s verified signature.
kevinbackhouse Kevin Backhouse
Exiv2 Release v0.27.1

v0.27.0

Toggle v0.27.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kevinbackhouse Kevin Backhouse
Exiv2 Release v0.27.0

v0.28.1

Toggle v0.28.1's commit message

Verified

This tag was signed with the committer’s verified signature.
kevinbackhouse Kevin Backhouse
Exiv2 Release v0.28.1

nightly

Toggle nightly's commit message
Fix preprocessor warnings about undefined _MSVC_LANG

Stricter compiler/settings, such as found during a build
on FreeBSD with clang 14, issue warnings of the kind below.

/usr/local/include/exiv2/value.hpp:1272:31: warning: '_MSVC_LANG' is not defined, evaluates to 0 [-Wundef]

Fix: Guard use of _MSVC_LANG by a check.

Personally, I found that MSVC has several feature-specific
checks in predefined macros which might allow for one
standards-based check that matches GCC/clang/MSVC rather than the
split check for C++ standard and MSVC language version settings.

See https://en.cppreference.com/w/cpp/feature_test

I am not building Exiv2 on MSVC, so I cannot test/suggest
anything here.

v0.27.7

Toggle v0.27.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Exiv2#2616 from nehaljwani/0.27.7

Exiv2 v0.27.7

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Exiv2#2602 from nehaljwani/exiv2-v0.28.0

Exiv2 v0.28.0
0