28 Commits (3a304fa0f0cfd7e2f9df2435d94d596d68d6fcb5)

Author SHA1 Message Date
Andreas Huggel 0d397b95c7 Updated copyright message for 2012. 13 years ago
Andreas Huggel 7770151915 Updated Copyright message for 2011. 15 years ago
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
Andreas Huggel 6d496a4888 Updated Copyright notice for 2010. 15 years ago
Robin Mills 0b913aa605 #621: Windows build environment changes
1) exv_msvc.h moved to msvc/include/exv_msvc.h
2) exv_msvc.h no longer has #pragma comment statements to link zlib
3) project files updated to explicitly link appropriate zlib library
16 years ago
Andreas Huggel 8a6d9dbc42 Updated Copyright notice for 2009. 17 years ago
Andreas Huggel a05687e159 Fixed properties (Dimitri). 17 years ago
Andreas Huggel 5297f0af00 More fixes for the MSVC build env (robin-20081113.patch from Robin Mills). 17 years ago
Andreas Huggel 6f830c2849 Applied Robin's patch fixing the last few issues before 0.18-pre2 17 years ago
Andreas Huggel 891b98f25e Robin's patch to fix MSVC issues. 17 years ago
Andreas Huggel 50983a44b7 #567: New MSVC build files. (Intermediate, probably doesn't compile with MSVC, ironically. By Robin Mills, errors are mine - his does compile.) 17 years ago
Andreas Huggel 2bc7b2666e #567: Fixed exivsimple. 17 years ago
Andreas Huggel d1f41794fc Fixed MSVC compilation of the samples. 18 years ago
Andreas Huggel da6266da3b Copyright updates for 2007 19 years ago
Andreas Huggel 4f28e8804b Added get and set thumbnail functions to exivsimple project 19 years ago
Andreas Huggel 7eac9bbe92 Fixes for MinGW and MSVC 20 years ago
Andreas Huggel 99b4e71459 Updated copyright and fsf address 20 years ago
Andreas Huggel a70511cc4a Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427 20 years ago
Andreas Huggel ff718d8de6 Fixed MSVC compilation (otherwise untested) 20 years ago
Andreas Huggel 8521dead83 Added 2005 to Copyright lines 21 years ago
brad c56b79acec Added the ability to read and write to in-memory images. 21 years ago
brad 0cab366ec2 Merges all changes from the insideout branch back into trunk. This includes the IO abstraction code, split-up of image.cpp, and inside-out design change (#402, #403, and #404). 21 years ago
brad a03e5d724d minor msvc linker setting changes 21 years ago
brad fdbfb5aa3c trivial comment change 21 years ago
brad 770d1f6d20 fixed win32 build break in release mode 21 years ago
brad d4fd3f85ab added GPL headers to source files 21 years ago
brad b90eec9a50 added exivsimple (win32 only dll) and write2-test projects to msvc build 21 years ago