Robin Mills
c8138546a7
Updated MSVC project files (and notes) to build with DevStudio 2010 (and with DevStudio 2003/5/8)
15 years ago
Robin Mills
86d8f0b497
Changes to MSVC build environment with thanks to Jon Roch-Berry
...
1) Library files have been changed to enable them to co-exist in a single directory:
* Static Debug: exiv2.lib -> exiv2sd.lib
* Static Release: exiv2.lib -> exiv2s.lib
* DLL Debug: exiv2.lib -> exiv2d.lib
exiv2.dll -> exiv2d.dll
* Dll Release: unchanged
2) Incorrect linking has been rectified as follows:
The following had their expat dependencies incorrect and
debug versions were linking against release versions, and release
versions against debug versions:
exiv2-0.20\msvc\addmoddel\addmoddel.vcproj
exiv2-0.20\msvc\convert-test\convert-test.vcproj
exiv2-0.20\msvc\mmap-test\mmap-test.vcproj
exiv2-0.20\msvc\tiff-test\tiff-test.vcproj
Also, in the following it was linking in both the debug and release
zlib:
exiv2-0.20\msvc\exivsimple\exivsimple.vcproj
Thank you to Jon for providing these fixes.
3) Runner.txt has been modified for the following reasons:
a) The change in library names is detected
b) Some exiv2 output strings have changed since 0.20
15 years ago
Robin Mills
0bbac46524
Added cast to resolve MSVC build breaker. DevStudio has been set to treat warnings as errors.
15 years ago
Andreas Huggel
da52f17aa4
Fixed writing to pseudo memory mapped areas (at least on Linux).
15 years ago
Andreas Huggel
b18c048a91
Applied Canon makernote patch 2 by Greg Mansfield, updated tests.
15 years ago
Andreas Huggel
75dbd25eea
Applied Canon makernote patch by Greg Mansfield, updated tests.
15 years ago
Andreas Huggel
02e181eca7
Added patch for MeasuredEV in CanonSi (Axel Waggershauser) and several checks for the size of a tag value.
15 years ago
Andreas Huggel
839012f037
Olympus makernote updates (Greg Mansfield)
15 years ago
Andreas Huggel
5c88be9861
Added exiv2.hpp as a wrapper to easily include all objects published in the Exiv2 namespace.
15 years ago
Andreas Huggel
06ce0d18b6
- Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp)
...
- Changed Sony/Minolta pretty-print function to print EV value
- Renamed rcsid.hpp to rcsid_int.hpp, do not publish it anymore
15 years ago
HumanDynamo
b83ad4c65c
sync with Exiftool
15 years ago
Andreas Huggel
482cd93977
Reverted some Exif keys changed recently back to the original names, updated easy-access functions to include recently added Sony and Minolta tags.
15 years ago
Andreas Huggel
053651f97e
Added missing Sony Quality keys to imageQuality() easy-access function.
15 years ago
Andreas Huggel
2ac4164777
#709 : Fixed typo. (Dimitri Schoolwerth)
15 years ago
HumanDynamo
bb832790c6
no need depency. Fix error for VC under win32
15 years ago
HumanDynamo
98b849dba8
polish
15 years ago
HumanDynamo
3b5f5b8dd0
Quality => JPEG Quality
15 years ago
HumanDynamo
e5f3f2ff88
polish
15 years ago
HumanDynamo
0925802be7
new tag zone matching mode
15 years ago
HumanDynamo
f63e326c16
fix duplicate tags name
15 years ago
HumanDynamo
278c5d3ec4
factoring zone matching
15 years ago
HumanDynamo
b7d54e2e85
new Rotation2 and PictureFinish tags
15 years ago
HumanDynamo
7e015a5899
new tag ColorSpace
15 years ago
HumanDynamo
14d02509ba
factoring focus mode
15 years ago
HumanDynamo
2833162c3f
factoring
15 years ago
HumanDynamo
0f77da9e5f
update Minolta tags.
...
Fix duplicate tag name in sony
15 years ago
HumanDynamo
520015641f
polish
15 years ago
HumanDynamo
725ec9478e
more WB mode
15 years ago
HumanDynamo
a59373596c
more long expo NR mode
15 years ago
HumanDynamo
dd11f77e04
fix flash levels
15 years ago
HumanDynamo
2345cee44f
more quality
15 years ago
HumanDynamo
0ac95e9006
wrong value there
15 years ago
HumanDynamo
f3eebd4d19
more AF mode
15 years ago
HumanDynamo
67ee41073d
more exposure mode
15 years ago
HumanDynamo
85009a30e3
more macro mode
15 years ago
HumanDynamo
3095fe2b19
new DRO mode
15 years ago
HumanDynamo
56ce2559cf
new ARW format
15 years ago
HumanDynamo
76c8ca7611
HDR mode, not Auto HDR
15 years ago
HumanDynamo
1d2457864e
2 new tags are know
15 years ago
HumanDynamo
8a8bf3f9bb
update HDR mode
15 years ago
HumanDynamo
197e865e2d
update sony model
15 years ago
Andreas Huggel
c415e28b2c
Tagged release 0.20
15 years ago
Andreas Huggel
942f01b26f
Fixed version string.
15 years ago
Andreas Huggel
97f24cc506
Added templates for HTTP doc of new XMP schemas.
15 years ago
Andreas Huggel
ed491b47c0
Removed tag 0.20
15 years ago
Andreas Huggel
ea200c6f00
Tagged release 0.20
15 years ago
Andreas Huggel
f72f540b97
Minor correction.
15 years ago
Andreas Huggel
e6408f101b
Added HTML doc for new XMP schemas mediapro, expressionmedia and kipi.
15 years ago
Andreas Huggel
c256d5e57d
Updated Nikon and Sony makernote doc.
15 years ago
Robin Mills
58b9a2d039
MSVC build tests for exiv2 0.20
...
Modifying runner.txt (test output comparison file)
Adding runner7.txt (runner.txt for Windows/7)
Update to README-MSVC.txt to mention runner7.txt and updated test tool set.
15 years ago