| .. |
|
actions.cpp
|
Renaming files with the same timestamp: allow sequential numbering. Fixes bug #422
|
2005-05-22 04:20:32 +00:00 |
|
actions.hpp
|
Cleaned up exif.hpp dependencies
|
2005-03-19 10:59:49 +00:00 |
|
addmoddel.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
basicio.cpp
|
Fixed changes introduced in previous revision. Added call to _commit() before stat() instead of insisting that the file is closed. Reverted changes to iotest.cpp introduced in the previous revision.
|
2005-04-26 15:27:41 +00:00 |
|
basicio.hpp
|
Close files before calling FileIo::size() (which uses stat). This is necessary on Win32 it seems. Fixes bug #428. Changed default mode of FileIo::open to "rb" and added FileIo::switchMode. Fixes bug #429. Added a hack to make test output of exiv2-test.sh more readable on MinGW.
|
2005-04-22 15:07:12 +00:00 |
|
canonmn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
canonmn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
cmd.txt
|
Added type information to Exif tag tables. Updated comment example, documentation and tests. Implements feature #425
|
2005-03-26 17:25:52 +00:00 |
|
dataarea-test.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
datasets.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
datasets.hpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
doxygen.hpp
|
Automated the generation of the tag-tables for the documentation
|
2005-05-28 15:35:08 +00:00 |
|
error.cpp
|
Fixed situation where an Error with a confusing message was thrown. Added BasicIo::path(). Further code and doc clean-up.
|
2005-04-21 07:21:53 +00:00 |
|
error.hpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
exif.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
exif.hpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
exifcomment.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
exifdata-test.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
exifprint.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
exiv2.cpp
|
Renaming files with the same timestamp: allow sequential numbering. Fixes bug #422
|
2005-05-22 04:20:32 +00:00 |
|
exiv2.hpp
|
Renaming files with the same timestamp: allow sequential numbering. Fixes bug #422
|
2005-05-22 04:20:32 +00:00 |
|
exv_msvc.h
|
Added an EXV_ prefix to precompiler defines (still not to all yet - I don't like the idea of "exv_size_t" or "exv_const" - but hopefully to those more likely to create conflicts). Fixes bug #420
|
2005-03-19 06:50:19 +00:00 |
|
fujimn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
fujimn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
futils.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
futils.hpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
getopt_win32.c
|
Added an EXV_ prefix to precompiler defines (still not to all yet - I don't like the idea of "exv_size_t" or "exv_const" - but hopefully to those more likely to create conflicts). Fixes bug #420
|
2005-03-19 06:50:19 +00:00 |
|
getopt_win32.h
|
Added getopt files for MSVC
|
2004-06-27 05:06:54 +00:00 |
|
ifd-test.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
ifd.cpp
|
Added basic Sony makernote, decoded Exif.CanonCs2.ISOSpeed (from Exiftool) and Exif.Nikon3.LensFStops (from Robert Rottmerhusen)
|
2005-04-20 18:16:29 +00:00 |
|
ifd.hpp
|
Added basic Sony makernote, decoded Exif.CanonCs2.ISOSpeed (from Exiftool) and Exif.Nikon3.LensFStops (from Robert Rottmerhusen)
|
2005-04-20 18:16:29 +00:00 |
|
image.cpp
|
Fixed situation where an Error with a confusing message was thrown. Added BasicIo::path(). Further code and doc clean-up.
|
2005-04-21 07:21:53 +00:00 |
|
image.hpp
|
Fixed situation where an Error with a confusing message was thrown. Added BasicIo::path(). Further code and doc clean-up.
|
2005-04-21 07:21:53 +00:00 |
|
iotest.cpp
|
Fixed changes introduced in previous revision. Added call to _commit() before stat() instead of insisting that the file is closed. Reverted changes to iotest.cpp introduced in the previous revision.
|
2005-04-26 15:27:41 +00:00 |
|
iptc.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
iptc.hpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
iptceasy.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
iptcprint.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
iptctest.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
jpgimage.cpp
|
Fixed situation where an Error with a confusing message was thrown. Added BasicIo::path(). Further code and doc clean-up.
|
2005-04-21 07:21:53 +00:00 |
|
jpgimage.hpp
|
Fixed situation where an Error with a confusing message was thrown. Added BasicIo::path(). Further code and doc clean-up.
|
2005-04-21 07:21:53 +00:00 |
|
key-test.cpp
|
added subversion style keywords
|
2004-11-09 19:10:37 +00:00 |
|
localtime.c
|
Merged revisions 514:520 from branches/Exiv2-0_6_041212
|
2005-03-12 12:28:58 +00:00 |
|
Makefile
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
makernote-test.cpp
|
Updated for the new int score return value of match()
|
2004-05-24 02:21:55 +00:00 |
|
makernote.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
makernote.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
metacopy.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
metacopy.hpp
|
Added 2005 to Copyright lines
|
2005-03-12 16:43:06 +00:00 |
|
metadatum.cpp
|
Added 2005 to Copyright lines
|
2005-03-12 16:43:06 +00:00 |
|
metadatum.hpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
mn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
nikonmn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
nikonmn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
olympusmn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
olympusmn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
path-test.cpp
|
Merged revisions 551:552 from branches/Exiv2-0_6_041212. Fixes bug #423 in trunk
|
2005-04-01 09:32:40 +00:00 |
|
private.h
|
Added an EXV_ prefix to precompiler defines (still not to all yet - I don't like the idea of "exv_size_t" or "exv_const" - but hopefully to those more likely to create conflicts). Fixes bug #420
|
2005-03-19 06:50:19 +00:00 |
|
rcsid.hpp
|
Added 2005 to Copyright lines
|
2005-03-12 16:43:06 +00:00 |
|
sigmamn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
sigmamn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
sonymn.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
sonymn.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
taglist.cpp
|
Automated the generation of the tag-tables for the documentation
|
2005-05-28 15:35:08 +00:00 |
|
tags.cpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
tags.hpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
timegm.h
|
added subversion style keywords
|
2004-11-09 19:10:37 +00:00 |
|
Todo
|
Updated tests. Still needs work.
|
2004-11-24 12:33:22 +00:00 |
|
types.cpp
|
Added 2005 to Copyright lines
|
2005-03-12 16:43:06 +00:00 |
|
types.hpp
|
Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427
|
2005-05-28 05:48:43 +00:00 |
|
tzfile.h
|
added subversion style keywords
|
2004-11-09 19:10:37 +00:00 |
|
utils.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
utils.hpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
utiltest.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
value.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
value.hpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
write2-test.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |
|
write-test.cpp
|
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
|
2005-04-17 11:51:32 +00:00 |