380 Commits (3c20cc06a9ede4e277a9efe94e211c20ceb0ce8d)

Author SHA1 Message Date
Luis Diaz Mas 80eeec996d Handle correctly GMTIME_R in the config.h.cmake file 8 years ago
Luis Diaz Mas f9ce4cd93f Handle correctly CURL in the config.h.cmake file 8 years ago
Luis Diaz Mas bba3cbb7fd Remove unused definition EXV_HAVE_DECL_STRERROR_R 8 years ago
Luis Diaz Mas ab6858df68 Add new mechanism to generate the exv_conf.h file from CMake. SSH variable 8 years ago
Luis Díaz Más b7ec4b4915 Investigating how to enable/disable definitions on the config.h file 8 years ago
Luis Diaz Mas 379a8743e0 Change style of cmake commands to lower-case 8 years ago
Luis Diaz Mas 25f8f92a49 Only try to find MSGFMT if EXIV2_ENABLE_BUILD_PO is enabled 8 years ago
Luis Diaz Mas 79dc33f12a Remove unnedeed check (already available in cmake finder) 8 years ago
Luis Diaz Mas 0fcbc69f89 Remove ocurrences to unused variable CMAKE_REQUIRED_INCLUDES 8 years ago
Luis Diaz Mas d12ee0ac26 Move cmake code to find dependencies into another file 8 years ago
Luis Diaz Mas 1709ff83a0 Remove FindExpat.cmake (Already available in CMake since 3.0) 8 years ago
Luis Diaz Mas 49153695f2 Move CMake summary messages to a different file 8 years ago
Luis Diaz Mas 485891b991 Remove unused definition HAVE_ALARM 8 years ago
Luis Diaz Mas 0394ddde81 Remove header guards in config.h.cmake since we are using #pragma once 8 years ago
clanmills c68a295ad4 Fix CMake build issue introduced by the removal of svn_version.h from the code base. 8 years ago
clanmills a9c9e8ff8e Remove svn_version.h 8 years ago
clanmills e345110555 Removing obsolete code in CMakeLists.txt Adding version-test.sh to make tests 8 years ago
Bernd Kuhls 15e0b9052e cmake: simplify libintl check
According to https://cmake.org/cmake/help/v3.4/module/FindIntl.html
the FindIntl module already checks for libintl.so.
8 years ago
clanmills 88cf58613f #8 Adding INCLUDE_DIRECTORIES(${Intl_INCLUDE_DIRS}) 8 years ago
clanmills 4e86c1d61c Fix https://github.com/Exiv2/exiv2/pull/6 for Linux/Cygwin/MacOSX 8 years ago
clanmills 23ac3eeced #7 Fix for libintl 8 years ago
Bernd Kuhls 8af901ce05 cmake: always depend on threads, not only in the xmp case 8 years ago
Bernd Kuhls 3af0d1a6b2 cmake: fix gettext support
Building exiv2 with uclibc and gettext fails currently as detected
by the buildroot autobuilders:
http://autobuild.buildroot.net/results/def/defcdd3dd57b031c31bb16c0075f079a482bf52d/build-end.log
8 years ago
Timo Gurr d5ae1a7502 Use CMAKE_INSTALL_LOCALEDIR 8 years ago
Robin Mills 94b8285341 #1292 Fix submitted. 8 years ago
Robin Mills be0945016b #1269 Thank You to Ben for reporting this and providing the patch. 8 years ago
Robin Mills 192a2a83cf #1279 Cleaned up doxygen warnings for doc and website. 8 years ago
Robin Mills 284128723c #1279 Bump to Exiv2 v0.26 (and library version 15). 8 years ago
Robin Mills 2ebacb6b0b #1272 Use in-memory temporary files. 8 years ago
Robin Mills 6ea3b00b02 #1249 Fixes 9 years ago
Robin Mills 0abf56f71b #1236 CMake build on MinGW. 9 years ago
Robin Mills 5c3973991e #1023 HTTP and HTTPS test support. 9 years ago
Robin Mills 24c032c2a2 #1233 Changes to geotag-test to avoid full paths. Added make geotag-test. Sanitized geotag.cpp code 9 years ago
Robin Mills 5f1d52e497 #1230 Added stdin-test and fixing issue identified by the test. 9 years ago
Robin Mills 9967657a21 #1109 MinGW/GCC should not set -std=gnu++98 because this causes 64 bit build to not link libpthreads! (on several tool chains) 9 years ago
Robin Mills 30c87b5989 #1188 and #1109 Correction to r4530 and r4531 to fix cygwin build-breaker (gnu++98 required for snprintf support) 9 years ago
Robin Mills 6519595dbe #1188 set -std=c++98 for v0.26. I'll work on C++11 in v0.27. C++11 Deprecates AutoPtr, so supporting C++11 requires some effort.
#1188 Discusses CMake/C++11 in some detail.  For v0.26, CMake also sets -std=c++98 r4530
9 years ago
Robin Mills b755292dc8 Fixed typo causing ./configure to display erroneous "./configure: line 17274: f: command not found" 9 years ago
Robin Mills b7c90140c7 #1074 ICC support in jpgimage.cpp. Add test/icc-test.sh 9 years ago
Robin Mills 9026954816 #1074 Work in progress for ICC/jpg - changes to readMetadata() and printStructure() 9 years ago
Robin Mills 3b83918320 #1207 Added samples/mt-test.cpp 9 years ago
Robin Mills d369aa67d5 #1199 Test suite changes and associate fixes to the code. 9 years ago
Robin Mills 80e2a47240 Corrections to r4338 9 years ago
Robin Mills fc24b8c541 #1041 Reorganized and simplified config header files. 9 years ago
Robin Mills 2f8e56fd70 Correction to r4327 9 years ago
Robin Mills 1ac5ccc2f9 Fixing warning from contrib/buildserver/test_daily.sh concerning redefinition of EXV_SEPARATOR_STR|CHR when testing msvc builds 9 years ago
Robin Mills 7f19cbbc07 #1192 Thank You, Matthieu for the patch. 9 years ago
Robin Mills 0f18d97381 #1187 Fixing ./configure build breaker concerning libpthread 9 years ago
Robin Mills 5c125a9f19 #1187 and #1041. Fixing CMake/MSVC 2013/15 build breakers 9 years ago
Robin Mills 0afe5a97a1 #1187 and #1041 Fixing CMake/MSVC build breaker 9 years ago
Robin Mills 664af57e10 #1034 Added samples/toexv This is a first step to write exif metadata to memory to send to a web service. 9 years ago
Robin Mills 643c828b4b Correction to r4203 9 years ago
Robin Mills c120638091 Fixed 'make exifprint' 9 years ago
Robin Mills d063046bda #1074 Correction to r4169. Changes to config/Makefile.in to match Makefile 10 years ago
Robin Mills e07c881fcf #1099. Fix submitted. 10 years ago
danielkaneider c90253bc3c [cmake] various msvc fixes 10 years ago
Robin Mills e8a258caf4 #851 Changes to CMake option -DEXIV2_ENABLE_WIN_UNICODE={OFF|ON} 10 years ago
danielkaneider 59f04827ec [cmake] travis fixes for osx 10 years ago
danielkaneider 993a3bd06b [cmake] added travis build file, fixes for osx and linux 10 years ago
danielkaneider 5c7ecc6514 [cmake] add webready support and better cmake for windows 10 years ago
danielkaneider 18b6a07e34 [cmake] integrate exv_msvc.h into config.h(.cmake) 10 years ago
Robin Mills e3e4711190 #1125. Thank You to Michał for reporting and providing the patch. 10 years ago
Robin Mills 2582a756eb #1041 Thanks you to Emmanuel for the patch. Discussed here: http://dev.exiv2.org/boards/3/topics/2232 10 years ago
Robin Mills 239fb6dfd8 Fix to r3898 10 years ago
Robin Mills e0428920eb Add samples targets (exiv2json etc) to toplevel Makefile. 10 years ago
Andreas Huggel 533668808d Fixed cross-compiler warnings. 10 years ago
Andreas Huggel 70bd1f1222 Fixed issues that prevented cross-compilation to work. Not sure what I broke with this or what this was needed for. 10 years ago
Andreas Huggel 70d16e1cf7 Updates and fixes to prevent some doxygen warnings. 10 years ago
Andreas Huggel ade51daf7f Only compile ssh module if using SSH and another hack to prevent a compiler warning about undefined EXV_USE_SSH. 10 years ago
Andreas Huggel 4974ff976f Bumped version to 0.25. 10 years ago
Andreas Huggel 67aef6117a Only compile video source code if it is enabled. 10 years ago
Andreas Huggel cc4b323acf Fixed a bunch of warnings during make doc. 10 years ago
Robin Mills f52eacf921 #1071 Remove Jzon from libexiv2
1) Move src/Jzon.cpp and include/exiv2/Jzon.hpp to samples/Jzon.{cpp|hpp}
2) Update build environment appropriately.
10 years ago
Andreas Huggel efef7af344 Reworked clean Makefile targets a bit (so the test/tmp dir doesn't belong to root after sudo maintainer-clean) 10 years ago
Andreas Huggel fd80993ab0 Updated copyright notice. 10 years ago
Robin Mills 5aec2c4957 #1069. Make video a build option (msvc/autotools/cmake). Default is not to build video or webready. 10 years ago
asp f7ebfea8e7 #1061 manpage: reg namespace example, description amplification 10 years ago
Robin Mills d2f5abbac5 #1054. exiv2json deep recursion and AltLang support. Regression detector. 10 years ago
Robin Mills 19dbc67c48 #1046. Fix for MinGW build breaker. 10 years ago
Robin Mills 950fcdc131 #1032. Thanks very much to Daniel for his help with this. 10 years ago
Robin Mills 856ddd323c #1029 Spell separator correctly everywhere (not seperator). 11 years ago
Robin Mills 0df8356a56 #1029. Thank You, Thomas for reporting this and providing the patch. 11 years ago
Robin Mills 33bec3b2cc #1024. Add CMake support for regex. Fixed unused variables in version.cpp 11 years ago
Robin Mills faf51171d0 #1024. Thank you, Thomas for this very useful contribution. 11 years ago
Robin Mills cc9adb5f27 trunk: webready integration. Fix mingw link error to use -lwldap32 and -lws2_32 when --without-ssh and --without-curl are used. 11 years ago
Robin Mills bb183fec15 trunk: fixed error in config/Makefile.in 11 years ago
Robin Mills f5e57e01b0 trunk: more jenkins-related cleanup. 11 years ago
Robin Mills 2d9f2d38c4 trunk: minor cleanup. 11 years ago
Robin Mills ccfc4b62fd trunk: webready integration. split preview-test.sh and added eps-preview-test.sh (and fix basicio.cpp and svn_version.sh issues). 11 years ago
Robin Mills 04e15e7814 trunk: fixes to syncing the eps files (this isn't finished, the jenkins svn plugin uses svn 1.7 grrrrrrr). 11 years ago
Robin Mills d393b0fa7e trunk: exiv2 v0.25 11 years ago
nkbj 6620415b69 Really fix issue #1006: Add checks for the test directory to config/Makefile.in. 11 years ago
Robin Mills 3b0404e7b6 #697. config/ConfigureChecks.cmake: STRERROR_R_CHAR_P revisited 11 years ago
Robin Mills 66e473db32 GSoC2013 Video Write Code. Thank You, Mahesh for a lot of hard work. And Thanks to Abhinav for mentoring. Great Job, Guys. 11 years ago
nkbj 3824b03136 Add -lpsapi to Libs.private in exiv2.pc on MinGW/Cygwin builds. Needed for static libraries. 12 years ago
Andreas Huggel f09fceda6b Updated copyright year in a few files, version in runner.txt. 12 years ago
Robin Mills cca33b12d8 website: Release notes and news for 0.24 12 years ago
Robin Mills b3fbf8655c Bumping the revision number to 0.24. Yeah! 12 years ago
Robin Mills 0cc197ad2d CMake build: simplification 12 years ago
Robin Mills d2c0db4e18 add make rebuild 12 years ago
Robin Mills 1dfcc82c94 docs: applying Tuan's brilliant fix 12 years ago
Robin Mills 11a17ce2d5 config: ReadMe-Autotools.txt. AHU's notes about autotools. 12 years ago
Robin Mills c5ffe8fafe config/Makefile.in brought into sync with <exiv2dir>/Makefile. 12 years ago
Robin Mills a7d516b072 Patch: Forum Topic 1177. Thanks very much to James for providing this. 12 years ago
Robin Mills cd8882ba84 BuildEnvironment: MinGW support (in response to http://dev.exiv2.org/boards/3/topics/1477) 12 years ago
Robin Mills 7b859e026f Move metacopy/path-test/taglist applications (and build code) into samples. TODO: fix msvc/msvc64. 13 years ago
Robin Mills 10f21d249f Fix: #858. Download video data on demand. More discussion in issue report. 13 years ago
Robin Mills 0409ad9e0a Rolled by incorrect change to <exiv2dir>/Makefile in 2912. Change applied in config/Makefile.in 13 years ago
Robin Mills 7de8044ebf Added cygwin support for exiv2 -v -V (verbose Version) listing of libraries loaded at run-time. 13 years ago
Robin Mills 755e5e8bdf Undo 2905 to take advantage of Andreas' fix in 2907. 13 years ago
Robin Mills 4153f38eec Fix: Issue: #859. Don't set visibility for clang compiler. 13 years ago
Robin Mills b77c25f3d4 Minor changes to CMake build. Restored building NLS support by default. 13 years ago
Andreas Huggel 51594a943d #849: Make all source files dependent on exv_conf.h, removed code to create exv_conf.h from configure.ac 13 years ago
Robin Mills 67fe779212 MSVC/video port. Simplification of basicio.{hpp|cpp}. CMake updates to eliminate warnings in Cygwin. By default, don't build intl with CMake. 13 years ago
Robin Mills 44f4b05324 enhanced fix for Issue:#849. See issue report for discussion. http://dev.exiv2.org/issues/849 13 years ago
Robin Mills b452f19590 Fix for #838. Please see issue for my comments. Please close #838 if you agree it's fixed. If #838 is still broken, please push issue back to me. 13 years ago
Robin Mills 6788fe8ff6 ./configure --disable-visiblity is default on cygwin. 13 years ago
Robin Mills 2277b076a7 fix version.cpp to compile, link and run on linux 13 years ago
Robin Mills 3c99aa336a fixed cmake build-breaker on Linux concerning NLS support 13 years ago
HumanDynamo d3aaf04062 use dedicated licence file for CMake Script, as it done into KDE project. 13 years ago
Andreas Huggel 3a304fa0f0 Bumped version to 0.23 13 years ago
Andreas Huggel 0d397b95c7 Updated copyright message for 2012. 13 years ago
Andreas Huggel e56387caba Updated version to 0.22. 14 years ago
vog bfa7d156db Fixed pkg-config script for static linking: Remove @LDFLAGS@ from Libs.private 14 years ago
vog 346f8a8619 Fixed typo. 14 years ago
vog d29e582a54 #767: Add "-no-undefined" as lately as possible in the ./configure process, so it won't be passed to GCC by accident 14 years ago
Andreas Huggel af26439393 Merged r2448:2451 from branches/0.21.1 14 years ago
Andreas Huggel 7770151915 Updated Copyright message for 2011. 15 years ago
Andreas Huggel 470e1da509 Updated config.guess, config.sub 15 years ago
Robin Mills 20e09dd14a build: changes to README for Cygwin and MacOSX. Added buildForMac and change eol-style on config files. 15 years ago
Andreas Huggel 2c31d76566 Updated soversion. 15 years ago
HumanDynamo ff908547a5 fix typo in cmake script. patch from Nikolai Saoukh 15 years ago
HumanDynamo a65a964060 better file naming 15 years ago
HumanDynamo 3be6a48e1f .cmake.in ==> .cmake 15 years ago
Andreas Huggel e5749ee8b6 #724: Avoid warning if _MSC_VER is not defined. 15 years ago
Andreas Huggel dcabc397cc #723: Applied cmake patch for pkg-config file from Johannes Wienke. 15 years ago
Andreas Huggel fb9820d281 Bumped version to 0.21 to facilitate testing (soname remains unchanged for now). 15 years ago
Andreas Huggel 34154e7dc0 #714: Extended C++ symbol visibility support for Sun Studio C++ compiler. 15 years ago
HumanDynamo 98b849dba8 polish 15 years ago
Andreas Huggel 942f01b26f Fixed version string. 15 years ago
Andreas Huggel 7a0f08f716 Bumped version to 0.20. 15 years ago
HumanDynamo 555943bce9 update 15 years ago
HumanDynamo 227177c438 update 15 years ago
HumanDynamo 34f58e9ed4 manage update translation file command 15 years ago
HumanDynamo 9690100174 polish 15 years ago
HumanDynamo 9cd84fda61 update 15 years ago
HumanDynamo 3a2754d48f fix po files install
BUG: 698
15 years ago
HumanDynamo 86eb1cbccf polish 15 years ago
HumanDynamo 8f0da32dab missing macro 15 years ago
HumanDynamo c05265e5cf added new rules to manage translations file.
Code inspired from huggin project. 
This use a shell script. this one must be ported to CMake.
15 years ago