Commit Graph

2487 Commits

Author SHA1 Message Date
Robin Mills 559ace375b #1291 Reverting change in r4763 relating to windows.h as they break the Cygwin build. Retain changes in exiv2/exiv2.hpp and exv_msvc.h 2017-04-23 19:29:19 +00:00
Robin Mills f36cccefa2 #1291 include header simplification 2017-04-23 17:31:57 +00:00
Robin Mills 73572aa54d #1291 Fix submitted. Thank You to T Modes for reporting this issue. 2017-04-23 11:57:05 +00:00
Robin Mills 44da4724b3 #1175 Correction to r4756 Another three casts required to build with Visual Studio (size_t code ripple) 2017-04-23 10:58:54 +00:00
Robin Mills 67859f4f4e #1175 I'm going to accept the recommendation to change BasicIo::size() to return size_t. This passes the test suite. The only "ripple" outside of basicio is to iotest.cpp. This change enables several casts to be removed. 2017-04-19 17:03:54 +00:00
Robin Mills 7da3ad2e41 #1175. Thanks to LaserSoft for reporting this and providing a patch. 2017-04-19 15:36:00 +00:00
Robin Mills 77616c3204 #1289 Thanks to Asdiel (AlienSkin) for reporting this and providing a test file. Thanks to Ben for investigation and patch. 2017-04-14 19:42:53 +00:00
Robin Mills 307c9e266c #1286 Correction to r4752 2017-04-06 05:25:39 +00:00
Robin Mills 5a5f7dc1ac #1286 Fix submitted. 2017-04-05 18:36:14 +00:00
Robin Mills 73047ce568 #1279 Correction to r4748 which broke the CMake build. 2017-03-27 09:04:12 +00:00
Robin Mills 54408bac2f #1279 Move src/ini_int.hpp to include/exiv2/ini.hpp to reveal class Exiv2:INIReader in API 2017-03-26 20:49:54 +00:00
nkbj 788caad7de Updated Nikon Lens lookup table to v4.4.527.01 of Robert Rottmerhusen's fmountlens list. 2017-03-23 04:33:35 +00:00
nkbj e8c2c7ba01 Update various lists to match ExifTool version 10.47. 2017-03-23 03:51:21 +00:00
Robin Mills 0051366df4 #1279 Removing unused code. 2017-03-17 17:44:13 +00:00
Robin Mills 8b90afa94e #1279 Almost done! 2017-03-17 17:08:35 +00:00
Robin Mills be0945016b #1269 Thank You to Ben for reporting this and providing the patch. 2017-03-17 12:58:18 +00:00
Robin Mills 192a2a83cf #1279 Cleaned up doxygen warnings for doc and website. 2017-03-16 18:13:12 +00:00
Robin Mills 11993b3b55 #1271 Thanks to Ben for reporting this and providing the patch. 2017-03-15 21:30:55 +00:00
Robin Mills 809009f174 #1279 Better man page pagination for pdf. 2017-03-12 21:05:18 +00:00
Robin Mills 6d5c2c3256 Getting ready to release v0.26 2017-03-08 20:42:28 +00:00
Robin Mills 54cfc47346 class RWLock should not be in the Exiv2::Internal namespace 2017-03-07 21:30:05 +00:00
Robin Mills 2ebacb6b0b #1272 Use in-memory temporary files. 2017-03-05 17:42:12 +00:00
nkbj 40dbbf6373 Update various lists to match ExifTool version 10.44. 2017-02-25 04:45:19 +00:00
Robin Mills 012c544704 #1268 Fix submitted. Ben and Robin both discovered and fixed this independantly with the same fix! 2017-02-16 18:23:40 +00:00
Robin Mills 9f06ff2971 #1272 Submitting modified version of Ben's patch. 2017-02-15 20:53:58 +00:00
Robin Mills dd4faaf831 #1277 Fix submitted. Thank You to Ben for reporting this and providing a patch. 2017-02-14 20:07:12 +00:00
Robin Mills bc1f8f7e84 #1275 Fix issue with Exiv2::Key.familyName() for key.ifdId_ == mpfId 2017-02-09 05:06:18 +00:00
Robin Mills b668455721 #1275 Fix submitted. 2017-02-08 20:10:01 +00:00
nkbj 5c308319b7 Update Pentax camera list to match ExifTool version 10.41. 2017-02-05 04:23:29 +00:00
Robin Mills cc2594004b #1271 CMake support for FreeBSD. Requires -DEXIV2_ENABLE_NLS=OFF 2017-01-25 19:05:12 +00:00
Robin Mills 91bfda349d #1273 Correction to r4699 2017-01-25 18:33:29 +00:00
Robin Mills 720b94bb5e #1273 Fix for linking on FreeBSD 2017-01-24 23:43:39 +00:00
nkbj f3fe69ea18 Update Canon lens list to match ExifTool version 10.40. 2017-01-15 04:29:31 +00:00
nkbj 1cfdba23ff Update Nikon lens list to match ExifTool version 10.38. 2017-01-06 14:22:02 +00:00
draekko a82be7c98d #1266 Add path to zlib for cmake msvc to src/CMakeList.txt to fix debug buildtype build issues 2016-12-13 17:46:02 +00:00
Robin Mills fe6c71d0fa #1108 exiv2 -pR to dump type == tiffIfd 2016-12-04 12:18:43 +00:00
Robin Mills 49fbd1d761 #1108 Add support to dump MakerNote IFDs with exiv2 -pR 2016-12-04 06:02:44 +00:00
Robin Mills 461b431bc1 #1231 Thank You to Ayke for providing the patch. 2016-12-02 10:31:10 +00:00
nkbj 8ec062cc46 Updated Nikon Lens lookup table to v4.4.520.01 of Robert Rottmerhusen's fmountlens list. 2016-11-30 04:21:11 +00:00
nkbj eea1e67062 Update Minolta lens list to match ExifTool version 10.36. 2016-11-30 04:15:45 +00:00
Robin Mills 9ad811150d #1230 Removing incorrect 2-byte pad following JPEG ICC_PROFILE. 2016-11-24 12:24:12 +00:00
Robin Mills 1a0095ff4a #1252 Patch submitted. Thank You to Markus for the patch and test files. Test suite updated appropriately. 2016-11-13 11:51:54 +00:00
nkbj 597a1bf650 Update Nikon lens list to match ExifTool version 10.33. 2016-11-13 03:34:23 +00:00
Robin Mills 81265684f0 #1108 Fixed bugs in printStructure(kpsRecursive) handling of RATIONAL data. 2016-11-12 22:08:10 +00:00
Robin Mills 0c57b55035 #1230 Fix msvc build breaker when building using configure.bat -W (with WebReady) 2016-11-03 12:26:28 +00:00
Robin Mills ba785b2a02 #1230 Fix msvc build breaker when building using configure -x (without xmp) 2016-11-03 10:13:43 +00:00
Robin Mills dd0a22814c #1247 Another correction to r4655 concerning clang/apple. 2016-10-31 18:42:32 +00:00
Robin Mills 9853ca55bd #1247. Correction to r4655 to handle clang on plaforms other than MacOS-X. 2016-10-31 18:21:00 +00:00
nkbj db3af9720a Update various lists to match ExifTool version 10.31. 2016-10-30 02:42:02 +00:00
Robin Mills 6ea3b00b02 #1249 Fixes 2016-10-23 22:25:58 +00:00