139 Commits (137ea080b51fb48a7eb1b513d2d565868ccdf68f)

Author SHA1 Message Date
Luis Diaz Mas 3b2372e906 Remove remaining call to CMake_msvc.txt 8 years ago
Andreas Sturmlechner aa6374b202
Use more GNUInstallDirs
Conveniently fixes multiarch install dir issues.
8 years ago
Robin Mills aefa3e3d34 MacOSX --with-adobe link issue. Work in progress. Code and documentation update. 8 years ago
Robin Mills 2a61392766 Merge pull request #27 from piponazo/master-CMakeObjectLibraryForXmp
New way to generate the XMP library (Using the CMake OBJECT LIBRARY concept)
8 years ago
Luis Diaz Mas 40d10639e2 Reuse XMP OBJECT library in the exiv2lib when EXIV2_ENABLE_LIBXMP=OFF 8 years ago
Luis Diaz Mas 2d011691f2 Compile XMP sources as an OBJECT Library 8 years ago
clanmills 935421c855 Refactoring autotools to support ADOBE_XMPSDK (Work in Progress) 8 years ago
Luis Diaz Mas b4a2b822c2 Remove usage of global variable INSTALL_TARGET_STANDARD_ARGS. Specify install destinitions in each target 8 years ago
Luis Díaz Más acf8ebd254 Propagate EXPAT include directories and libraries with the xmp target 8 years ago
Luis Díaz Más 36e12a4f37 Add XML_STATIC definition in xmp library to fix problems finding symbols. Link always with EXPAT_LIBARIES 8 years ago
clanmills 122cd5737f Cosmetic modifications to Pull-21. Fix to ensure Cygwin uses #include <unistd.h> 8 years ago
Luis Diaz Mas 7cf676efbb EXV_HAVE_STDINT_H needs to be defined to compile XMPSDK 8 years ago
clanmills 6762c6f15b More corrections to fix the build (on Linux). 8 years ago
clanmills 36d2a4f5db Correction to earlier commit. Should not have updated the xmpsdk/include files with files creating using xmpsdk/buildXMPsdk.sh 8 years ago
clanmills 6085392857 Restoring buildXMPsdk.sh to build from a "raw" Adobe download. 8 years ago
clanmills 89ab475c66 Change uname code in buildXMPsdk.sh 8 years ago
clanmills d234486c67 Incrementally adding XMPsdk code. 8 years ago
clanmills 290164d1b6 Work in progress: https://github.com/Exiv2/exiv2/issues/3
Tested on MacOS-X.  I'll test Linux/Cygwin/MSVC and close if good.
8 years ago
Robin Mills be0945016b #1269 Thank You to Ben for reporting this and providing the patch. 8 years ago
Robin Mills 6ea3b00b02 #1249 Fixes 9 years ago
Robin Mills 0abf56f71b #1236 CMake build on MinGW. 9 years ago
Robin Mills 7adaf71d44 #1187 and #1041. Fixing CMake/Linux build breakers concerning libpthread 9 years ago
Robin Mills d6dd463c57 #1041. Finally fixed stdint.h on all platforms. CMake builds exiv2 with VS 2005, 2008, 2010, 2012, 2013 and 2013 on both laptop and buildserver. 10 years ago
Robin Mills 4a0f652a7f #1041. Correction to r4056 10 years ago
Robin Mills 428d327235 #1041. Correction to r4056 10 years ago
Robin Mills e75bcbe385 #1041. Fixed issues with VS2008 incorrectly setting EXV_HAVE_STDINT_H 10 years ago
Robin Mills ac778afbe7 #1123. Hide xmpsdk symbols when building with CMake. 10 years ago
Robin Mills 64fc582be8 #1119. Thank You, Emmanuel for your help and patch. 10 years ago
Andreas Huggel fd80993ab0 Updated copyright notice. 10 years ago
Robin Mills 0df8356a56 #1029. Thank You, Thomas for reporting this and providing the patch. 10 years ago
nkbj b8fd35dda7 Check for CMake policies before they are used to ensure compatibility with CMake 2.8.12. Set CMake 2.8.12 as minimum requirement. 11 years ago
Robin Mills d393b0fa7e trunk: exiv2 v0.25 11 years ago
HumanDynamo 7aa65c705d fix error reported by cppcheck 11 years ago
Robin Mills 7023ac7e20 Issue: #940. Fixed compilation warning in MinGW 12 years ago
Robin Mills cea66bdd78 Issue: #940. Changes to eliminate compiler warnings with GCC 4.8.1.2 on Linux. 12 years ago
Robin Mills 89c796a3ab Issue: #940. Fix compilation warnings. 12 years ago
Andreas Huggel f09fceda6b Updated copyright year in a few files, version in runner.txt. 12 years ago
Robin Mills a7d516b072 Patch: Forum Topic 1177. Thanks very much to James for providing this. 12 years ago
Robin Mills 83c25ef274 Fix. Issue: #852. libxmp should not be linked with expat. Thanks Daniel for providing the patch. 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 159b2d285b MSVC/video port. Fixing code to build on Linux (and Cygwin). 13 years ago
Andreas Huggel 9b131f3c61 Merge branch 'gsoc2012' 13 years ago
Robin Mills bdbdbf2360 fixed typos to build with ./configure "CXXFLAGS=-DDEBUG -ggdb" 13 years ago
Robin Mills a292d57fd8 Feature #536 Modifications to CMake files to support MSVC 32/64 bit builds of Dynamic/Static libraries and applications. 13 years ago
HumanDynamo faf00a6451 polish 13 years ago
Andreas Huggel 0d397b95c7 Updated copyright message for 2012. 13 years ago
Andreas Huggel f89d2821fe Fixed g++ 4.6.1 (Debian) compiler warnings. 14 years ago
Andreas Huggel 7770151915 Updated Copyright message for 2011. 15 years ago
Andreas Huggel 9195470f22 Allow "migration" of XMP namespaces. Simplified XMP-SDK RegisterNamespace(). 15 years ago
HumanDynamo bb51bdad0e fix 2 warnings generated by GCC 4.x under linux into Adobe XMP SDK:
[ 20%] Building CXX object src/CMakeFiles/exiv2.dir/__/xmpsdk/src/XMPMeta.cpp.o                                               
/home/gilles/Documents/Devel/SVN/trunk/exiv2/xmpsdk/src/XMPMeta.cpp: In function 'XMP_Status DumpClearString(const XMP_VarString&, XMP_Status (*)(void*, const char*, XMP_StringLen), void*)':
/home/gilles/Documents/Devel/SVN/trunk/exiv2/xmpsdk/src/XMPMeta.cpp:117: warning: comparison is always false due to limited range of data type
/home/gilles/Documents/Devel/SVN/trunk/exiv2/xmpsdk/src/XMPMeta.cpp:127: warning: comparison is always true due to limited range of data type
15 years ago
Andreas Huggel 2ac4164777 #709: Fixed typo. (Dimitri Schoolwerth) 15 years ago
HumanDynamo 81fdde2e0b Fix typo 15 years ago
HumanDynamo 874119dedf remove mingw warnings under win32 15 years ago
HumanDynamo 0325f5c005 remove MSVC pragma warnings under mingw 15 years ago
HumanDynamo 611d5711c5 remove MSVC pragma warnings under mingw 15 years ago
Andreas Huggel 6d496a4888 Updated Copyright notice for 2010. 15 years ago
Andreas Huggel 9efecb6f26 Removed second and third(!) stdio.h include. 16 years ago
Andreas Huggel 933c36b4e8 Minor change to make XMP-SDK compile on MinGW with gcc-4.4 16 years ago
Andreas Huggel 0163a4d72f Fixed compiler warning (i686-apple-darwin9-g++-4.0.1). 16 years ago
Andreas Huggel 370af5c8a3 Merged all changes from the unstable branch into the trunk. 16 years ago
Andreas Huggel 3c9c0eda35 #653: Merged c1920 from branches/unstable. 16 years ago
Andreas Huggel 00f05f032f #600: Upgrading XMP-Toolkit to version 4.4; Additional changes. (COMPILES ON LINUX BUT COMPLETELY UNTESTED) 16 years ago
Andreas Huggel 4359702117 #600: Upgrading XMP-Toolkit to version 4.4; re-applied the changes done previously. (STILL DOESN'T COMPILE) 16 years ago
Andreas Huggel 73aa0f4fda #600: Upgrading XMP-Toolkit to version 4.4; original source files from XMP-Toolkit-SDK-4.4.2.zip. (DOESN'T COMPILE) 16 years ago
Andreas Huggel 8a6d9dbc42 Updated Copyright notice for 2009. 17 years ago
Andreas Huggel 5ffbab1713 Added missing #includes for g++ 4.4 (Debian bug 505023, patch from Martin Michlmayr). 17 years ago
Andreas Huggel d866b20d82 #567: Fixing MSVC build, intermediate revision, it is still broken. 17 years ago
Andreas Huggel 3c77461e51 #566: Replaced MD5 implementation with one that is in the public domain. 17 years ago
Andreas Huggel 21c20e5ae0 Fixed wrong assumption for ISO 8601 timestamp without time zone. 17 years ago
Andreas Huggel f8a4d46103 Renamed XMP.hpp from the XMP-SDK to XMPSDK.hpp to avoid potential name clashes with Exiv2's xmp.hpp 17 years ago
Andreas Huggel 505add251c Removed not used XMP-SDK files. 17 years ago
Andreas Huggel d9db53d7bc Moved MD5.h into the xmpsdk/include/ directory. 17 years ago
Andreas Huggel 576d53e34f Fixed compiler warnings (amd64) 17 years ago
Andreas Huggel 81ff0d6a7c Fixed g++-4.3 errors and warnings. 17 years ago
Andreas Huggel 3ac665a305 Added 2008 to Copyright notice. 18 years ago
Andreas Huggel bcdadf963d Minor doc fix 18 years ago
Andreas Huggel 8a7604fb58 Slightly changed XMP version. 18 years ago
Andreas Huggel 1a5d6bca14 Fix to cross-compile for MinGW. 18 years ago
Andreas Huggel 3de7e9442b Wild guess for Mac config. 18 years ago
Andreas Huggel c23fe2cf76 Changes to compile on MinGW. 18 years ago
Andreas Huggel 052bf60816 Disabled overwriting of lang alt values. 18 years ago
Andreas Huggel 96523122b3 Improved, simplified convenience library and moved README and license files around. 18 years ago
Andreas Huggel a6440d4ed1 Moved sample programs into new samples/ directory. Cleaned-up the makefiles and applied BSD license to all makefiles. 18 years ago
Andreas Huggel a4fe28cef7 Disabled XMP SDK standard aliases. 18 years ago
Andreas Huggel b2d16d343f Fixed more g++ warnings. 18 years ago
Andreas Huggel 523fdc3e10 Fixed some g++ warnings (ported from Exempi 1.99.4). 18 years ago
Andreas Huggel ccd51b4bc4 Tweaked README, added COPYING file with XMP SDK license agreements. 18 years ago
Andreas Huggel 704468bba3 Minor change. 18 years ago
Andreas Huggel ba57ebadce Added configure options for XMP support and integrated XMP Toolkit. 18 years ago