added subversion style keywords

v0.27.3
brad 21 years ago
parent 6307f4db9f
commit 77d3d5621a

@ -20,13 +20,13 @@
*/ */
/* /*
File: actions.cpp File: actions.cpp
Version: $Name: $ $Revision: 1.38 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 08-Dec-03, ahu: created History: 08-Dec-03, ahu: created
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.38 $ $RCSfile: actions.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -22,7 +22,7 @@
@file actions.hpp @file actions.hpp
@brief Implements base class Task, TaskFactory and the various supported @brief Implements base class Task, TaskFactory and the various supported
actions (derived from Task). actions (derived from Task).
@version $Name: $ $Revision: 1.12 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 11-Dec-03, ahu: created @date 11-Dec-03, ahu: created

@ -3,7 +3,7 @@
Abstract: Sample program showing how to add, modify and delete Exif metadata. Abstract: Sample program showing how to add, modify and delete Exif metadata.
File: addmoddel.cpp File: addmoddel.cpp
Version: $Name: $ $Revision: 1.5 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 26-Jan-04, ahu: created History: 26-Jan-04, ahu: created
*/ */

@ -20,7 +20,7 @@
*/ */
/* /*
File: canonmn.cpp File: canonmn.cpp
Version: $Name: $ $Revision: 1.15 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 18-Feb-04, ahu: created History: 18-Feb-04, ahu: created
07-Mar-04, ahu: isolated as a separate component 07-Mar-04, ahu: isolated as a separate component
@ -30,7 +30,7 @@
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.15 $ $RCSfile: canonmn.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -23,7 +23,7 @@
@brief Canon MakerNote implemented according to the specification @brief Canon MakerNote implemented according to the specification
<a href="http://www.burren.cx/david/canon.html"> <a href="http://www.burren.cx/david/canon.html">
EXIF MakerNote of Canon</a> by David Burren EXIF MakerNote of Canon</a> by David Burren
@version $Name: $ $Revision: 1.14 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 18-Feb-04, ahu: created<BR> @date 18-Feb-04, ahu: created<BR>

@ -20,13 +20,13 @@
*/ */
/* /*
File: datasets.cpp File: datasets.cpp
Version: $Name: $ $Revision: 1.8 $ Version: $Rev$
Author(s): Brad Schick (brad) <schick@robotbattle.com> Author(s): Brad Schick (brad) <brad@robotbattle.com>
History: 24-Jul-04, brad: created History: 24-Jul-04, brad: created
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.8 $ $RCSfile: datasets.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -21,8 +21,8 @@
/*! /*!
@file datasets.hpp @file datasets.hpp
@brief Iptc dataSet and type information @brief Iptc dataSet and type information
@version $Name: $ $Revision: 1.7 $ @version $Rev$
@author Brad Schick (brad) <schick@robotbattle.com> @author Brad Schick (brad) <brad@robotbattle.com>
@date 24-Jul-04, brad: created @date 24-Jul-04, brad: created
*/ */
#ifndef DATASETS_HPP_ #ifndef DATASETS_HPP_

@ -2,7 +2,7 @@
/*! /*!
@file doxygen.hpp @file doxygen.hpp
@brief Additional documentation, this file contains no source code @brief Additional documentation, this file contains no source code
@version $Name: $ $Revision: 1.18 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 07-Feb-04, ahu: created @date 07-Feb-04, ahu: created

@ -21,7 +21,7 @@
/*! /*!
@file error.hpp @file error.hpp
@brief Error class for exceptions @brief Error class for exceptions
@version $Name: $ $Revision: 1.3 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 15-Jan-04, ahu: created<BR> @date 15-Jan-04, ahu: created<BR>

@ -20,14 +20,14 @@
*/ */
/* /*
File: exif.cpp File: exif.cpp
Version: $Name: $ $Revision: 1.67 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 26-Jan-04, ahu: created History: 26-Jan-04, ahu: created
11-Feb-04, ahu: isolated as a component 11-Feb-04, ahu: isolated as a component
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.67 $ $RCSfile: exif.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// Define DEBUG_MAKERNOTE to output debug information to std::cerr // Define DEBUG_MAKERNOTE to output debug information to std::cerr
#undef DEBUG_MAKERNOTE #undef DEBUG_MAKERNOTE

@ -21,7 +21,7 @@
/*! /*!
@file exif.hpp @file exif.hpp
@brief Encoding and decoding of Exif data @brief Encoding and decoding of Exif data
@version $Name: $ $Revision: 1.59 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 09-Jan-04, ahu: created @date 09-Jan-04, ahu: created

@ -3,7 +3,7 @@
Abstract : Sample program showing how to set the Exif comment of an image Abstract : Sample program showing how to set the Exif comment of an image
File: exifcomment.cpp File: exifcomment.cpp
Version : $Name: $ $Revision: 1.5 $ Version : $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History : 10-May-04, ahu: created History : 10-May-04, ahu: created
*/ */

@ -3,7 +3,7 @@
Abstract : Sample program to print the Exif metadata of an image Abstract : Sample program to print the Exif metadata of an image
File : exifprint.cpp File : exifprint.cpp
Version : $Name: $ $Revision: 1.15 $ Version : $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History : 26-Jan-04, ahu: created History : 26-Jan-04, ahu: created
*/ */

@ -22,13 +22,13 @@
Abstract: Command line program to display and manipulate image %Exif data Abstract: Command line program to display and manipulate image %Exif data
File: exiv2.cpp File: exiv2.cpp
Version: $Name: $ $Revision: 1.16 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 10-Dec-03, ahu: created History: 10-Dec-03, ahu: created
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.16 $ $RCSfile: exiv2.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -21,7 +21,7 @@
/*! /*!
@file exiv2.hpp @file exiv2.hpp
@brief Defines class Params, used for the command line handling of exiv2 @brief Defines class Params, used for the command line handling of exiv2
@version $Name: $ $Revision$ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 08-Dec-03, ahu: created @date 08-Dec-03, ahu: created

@ -20,7 +20,7 @@
*/ */
/* /*
File: fujimn.cpp File: fujimn.cpp
Version: $Name: $ $Revision: 1.13 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 18-Feb-04, ahu: created History: 18-Feb-04, ahu: created
07-Mar-04, ahu: isolated as a separate component 07-Mar-04, ahu: isolated as a separate component
@ -31,7 +31,7 @@
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.13 $ $RCSfile: fujimn.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -24,7 +24,7 @@
in Appendix 4: Makernote of Fujifilm of the document in Appendix 4: Makernote of Fujifilm of the document
<a href="http://park2.wakwak.com/%7Etsuruzoh/Computer/Digicams/exif-e.html"> <a href="http://park2.wakwak.com/%7Etsuruzoh/Computer/Digicams/exif-e.html">
Exif file format</a> by TsuruZoh Tachibanaya Exif file format</a> by TsuruZoh Tachibanaya
@version $Name: $ $Revision: 1.11 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 11-Feb-04, ahu: created @date 11-Feb-04, ahu: created

@ -20,14 +20,14 @@
*/ */
/* /*
File: ifd.cpp File: ifd.cpp
Version: $Name: $ $Revision: 1.26 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 26-Jan-04, ahu: created History: 26-Jan-04, ahu: created
11-Feb-04, ahu: isolated as a component 11-Feb-04, ahu: isolated as a component
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.26 $ $RCSfile: ifd.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -21,7 +21,7 @@
/*! /*!
@file ifd.hpp @file ifd.hpp
@brief Encoding and decoding of IFD (%Image File Directory) data @brief Encoding and decoding of IFD (%Image File Directory) data
@version $Name: $ $Revision: 1.21 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 09-Jan-04, ahu: created<BR> @date 09-Jan-04, ahu: created<BR>

@ -20,7 +20,7 @@
*/ */
/* /*
File: image.cpp File: image.cpp
Version: $Rev$ $LastChangedBy$ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
Brad Schick (brad) <brad@robotbattle.com> Brad Schick (brad) <brad@robotbattle.com>
History: 26-Jan-04, ahu: created History: 26-Jan-04, ahu: created

@ -21,11 +21,11 @@
/*! /*!
@file image.hpp @file image.hpp
@brief Class JpegImage to access JPEG images @brief Class JpegImage to access JPEG images
@version $Name: $ $Revision: 1.22 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@author Brad Schick (brad) @author Brad Schick (brad)
<a href="mailto:schick@robotbattle.com">schick@robotbattle.com</a> <a href="mailto:brad@robotbattle.com">brad@robotbattle.com</a>
@date 09-Jan-04, ahu: created<BR> @date 09-Jan-04, ahu: created<BR>
11-Feb-04, ahu: isolated as a component<BR> 11-Feb-04, ahu: isolated as a component<BR>
19-Jul-04, brad: revamped to be more flexible and support Iptc 19-Jul-04, brad: revamped to be more flexible and support Iptc

@ -20,13 +20,13 @@
*/ */
/* /*
File: iptc.cpp File: iptc.cpp
Version: $Name: $ $Revision: 1.9 $ Version: $Rev$
Author(s): Brad Schick (brad) <schick@robotbattle.com> Author(s): Brad Schick (brad) <brad@robotbattle.com>
History: 31-July-04, brad: created History: 31-July-04, brad: created
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.9 $ $RCSfile: iptc.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// Define DEBUG_MAKERNOTE to output debug information to std::cerr // Define DEBUG_MAKERNOTE to output debug information to std::cerr
#undef DEBUG_MAKERNOTE #undef DEBUG_MAKERNOTE
@ -336,7 +336,7 @@ namespace Exiv2 {
{ {
if (!IptcDataSets::dataSetRepeatable( if (!IptcDataSets::dataSetRepeatable(
iptcDatum.tag(), iptcDatum.record()) && iptcDatum.tag(), iptcDatum.record()) &&
findId(iptcDatum.tag(), iptcDatum.record()) != end()) { findId(iptcDatum.tag(), iptcDatum.record()) != end()) {
return 6; return 6;
} }
modified_ = true; modified_ = true;
@ -348,13 +348,13 @@ namespace Exiv2 {
IptcData::const_iterator IptcData::findKey(const IptcKey& key) const IptcData::const_iterator IptcData::findKey(const IptcKey& key) const
{ {
return std::find_if(iptcMetadata_.begin(), iptcMetadata_.end(), return std::find_if(iptcMetadata_.begin(), iptcMetadata_.end(),
FindMetadatumByKey(key.key())); FindMetadatumById(key.tag(), key.record()));
} }
IptcData::iterator IptcData::findKey(const IptcKey& key) IptcData::iterator IptcData::findKey(const IptcKey& key)
{ {
return std::find_if(iptcMetadata_.begin(), iptcMetadata_.end(), return std::find_if(iptcMetadata_.begin(), iptcMetadata_.end(),
FindMetadatumByKey(key.key())); FindMetadatumById(key.tag(), key.record()));
} }
IptcData::const_iterator IptcData::findId(uint16_t dataset, uint16_t record) const IptcData::const_iterator IptcData::findId(uint16_t dataset, uint16_t record) const

@ -21,9 +21,9 @@
/*! /*!
@file iptc.hpp @file iptc.hpp
@brief Encoding and decoding of Iptc data @brief Encoding and decoding of Iptc data
@version $Name: $ $Revision: 1.10 $ @version $Rev$
@author Brad Schick (brad) @author Brad Schick (brad)
<a href="mailto:schick@robotbattle.com">schick@robotbattle.com</a> <a href="mailto:brad@robotbattle.com">brad@robotbattle.com</a>
@date 31-Jul-04, brad: created @date 31-Jul-04, brad: created
*/ */
#ifndef IPTC_HPP_ #ifndef IPTC_HPP_

@ -3,8 +3,8 @@
Abstract : Sample program to print the Iptc metadata of an image Abstract : Sample program to print the Iptc metadata of an image
File : iptcprint.cpp File : iptcprint.cpp
Version : $Name: $ $Revision: 1.3 $ Version : $Rev$
Author(s): Brad Schick (brad) <schick@robotbattle.com> Author(s): Brad Schick (brad) <brad@robotbattle.com>
History : 31-Jul-04, brad: created History : 31-Jul-04, brad: created
*/ */
// ***************************************************************************** // *****************************************************************************

@ -4,8 +4,8 @@
This is not designed to be a robust application. This is not designed to be a robust application.
File : iptctest.cpp File : iptctest.cpp
Version : $Name: $ $Revision: 1.5 $ Version : $Rev$
Author(s): Brad Schick (brad) <schick@robotbattle.com> Author(s): Brad Schick (brad) <brad@robotbattle.com>
History : 01-Aug-04, brad: created History : 01-Aug-04, brad: created
*/ */
// ***************************************************************************** // *****************************************************************************
@ -137,7 +137,7 @@ void processRemove(const std::string& line, int num)
const std::string key( line.substr(keyStart) ); const std::string key( line.substr(keyStart) );
IptcKey iptcKey(key); IptcKey iptcKey(key);
IptcData::iterator iter = g_iptcData.findId(iptcKey.tag(), iptcKey.record()); IptcData::iterator iter = g_iptcData.findKey(iptcKey);
if (iter != g_iptcData.end()) { if (iter != g_iptcData.end()) {
g_iptcData.erase(iter); g_iptcData.erase(iter);
} }
@ -169,7 +169,7 @@ void processModify(const std::string& line, int num)
Value::AutoPtr value = Value::create(type); Value::AutoPtr value = Value::create(type);
value->read(data); value->read(data);
IptcData::iterator iter = g_iptcData.findId(iptcKey.tag(), iptcKey.record()); IptcData::iterator iter = g_iptcData.findKey(iptcKey);
if (iter != g_iptcData.end()) { if (iter != g_iptcData.end()) {
iter->setValue(value.get()); iter->setValue(value.get());
} }

@ -3,7 +3,7 @@
Abstract : Key unit tests Abstract : Key unit tests
File : key-test.cpp File : key-test.cpp
Version : $Name: $ $Revision: 1.4 $ Version : $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History : 24-Aug-04, ahu: created History : 24-Aug-04, ahu: created

@ -1,7 +1,7 @@
/*! /*!
@file localtime.c @file localtime.c
@brief This file is from the tz distribution at ftp://elsie.nci.nih.gov/pub/ @brief This file is from the tz distribution at ftp://elsie.nci.nih.gov/pub/
@version $Name: $ $Revision: 1.2 $ @version $Rev$
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

@ -20,13 +20,13 @@
*/ */
/* /*
File: makernote.cpp File: makernote.cpp
Version: $Name: $ $Revision: 1.29 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 18-Feb-04, ahu: created History: 18-Feb-04, ahu: created
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.29 $ $RCSfile: makernote.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// Define DEBUG_* to output debug information to std::cerr // Define DEBUG_* to output debug information to std::cerr
#undef DEBUG_MAKERNOTE #undef DEBUG_MAKERNOTE

@ -22,7 +22,7 @@
@file makernote.hpp @file makernote.hpp
@brief Contains the Exif %MakerNote interface, IFD %MakerNote and a @brief Contains the Exif %MakerNote interface, IFD %MakerNote and a
MakerNote factory MakerNote factory
@version $Name: $ $Revision: 1.27 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 18-Feb-04, ahu: created @date 18-Feb-04, ahu: created

@ -22,8 +22,8 @@
Abstract : Tester application for image file handling Abstract : Tester application for image file handling
File : metacopy.cpp File : metacopy.cpp
Version : $Name: $ $Revision: 1.2 $ Version : $Rev$
Author(s): Brad Schick (brad) <schick@robotbattle.com> Author(s): Brad Schick (brad) <brad@robotbattle.com>
History : 13-Jul-04, brad: created History : 13-Jul-04, brad: created
*/ */
// ***************************************************************************** // *****************************************************************************

@ -21,8 +21,8 @@
/*! /*!
@file metacopy.hpp @file metacopy.hpp
@brief Defines class Params, used for the command line handling @brief Defines class Params, used for the command line handling
@version $Name: $ $Revision: 1.2 $ @version $Rev$
@author Brad Schick (brad) <schick@robotbattle.com> @author Brad Schick (brad) <brad@robotbattle.com>
@date 13-Jul-04, brad: created @date 13-Jul-04, brad: created
*/ */
#ifndef METACOPY_HPP_ #ifndef METACOPY_HPP_

@ -20,15 +20,15 @@
*/ */
/* /*
File: metadatum.cpp File: metadatum.cpp
Version: $Name: $ $Revision: 1.2 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
Brad Schick (brad) <schick@robotbattle.com> Brad Schick (brad) <brad@robotbattle.com>
History: 26-Jan-04, ahu: created History: 26-Jan-04, ahu: created
31-Jul-04, brad: isolated as a component 31-Jul-04, brad: isolated as a component
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.2 $ $RCSfile: metadatum.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -21,11 +21,11 @@
/*! /*!
@file metadatum.hpp @file metadatum.hpp
@brief Provides abstract base classes Metadatum and Key @brief Provides abstract base classes Metadatum and Key
@version $Name: $ $Revision: 1.5 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@author Brad Schick (brad) @author Brad Schick (brad)
<a href="mailto:schick@robotbattle.com">schick@robotbattle.com</a> <a href="mailto:brad@robotbattle.com">brad@robotbattle.com</a>
@date 09-Jan-04, ahu: created<BR> @date 09-Jan-04, ahu: created<BR>
31-Jul-04, brad: isolated as a component<BR> 31-Jul-04, brad: isolated as a component<BR>
23-Aug-04, ahu: added Key 23-Aug-04, ahu: added Key

@ -20,14 +20,14 @@
*/ */
/* /*
File: nikonmn.cpp File: nikonmn.cpp
Version: $Name: $ $Revision: 1.11 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 17-May-04, ahu: created History: 17-May-04, ahu: created
25-May-04, ahu: combined all Nikon formats in one component 25-May-04, ahu: combined all Nikon formats in one component
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.11 $ $RCSfile: nikonmn.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -28,7 +28,7 @@
<a href="http://park2.wakwak.com/%7Etsuruzoh/Computer/Digicams/exif-e.html"> <a href="http://park2.wakwak.com/%7Etsuruzoh/Computer/Digicams/exif-e.html">
Exif file format</a> by TsuruZoh Tachibanaya.<BR> Exif file format</a> by TsuruZoh Tachibanaya.<BR>
Format 3: "EXIFutils Field Reference Guide". Format 3: "EXIFutils Field Reference Guide".
@version $Name: $ $Revision: 1.8 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 17-May-04, ahu: created<BR> @date 17-May-04, ahu: created<BR>

@ -1,7 +1,7 @@
/*! /*!
@file private.h @file private.h
@brief This file is from the tz distribution at ftp://elsie.nci.nih.gov/pub/ @brief This file is from the tz distribution at ftp://elsie.nci.nih.gov/pub/
@version $Name: $ $Revision: 1.3 $ @version $Rev$
*/ */
#ifndef PRIVATE_H #ifndef PRIVATE_H

@ -26,7 +26,7 @@
This is a simplified version of the ACE_RCSID macro that is used in the This is a simplified version of the ACE_RCSID macro that is used in the
<a href="http://www.cs.wustl.edu/~schmidt/ACE.html">ACE(TM)</a> distribution. <a href="http://www.cs.wustl.edu/~schmidt/ACE.html">ACE(TM)</a> distribution.
@version $Name: $ $Revision: 1.4 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 02-Feb-04, ahu: created @date 02-Feb-04, ahu: created
@ -43,7 +43,7 @@
@code @code
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.4 $ $RCSfile: rcsid.hpp,v $"); EXIV2_RCSID("@(#) $Id$");
@endcode @endcode
The macro hack itself has the following purposes: The macro hack itself has the following purposes:

@ -20,7 +20,7 @@
*/ */
/* /*
File: sigmamn.cpp File: sigmamn.cpp
Version: $Name: $ $Revision: 1.12 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 02-Apr-04, ahu: created History: 02-Apr-04, ahu: created
Credits: Sigma and Foveon MakerNote implemented according to the specification Credits: Sigma and Foveon MakerNote implemented according to the specification
@ -29,7 +29,7 @@
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.12 $ $RCSfile: sigmamn.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -23,7 +23,7 @@
@brief Sigma and Foveon MakerNote implemented according to the specification @brief Sigma and Foveon MakerNote implemented according to the specification
<a href="http://www.x3f.info/technotes/FileDocs/MakerNoteDoc.html"> <a href="http://www.x3f.info/technotes/FileDocs/MakerNoteDoc.html">
SIGMA and FOVEON EXIF MakerNote Documentation</a> by Foveon. SIGMA and FOVEON EXIF MakerNote Documentation</a> by Foveon.
@version $Name: $ $Revision: 1.11 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 02-Apr-04, ahu: created @date 02-Apr-04, ahu: created

@ -3,13 +3,13 @@
Abstract: Print a simple comma separated list of tags defined in Exiv2 Abstract: Print a simple comma separated list of tags defined in Exiv2
File: taglist.cpp File: taglist.cpp
Version: $Name: $ $Revision: 1.11 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 07-Jan-04, ahu: created History: 07-Jan-04, ahu: created
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.11 $ $RCSfile: taglist.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
#include "makernote.hpp" #include "makernote.hpp"
#include "tags.hpp" #include "tags.hpp"

@ -20,13 +20,13 @@
*/ */
/* /*
File: tags.cpp File: tags.cpp
Version: $Name: $ $Revision: 1.39 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 15-Jan-04, ahu: created History: 15-Jan-04, ahu: created
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.39 $ $RCSfile: tags.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -21,7 +21,7 @@
/*! /*!
@file tags.hpp @file tags.hpp
@brief Exif tag and type information @brief Exif tag and type information
@version $Name: $ $Revision: 1.30 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 15-Jan-04, ahu: created<BR> @date 15-Jan-04, ahu: created<BR>

@ -1,7 +1,7 @@
/*! /*!
@file timegm.h @file timegm.h
@brief Declaration of timegm(). The implementation is in localtime.c @brief Declaration of timegm(). The implementation is in localtime.c
@version $Name: $ $Revision: 1.1 $ @version $Rev$
*/ */
#ifndef TIMEGM_H_ #ifndef TIMEGM_H_
#define TIMEGM_H_ #define TIMEGM_H_

@ -20,14 +20,14 @@
*/ */
/* /*
File: types.cpp File: types.cpp
Version: $Name: $ $Revision: 1.14 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 26-Jan-04, ahu: created History: 26-Jan-04, ahu: created
11-Feb-04, ahu: isolated as a component 11-Feb-04, ahu: isolated as a component
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.14 $ $RCSfile: types.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -21,7 +21,7 @@
/*! /*!
@file types.hpp @file types.hpp
@brief Type definitions for %Exiv2 and related functionality @brief Type definitions for %Exiv2 and related functionality
@version $Name: $ $Revision: 1.22 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 09-Jan-04, ahu: created<BR> @date 09-Jan-04, ahu: created<BR>

@ -1,7 +1,7 @@
/*! /*!
@file tzfile.h @file tzfile.h
@brief This file is from the tz distribution at ftp://elsie.nci.nih.gov/pub/ @brief This file is from the tz distribution at ftp://elsie.nci.nih.gov/pub/
@version $Name: $ $Revision: 1.1 $ @version $Rev$
*/ */
#ifndef TZFILE_H #ifndef TZFILE_H

@ -20,13 +20,13 @@
*/ */
/* /*
File: utils.cpp File: utils.cpp
Version: $Name: $ $Revision: 1.11 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 08-Dec-03, ahu: created History: 08-Dec-03, ahu: created
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.11 $ $RCSfile: utils.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -21,7 +21,7 @@
/*! /*!
@file utils.hpp @file utils.hpp
@brief A collection of utility functions @brief A collection of utility functions
@version $Name: $ $Revision: 1.4 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 12-Dec-03, ahu: created @date 12-Dec-03, ahu: created

@ -6,12 +6,12 @@
RCS information RCS information
$Name: $ $Name: $
$Revision: 1.4 $ $Revision$
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.4 $ $RCSfile: utiltest.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -20,7 +20,7 @@
*/ */
/* /*
File: value.cpp File: value.cpp
Version: $Name: $ $Revision: 1.15 $ Version: $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 26-Jan-04, ahu: created History: 26-Jan-04, ahu: created
11-Feb-04, ahu: isolated as a component 11-Feb-04, ahu: isolated as a component
@ -28,7 +28,7 @@
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.15 $ $RCSfile: value.cpp,v $"); EXIV2_RCSID("@(#) $Id$");
// ***************************************************************************** // *****************************************************************************
// included header files // included header files

@ -21,7 +21,7 @@
/*! /*!
@file value.hpp @file value.hpp
@brief Value interface and concrete subclasses @brief Value interface and concrete subclasses
@version $Name: $ $Revision: 1.18 $ @version $Rev$
@author Andreas Huggel (ahu) @author Andreas Huggel (ahu)
<a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
@date 09-Jan-04, ahu: created @date 09-Jan-04, ahu: created

@ -3,7 +3,7 @@
Abstract : ExifData write unit tests Abstract : ExifData write unit tests
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
Version : $Name: $ $Revision: 1.8 $ Version : $Rev$
Test procedure: Test procedure:
$ rm -f test.jpg thumb.jpg iii ttt; $ rm -f test.jpg thumb.jpg iii ttt;

@ -3,7 +3,7 @@
Abstract : ExifData write unit tests for Exif data created from scratch Abstract : ExifData write unit tests for Exif data created from scratch
File : write2-test.cpp File : write2-test.cpp
Version : $Name: $ $Revision: 1.6 $ Version : $Rev$
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History : 26-Jun-04, ahu: created History : 26-Jun-04, ahu: created

Loading…
Cancel
Save