Andreas Huggel
83cd2efab9
#579 : Implemented mmap for Windows directly in FileIo and made that class use the Pimpl idiom ( #510 ) to de-clutter the interface. Unrelated: Added EXV_MIN/MAX macros, allow iconv config in commercial version.
16 years ago
Andreas Huggel
370af5c8a3
Merged all changes from the unstable branch into the trunk.
16 years ago
Robin Mills
e21a8cd79d
Adding MSVC support for XMP 4.4 and fixed copy error in exiv2lib.vcproj DLL builds.
16 years ago
Andreas Huggel
7b75bbaa04
Removed r1799, r1797 from trunk ( #634 , #579 )
16 years ago
Robin Mills
0ed8680e02
#579 : Implement Memory Mapping for Windows Platforms
...
This improves the performance of exiv2.exe on TIFF files about 5x
The MSVC branch adds mmap.cpp and mman.h - borrowed and slightly touched from KDE
- the contribution of KDE is acknowledged and respected (and changes documented)
- exv_msvc.h modified to support MM
- added support files include/sys to enable compilation on MSVC
16 years ago
Robin Mills
891827b6ce
#621 : Windows build changes.
...
I discovered while doing a private build for a user that msvc/include/exv_msvc.h still contains the #pragma comment code.
I've removed that (again!) and fixed a consequential link error on exiv2lib.vcproj DebugDLL | ReleaseDLL
Rebuilt everything on VS2003/5/8 and all run the runner.bat test OK.
16 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
brad
6bcd8cacd4
Added new easyaccess files to msvc build
17 years ago
Robin Mills
cf34b2c9a2
Support for building exiv2+organize
...
Small changes to organize.vcproj to match the other exiv2 projects
Updated README-MSVC.txt with information about building organize.exe
No significant changes to exiv2.sln or its project files.
17 years ago
Andreas Huggel
08e9e2f097
Added rw2image.[ch]pp files
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
d866b20d82
#567 : Fixing MSVC build, intermediate revision, it is still broken.
17 years ago
Andreas Huggel
7b72714af1
Added new files to MSVC build file.
17 years ago
Andreas Huggel
69f8e9b332
Tweaks
18 years ago
Andreas Huggel
aecbc71657
Added XMP support to MSVC project.
18 years ago
Andreas Huggel
4e7a5a9a1a
Remove include directory before copying files in MSVC post build events.
18 years ago
Andreas Huggel
d1f41794fc
Fixed MSVC compilation of the samples.
18 years ago
Andreas Huggel
08c2c50448
Partially updated MSVC project (samples and XMP don't compile).
18 years ago
Andreas Huggel
91c4dafbf9
Fixed compiler issues (gcc-4.3, msvc 7.1)
18 years ago
Andreas Huggel
45ab551733
Updated MSVC project file
19 years ago
Andreas Huggel
5a5fcf8503
Added workaround for mmap/munmap for platforms which do not have these (MinGW and MSVC), converted CrwImage to use mmap too.
19 years ago
Andreas Huggel
655b04751f
Updated MSVC project file, removed unnecessary floor function calls (fixes MSVC compilation problem), added missing #include "cassert"
19 years ago
Andreas Huggel
b824940592
Updated MSVC project file and fixed doxygen warnings
19 years ago
Andreas Huggel
55c363d750
Updated MSVC build file
19 years ago
Andreas Huggel
dabc5d7bb1
Added new Nikon makernote files to MSVC project
19 years ago
Andreas Huggel
e6c88889cb
Updated MSVC 7.1 project and fixed MSVC compiler errors
19 years ago
Andreas Huggel
e32800a9df
Added TIFF image and parser to exiv2lib, fixed MSVC 7.1 compilation errors
19 years ago
Andreas Huggel
7eac9bbe92
Fixes for MinGW and MSVC
20 years ago
Andreas Huggel
277edf23fb
Added imgreg.cpp to the MSVC build and did some cosmetic changes in the README
20 years ago
Andreas Huggel
e65f3fef98
Fixed MSVC and MinGW warnings
20 years ago
Andreas Huggel
ff1010fb70
Added Panasonic makernote files to project file
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
b8e809195c
Fixed MSVC compilation
20 years ago
Andreas Huggel
ff718d8de6
Fixed MSVC compilation (otherwise untested)
20 years ago
Andreas Huggel
90a707fa2e
Fixed bugs found on MinGW and with MSVC. iotest still misteriously fails.
20 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
Andreas Huggel
24cee62ad4
Updated according to patch from Brad Schick
21 years ago
Andreas Huggel
2f56912e76
Added datasets
21 years ago
Andreas Huggel
6755a2a993
Added MSVC project files
21 years ago