clanmills
305424bbad
Reverting changes to MD5.h
8 years ago
clanmills
10e6ebdef3
AdobeXMPsdk Simplification for detection of stdint_h
8 years ago
clanmills
35c244e911
AdobeXMPsdk. Revert most of xmpsdk/CMakeLists.txt to enable debugging with Xcode.
8 years ago
clanmills
657d59b293
cmakeBuild.cmd - Release Candidate including --webready.
8 years ago
clanmills
d366943297
Refactoring EXV_USE_CURL and EXV_USE_SSH
8 years ago
Robin Mills
1b3ea05155
Documentation update.
8 years ago
clanmills
012d630125
Polish options. Move exv_conf.h to directory include/exiv2
8 years ago
Robin Mills
7d0ea26ca6
Merge pull request #67 from tcberner/patch-1
...
Use CMAKE_DL_LIBS instead of dl
8 years ago
Tobias C. Berner
0ed456ca4d
Use CMAKE_DL_LIBS instead of dl
...
cmake provides a wrapper to link against 'dl' which evalutes to nothing on FreeBSD and to dl on Linux for example.
https://cmake.org/cmake/help/v3.6/variable/CMAKE_DL_LIBS.html
8 years ago
Robin Mills
d356aaae95
cmakeBuild.cmd --webready working with VS 2005
8 years ago
Robin Mills
9645bf373a
cmakeBuild.cmd --webready Work in Progress for VS 2017.
8 years ago
clanmills
5405d61623
Fix http://dev.exiv2.org/issues/1305
8 years ago
clanmills
2828b11cf7
Build changes to support EXV_HAVE_REGEX and EXV_HAVE_REGEX_H
8 years ago
Robin Mills
780088d493
cmakeBuildAll.cmd builds 54 flavours.
8 years ago
Robin Mills
8dda618b4d
Fixing 2008 typo.
8 years ago
Robin Mills
b9ccc70bcc
Bug fixes in cmakeBuild.cmd. --config Debug works correctly. Documentation update. Remove 'u' postfix ABI incompatibility.
8 years ago
Robin Mills
c8bac318dd
Merge pull request #66 from whatdoineed2do/bugfix-lensname-nikon-ostream
...
Exiv2::lensName() + operator<<() fix for NEF
8 years ago
Ray
ddbbbc7653
attempt to determine lens name from in:value object (represents lensID) when in:metadata == NULL
8 years ago
Robin Mills
7338024f45
Merge pull request #63 from piponazo/conanSupport
...
Add Conan support
8 years ago
Robin Mills
60d436c969
Many changes to CMakeLists.txt and cmakeBuild.cmd to support unicode, static linking, passing shared library build flags.
8 years ago
Luis Díaz Más
c1c6c42834
Do not use certain compiler flags on windows
8 years ago
Luis Díaz Más
68d2c49fc5
Fix typo
8 years ago
Luis Diaz Mas
c8d4074ec3
Instructions about how to use conan
8 years ago
Luis Diaz Mas
1af1ce0229
Fix CMake + Conan integration on Windows
8 years ago
Luis Diaz Mas
960335faea
Use conan in travis
8 years ago
Luis Diaz Mas
7c044c8e87
Use only one configuration per platform/compiler in travis
8 years ago
Luis Díaz Más
d206604743
Fix some compilation issues with the xmp
8 years ago
Luis Diaz Mas
2221a5c630
Make CMake code work with conan
8 years ago
clanmills
9586164a8f
Fix: https://github.com/Exiv2/exiv2/issues/45 Thank You to Steve for reporting, providing the patch and giving feedback that modifying ~/.exiv2 worked.
8 years ago
Luis Díaz Más
280f857e07
Add *.pyc to the .gitignore file
8 years ago
Luis Díaz Más
dc79df8ee6
Only use CURL and SSH when their support is enabled
8 years ago
Luis Díaz Más
95625bfce5
Add WIN32_LEAN_AND_MEAN definition to solve some linking issues on windows
8 years ago
Luis Díaz Más
557d056add
Fix linking issues with EXPAT and the xmp static library (on windows)
8 years ago
Luis Diaz Mas
8f0a2721fc
Using Conan in appveyor
8 years ago
Luis Diaz Mas
c2350a3cb9
Make CMake code work with conan
8 years ago
Luis Diaz Mas
e05010daf5
Add conan support. Bring Expat, Zlib and libcurl using conan
8 years ago
Robin Mills
31fc5d2e30
Merge pull request #62 from Kicer86/crash_fix
...
Fix for crash in multithread environment
8 years ago
Michał Walenciak
20582a93c6
Marking members in a proper way.
8 years ago
Michał Walenciak
4e25435afb
Changing return type of Image::tagName to std::string
8 years ago
Michał Walenciak
0d9552aede
adding comment
8 years ago
Michał Walenciak
ddb87fe0cf
Moving static tagName() into Image class to prevent multithread crashes.
...
static variables inside of tagName() were not protected against multithread access.
It could cause a crash in case of simultaneous initialization of map of tags.
8 years ago
Robin Mills
c016c89a47
Merge pull request #61 from piponazo/cmakeDocAndCleanup
...
Cmake doc and cleanup
8 years ago
Luis Diaz Mas
2103e07494
Print the install path in the cmake summary
8 years ago
Luis Diaz Mas
b6888e8758
More details about how to run CMake on windows
8 years ago
Luis Diaz Mas
d7e1347b7d
Cleanup in CMake-Unix doc
8 years ago
Luis Diaz Mas
1c937373f8
Remove mentions to Exiv2 CMake specific variables. There is no better documentation than the code itself
8 years ago
Luis Diaz Mas
adf5746f97
Move mentions to global CMake variables to the first part of the document
8 years ago
Luis Diaz Mas
2e478f6544
Delete cmake links.
8 years ago
Luis Díaz Más
634770f998
Update README-CMAKE with information about how to run CMake commands manually on Windows
8 years ago
Robin Mills
aac74efb8e
http://dev.exiv2.org/boards/3/topics/2872 I've removed the troublesome Visual Studio SRWLock code and use CRITICAL_SECTION for all msvc builds.
8 years ago