exiv2/samples
2016-08-22 13:44:46 +00:00
..
addmoddel.cpp Issue: 989 "Wrong key name in output of addmoddel sample". Thank You Thomas for the patch. 2014-09-05 20:41:49 +00:00
CMakeLists.txt #1187 and #1041. Fixing CMake/Linux build breakers concerning libpthread 2016-06-05 06:15:30 +00:00
conntest.cpp #1110. Xcode project moved to contrib/xcode. Interesting errors in samples/Makefile. Replaced gsoc13 Exiv2::dict_t with (identical twin) Exiv2::Dictionary 2015-09-23 20:43:16 +00:00
convert-test.cpp Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00
easyaccess-test.cpp Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00
exifcomment.cpp - Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp) 2010-06-27 10:04:39 +00:00
exifdata-test.cpp - Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp) 2010-06-27 10:04:39 +00:00
exifdata.cpp Adding samples/exifdata.cpp and samples/exifvalue.cpp 2015-03-25 18:21:43 +00:00
exifprint.cpp #1169. Code simplication/clarification. 2016-04-22 12:34:04 +00:00
exifvalue.cpp Adding samples/exifdata.cpp and samples/exifvalue.cpp 2015-03-25 18:21:43 +00:00
exiv2json.cpp #1110. Xcode project moved to contrib/xcode. Interesting errors in samples/Makefile. Replaced gsoc13 Exiv2::dict_t with (identical twin) Exiv2::Dictionary 2015-09-23 20:43:16 +00:00
exiv2samples.1 #1061. Added exiv2samples.1 and associate autotools and CMake installer support. Work in progress. 2015-12-29 17:57:37 +00:00
geotag.cpp Some API policing 2015-06-08 14:39:59 +00:00
httptest.cpp #1110. Xcode project moved to contrib/xcode. Interesting errors in samples/Makefile. Replaced gsoc13 Exiv2::dict_t with (identical twin) Exiv2::Dictionary 2015-09-23 20:43:16 +00:00
ini-test.cpp #1034 Added msvc2005/ini-test 2016-03-28 13:33:08 +00:00
ini-test.ini #1034 Added exiv2 config file support for lens recognition. 2016-03-25 08:12:16 +00:00
iotest.cpp Updated copyright notice. 2015-05-02 11:55:40 +00:00
iptceasy.cpp Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00
iptcprint.cpp Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00
iptctest.cpp - Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp) 2010-06-27 10:04:39 +00:00
Jzon.cpp #1071 Remove Jzon from libexiv2 2015-05-09 09:24:41 +00:00
Jzon.h #1071 Remove Jzon from libexiv2 2015-05-09 09:24:41 +00:00
key-test.cpp #721: Removed Exif-specific reference functions from the ExifKey interface again. 2010-09-19 10:57:47 +00:00
largeiptc-test.cpp #1129. Fix submitted. 2015-10-13 21:19:25 +00:00
Makefile #1207 Don't build mt-test by default. It requires C++11. G++ 5.3 will not compile #include <exiv2/exiv2.hpp> because AutoPtr is deprecated. 2016-08-21 22:54:13 +00:00
metacopy.cpp Updated copyright notice. 2015-05-02 11:55:40 +00:00
metacopy.hpp Updated copyright notice. 2015-05-02 11:55:40 +00:00
mmap-test.cpp Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00
mt-test.cpp #1207 Updating comments in samples/mt-test.cpp to document build restrictions. 2016-08-22 13:44:46 +00:00
path-test.cpp #1004. Reviewed all include directives in src/*.cpp and samples/*.cpp 2015-01-06 12:40:31 +00:00
prevtest.cpp Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00
remotetest.cpp #1004. Reviewed all include directives in src/*.cpp and samples/*.cpp 2015-01-06 12:40:31 +00:00
stringto-test.cpp Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00
taglist.cpp Some TLC for samples/Makefile. It still re-builds everything everytime you run make though (and leaves a .libs directory in bin/). Building out-of-place seems not so straightforward with make. Maybe we should build in-place and have a local-install target instead. 2013-10-06 14:04:30 +00:00
tiff-test.cpp Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00
tiffaddpath-test.cpp #1004. Reviewed all include directives in src/*.cpp and samples/*.cpp 2015-01-06 12:40:31 +00:00
toexv.cpp #1183 Sample code: samples/toexv.cpp to support the article http://dev.exiv2.org/projects/exiv2/wiki/Guidance_about_serialising_metadata_using_MemIo_and_ExvImage_Classes 2016-05-11 07:22:36 +00:00
toexv.hpp #1183 Sample code: samples/toexv.cpp to support the article http://dev.exiv2.org/projects/exiv2/wiki/Guidance_about_serialising_metadata_using_MemIo_and_ExvImage_Classes 2016-05-11 07:22:36 +00:00
werror-test.cpp #1004. Reviewed all include directives in src/*.cpp and samples/*.cpp 2015-01-06 12:40:31 +00:00
write2-test.cpp - Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp) 2010-06-27 10:04:39 +00:00
write-test.cpp - Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp) 2010-06-27 10:04:39 +00:00
xmpparse.cpp - Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp) 2010-06-27 10:04:39 +00:00
xmpparser-test.cpp Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00
xmpsample.cpp Rollback 3089 - somehow it's broken the build! 2013-07-24 05:05:52 +00:00