Luis Díaz Más
8d5d453c13
Use the MSYS CMake variable to determine when to use localtime.c
7 years ago
Luis Díaz Más
bc1c17fd78
Add back localtime.c implementation for MinGW
7 years ago
Robin Mills
609951e1d7
Fix categorize.py to handle .DS_Store
7 years ago
Robin Mills
a099f2440a
Man page update to describe the configuration file.
7 years ago
Robin Mills
1cbebfd12f
Removed documentation references to contrib/Qt
7 years ago
Robin Mills
e2bc0af884
Remove Contrib/Qt which applies to MinGW msys/1.0 which is obsolete.
7 years ago
Robin Mills
a3bdd0283b
Almost there. Removing contrib/build/msvc and other obsolete stuff.
7 years ago
Robin Mills
c84a11f8bf
More corrections (that's it for tonight).
7 years ago
Robin Mills
b48dfc2a2a
Documentation fixes.
7 years ago
Robin Mills
246f6b1656
Minor change to ReadMe.txt for Linux
7 years ago
Robin Mills
21219ed69f
Minor changes to ReadMe.txt for Cygwin, MinGW and msvc.
7 years ago
Robin Mills
9b16a4909e
Updates to ${platform}/ReadMe.txt
7 years ago
Robin Mills
170f39b05f
Minor Documentation Update
7 years ago
Robin Mills
dd8d82fdac
Adding categories for Weekly and Monthly to categorize.py
7 years ago
Robin Mills
8c762e83a1
contrib/buildserver/build.sh documentation update
7 years ago
Robin Mills
33032bed8c
Changes in build.sh
...
Fixes while debugging build.sh and the CPack targets
7 years ago
Robin Mills
b953af18ea
Only copy samples/exifprint to package + Create source package from build.sh
7 years ago
Robin Mills
cbb42b25e3
Restore copying samples directory.
7 years ago
Robin Mills
d6407a87fc
Adding option --test
7 years ago
Robin Mills
5963b9517f
Only copy samples/exifprint.cpp to package
7 years ago
Robin Mills
9fae0bed37
Removing obsolete contributions
7 years ago
Robin Mills
fdaa42d433
Release Documentation Updates
7 years ago
Robin Mills
40ff9b8423
Remove exiv2.pc from mix
7 years ago
Robin Mills
6ff5471447
Added option --builds, implemented --clone and updated categorize.py to work with build.sh
7 years ago
Robin Mills
b12af2a0a0
Implemented options --status --clone and --publish
7 years ago
Robin Mills
ad155805dc
Documentation update following review by Luis. Simplified command-line processing in build.sh
7 years ago
Robin Mills
41d16d6ebd
adding git pull --rebase to build.sh unixBuild
7 years ago
Robin Mills
25c6270341
adding git pull --rebase to build.sh
7 years ago
Robin Mills
79ef0f0102
Fix error in packaging.cmake relating to file ReadMe.txt
7 years ago
Robin Mills
682707d1c3
Adding --mingw32 option to build.sh and preliminary work on --publish
7 years ago
Robin Mills
4a7a4fdb3e
Change package name for MinGW/32
7 years ago
clanmills
29339190bb
Updating README-CONAN.md for webready and static builds with Visual Studio.
7 years ago
Robin Mills
a72782932c
buildserver maintenance and documentation update.
7 years ago
Robin Mills
87278e6be3
MSYS2/MinGW: Disable Regex
7 years ago
Robin Mills
42084f2563
Add support for MinGW/msys2 in 32 bits + Updates in buildserver
7 years ago
Robin Mills
e347b41279
Modified Exiv2::Internal::stringFormat() to use larger initial guess for 'need' to fix test/.icc-test.sh on MinGW.
7 years ago
Robin Mills
01bcb9404b
buildserver maintenance.
7 years ago
Robin Mills
5fdbe86712
Restore rmillsmm buildserver
7 years ago
clanmills
4a1d0962fc
Fix samples/tags.cpp to call ExifTags::taglist() ( https://github.com/Exiv2/exiv2/issues/465 )
7 years ago
Robin Mills
12d44f8f17
Fix https://github.com/Exiv2/exiv2/issues/468
7 years ago
Robin Mills
2b0ebd12ca
Release documentation and Documentation updates.
7 years ago
Robin Mills
5f6ef65695
Update PROJECT_VERSION & add install() commands for CPack
...
- Version updated to 0.27.0.1.
- Release notes for MacOS-X Package, Linux, CYGWIN, win64 and msvc
- Redmine Release Notes Updated.
7 years ago
Luis Díaz Más
dc086d2ebb
Default to /MD(d) even for STATIC builds.
...
We had issues to compile exiv2 due to a undefined symbol referenced in expat.lib (Explained in #487 ).
Static builds in Windows need to use msvcrt.lib where the missing symbol ("__imp__mbspbrk") was
defined. We can still decide to use the STATIC CRT library by using:
cmake -DBUILD_SHARED_LIBS=OFF -DEXIV2_ENABLE_DYNAMIC_RUNTIME=OFF
7 years ago
Luis Díaz Más
6686c1c93f
Appveyor: Fix the unit & integration tests execution
7 years ago
Luis Díaz Más
f7d8ea9f77
Appveyor: Disable WEBREADY
7 years ago
Luis Díaz Más
3976dbc0e7
CMake: Do not rename library outputs (dlls, pdbs, etc). Fixes a debugging issue with MSVC
7 years ago
Luis Díaz Más
155b1a5a6b
CMake: Remove magic configuration about WEBREADY. Users will need to specify what to use.
7 years ago
Luis Díaz Más
4ffdfb0ce0
conan - Disable WEBREADY libraries by default (curl + openssl).
7 years ago
Robin Mills
9c516116c8
Fix #401 by fixing iteration over exif data tags
7 years ago
Robin Mills
b3d077dcae
Fix #460 by adding more checks in CiffDirectory::readDirectory
7 years ago