5013 Commits (31fc5d2e30a84555d2974f32576f07e65b200b55)
 

Author SHA1 Message Date
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
clanmills 0f72599121 https://github.com/Exiv2/exiv2/issues/45 Fixing blank line typo. 8 years ago
clanmills 875be557bd Fix https://github.com/Exiv2/exiv2/issues/45 Update test suite. 8 years ago
Luis Díaz Más 4f150d9a4c Merge pull request #47 from piponazo/ccache
Add ccache support with CMake
8 years ago
Luis Diaz Mas e62122bb9c Add ccache support with CMake 8 years ago
clanmills cf36ff3372 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 b772a43bca Merge pull request #44 from piponazo/iconv
Small cmake cleanup about ICONV
8 years ago
Luis Díaz Más 532b4caa3c Remove conditions from endif() 8 years ago
Luis Díaz Más 0b82d35a26 remove find_package(Iconv). We are already using our custom finder 8 years ago
Luis Díaz Más 9761f0ee1f ICONV include directories only used by exiv2lib 8 years ago
Luis Díaz Más bf8edbb82a Merge pull request #42 from piponazo/sharedLib
Replace EXIV2_ENABLE_SHARED by BUILD_SHARED_LIBS
8 years ago
Luis Diaz Mas 1e90301018 Generate exiv2lib as static library in travis and comment other of the elements in the configuration matrix 8 years ago
Luis Díaz Más 31a51fda8a Replace EXIV2_ENABLE_SHARED by BUILD_SHARED_LIBS. Also use EXV_HAVE_DLL only for the exiv2lib target 8 years ago
Luis Díaz Más 1bd985a287 Merge pull request #41 from piponazo/appVeyor
Add support for AppVeyor.
8 years ago
Luis Diaz Mas 2ae24982ef Use appveyor url for the main exiv2 repo 8 years ago
Luis Díaz Más 53e21bc146 Add support for AppVeyor.
It will only build with Visual Studio 2017:
- Build in Release mode
- Build in Debug mode
- Test the installation
8 years ago
Robin Mills 48ffeaa254 Merge pull request #40 from clanmills/master
Tidying up from ./configure --with-adobe Mac link issue.  Removed website/
8 years ago
Robin Mills 938850db08 Fixing typos discussed in code review. 8 years ago
Robin Mills d5d5a200cc Remove website/ (now in svn://dev.exiv2.org/svn/team/website) 8 years ago
Robin Mills eaeb54d248 Documentation Update. 8 years ago
Robin Mills a348b23f71 Silence unwanted warning from script 8 years ago
Robin Mills 78e7cc8f69 Fixing samples/Makefile on linux 8 years ago
Robin Mills 0917c5f391 Adding generated file include/exiv2/exv_conf.h to .gitignore 8 years ago
Robin Mills b5cac373b1 Merge pull request #39 from Exiv2/autotoolsMacLink
./configure --with-adobe[=2016|2014|2013] for MacOSX
8 years ago
Luis Díaz Más 9263860ca3 Merge pull request #38 from piponazo/ignoreGit
Add build directory to the .gitignore file
8 years ago
Luis Díaz Más cd5a3ed02a Merge pull request #37 from a17r/cmakebeautification
cmakebeautification
8 years ago
Luis Díaz Más d713484dbd Add build directory to the .gitignore file 8 years ago
Andreas Sturmlechner a768b85191 Lowercase target_link_libraries 8 years ago
Andreas Sturmlechner 20c7ad6c59 Lowercase include{,_directories} 8 years ago
Andreas Sturmlechner 1fc319c0e4 Lowercase add_custom_target, configure_file, install macros 8 years ago
Andreas Sturmlechner 40565761d1
Lowercase add_{definitions,subdirectory}, set{_*} and option macros 8 years ago
Andreas Sturmlechner 06b20523f7 Lowercase if/else/endif/foreach/endforeach 8 years ago
Luis Díaz Más a973168ca9 Merge pull request #36 from piponazo/fixOutputDirectories
Fix output directories
8 years ago
clanmills fcaf2be556 fix buildXMPsdk.sh to build 64 bit build of 2014. 8 years ago
clanmills 573b2cfcd2 XMPsdk fixes. 2013 and 2016 build and (mostly) pass the test suite. 8 years ago
Luis Diaz Mas f0cb77cbdf Run tests and make install in travis 8 years ago
Luis Diaz Mas 91ca733b8d Add a new configuration to compile the project in Debug mode (Travis) 8 years ago