7490 Commits (cc89dca5a216eced7ebed84eba432896b074443c)
 

Author SHA1 Message Date
Miloš Komarčević b92002b304 Match closing statement, doh 4 years ago
Miloš Komarčević d49affaec5 Check for symlinks when uninstalling
Partly addresses #1501
4 years ago
Robin Mills e29d1134f3 Update releasenotes.txt with more credit for Milos (and trigger macOS/CI which is red). All platform build on MacMini. 4 years ago
Robin Mills b975ad4cbb Push change in PR #1500. Thank you @kmilos. 4 years ago
Robin Mills f71a3fd10c Set LD_LIBRARY_PATH to run bundled bin/exiv2. 4 years ago
Robin Mills 08b5eb6136 Clarify bmff suppport as readonly. 4 years ago
Robin Mills fd47dc635d Bump revision number to Exiv2 v0.27.4 RC1. PR will be marked for review. 4 years ago
Robin Mills ff744fa01e Fixing typos. 4 years ago
Robin Mills cd7721c818 Downgrade version to 0.27.4.10 = 0.27.4 RC1 Preview. 4 years ago
Robin Mills 5c13660f1e Add optional parameter forgive=False to reportTest() for use by nls_test to avoid false fails. 4 years ago
Robin Mills 4b6abcf199 Updated the user documents. Most changes relate to running the test suite. 4 years ago
Robin Mills 7264238e3e v27_4_rc1_effort2 4 years ago
Robin Mills cfe94eb017
Merge pull request #1496 from Exiv2/exiv2_v27_4_rc1
exiv2_v27_4_rc1
4 years ago
Miloš Komarčević b02a9d17f9 Fix readme typo 4 years ago
Robin Mills 16866b3740 Exiv2 v0.27.4 RC1 Preview. 4 years ago
Robin Mills d632988bbd Massive code prolog cleanup. 4 years ago
Robin Mills 99600c6aaf exiv2 --verbose --version was reporting have_strerror_r twice! 4 years ago
Robin Mills 60d383eabe exiv2_v27_4_rc1 4 years ago
Robin Mills 200611a8eb
Merge pull request #1495 from Exiv2/fix_1274_remove_bash
fix_1274_remove_bash
4 years ago
Robin Mills da52bb3b0b Better logic and error message. 4 years ago
Robin Mills 72b73bb146 Sniff for unit_tests.exe! 4 years ago
Robin Mills bbec658185 Fix LD_LIBRARY_PATH. Add option arg raw=False to runTest() Use raw=True in unit_test.py. 4 years ago
Robin Mills 354a8f6971 Fix comments. 4 years ago
Miloš Komarčević bf43c6cfd1 Replace tabs to fix indentation issues 4 years ago
Robin Mills 1fad29e11f Fix typos. 4 years ago
Robin Mills 310369505a Add test/ReadMe.txt 4 years ago
Robin Mills 21b73b4207 Refactor CMakeList.txt to run all tests using tests/runner.py 4 years ago
Robin Mills 5e82f260a1 Add python scripts equivalent to test/version_test.sh and unit_test.sh 4 years ago
Robin Mills ccaa50909a Add unit_tests to suite.conf 4 years ago
Robin Mills 0c4c3a0213 use raise from test_pr1475*.py 4 years ago
Robin Mills 6fad24cd11
Merge pull request #1491 from Exiv2/fix_1486_effort2
fix_1486_effort2
4 years ago
Robin Mills 717fc098be fix_1486_effort2 https://github.com/Exiv2/exiv2/pull/1486#discussion_r593161473 4 years ago
Miloš Komarčević 201e7d3fee
Merge pull request #1490 from kmilos/issue_1489_bmff_mime_major
Include a few more BMFF major brands
4 years ago
Miloš Komarčević f95d97a0bf Add mif1 brand to heif mime type 4 years ago
Miloš Komarčević fcb3066950 Include a few more BMFF major brands 4 years ago
Miloš Komarčević b3dfabdde0
Merge pull request #1486 from Exiv2/fix_1484_empty_ascii
Terminate empty ASCII strings
4 years ago
clanmills ba6a577ab9 https://github.com/Exiv2/exiv2/pull/1486#issuecomment-796843835 4 years ago
Robin Mills 09567b477b
Merge pull request #1487 from kmilos/housekeep_bmff
Include HEIC type explicitly
4 years ago
Miloš Komarčević fa41e52c8a Add comment and test case 4 years ago
Robin Mills aaa075f3d4
Merge pull request #1488 from Exiv2/fix_1473_LocationShown
fix_1473_LocationShown
4 years ago
clanmills bf1be5cb50 fix_1473_LocationShown 4 years ago
Miloš Komarčević e3c78623f7 Include HEIC type explicitly 4 years ago
Miloš Komarčević 26ba26e241 Terminate empty ASCII strings as well 4 years ago
Robin Mills 9e2ac47cf9
Merge pull request #1475 from 1div0/BMFF
Base Media File Format
4 years ago
Robin Mills 19aab434a5 Move system_tests.runTest() and system_tests.verbose_version() to system_tests.BT 4 years ago
Robin Mills 02477faf4e Following review by @hassec, I use static base64_encoding vector in both Exiv2::base64encode() and Exiv2::base64decode().
I'm a little uneasy about changes to the API of the shared object/DLL.  I will investigate #890 during the release process.  So I have a plan to identify this if it's an issue.  I think it's OK.

```
703 rmills@rmillsmm-local:~/gnu/github/exiv2/bmff/build $ nm --demangle lib/libexiv2.dylib  | grep base64
00000000000384a0 T Exiv2::base64decode(char const*, char*, unsigned long)
0000000000038340 T Exiv2::base64encode(void const*, unsigned long, char*, unsigned long)
00000000001c33a0 s Exiv2::base64_encode
704 rmills@rmillsmm-local:~/gnu/github/exiv2/bmff/build $ nm -g --demangle lib/libexiv2.dylib  | grep base64
00000000000384a0 T Exiv2::base64decode(char const*, char*, unsigned long)
0000000000038340 T Exiv2::base64encode(void const*, unsigned long, char*, unsigned long)
705 rmills@rmillsmm-local:~/gnu/github/exiv2/bmff/build $
```
4 years ago
clanmills 212f1b5ebb Following review by @piponazo, I am clarifying the bool return from Exiv2::enableBMFF(). 4 years ago
Robin Mills 301f3c51ba
Merge pull request #1483 from Exiv2/add_SECURITY_md
Add SECURITY.md
4 years ago
Robin Mills 062177d092 Add SECURITY.md and reference it from the Security Tab in the GitHub Web UI. 4 years ago
Robin Mills 822eb1a2dd
Merge pull request #1482 from postscript-dev/fix_langAlt_read_func
Fix langAltValue::read() parsing
4 years ago