Commit Graph

5965 Commits

Author SHA1 Message Date
Robin Mills
e66c832008 Exiv2 v0.27.0.2 Documentation updates for localisation. 2018-11-16 17:23:47 +01:00
Robin Mills
c8e64adb9b ChangeLog for Exiv2 v0.27 RC2 2018-11-16 17:23:47 +01:00
clanmills
417126b469 Documentation updates for RC2 2018-11-16 17:23:47 +01:00
clanmills
1d6fc6caa5 Updating release notes concerning Xcode 10.0 and samples/taglist 2018-11-16 17:23:47 +01:00
Robin Mills
443edc6840 Another review of the documentation concerning pkg-config 2018-11-16 17:23:47 +01:00
Robin Mills
77e2c417c7 Extensive makeover of user documentation to handle exiv2.pc and other changes. 2018-11-16 17:23:47 +01:00
Robin Mills
9255fc2b4e Doxyfile.in and website/doxygen/Doxyfile have been rationalised/simplified.
website/doxgen/Doxyfile is copied from cmake/Doxyfile.in and patched to deliver website look'n'feel.
website is stored in svn://dev.exiv2.org/svn/team/website
2018-11-16 17:23:47 +01:00
Robin Mills
51eea1119f Added information about pkg-config to README.md And a general revision. 2018-11-16 17:23:47 +01:00
Robin Mills
c5106ca87c Bump the version to 0.27.0.2 2018-11-16 17:23:47 +01:00
Robin Mills
079f0ce712 Remove contrib/buildserver (it's now in svn://dev.exiv2.org/svn/team/contrib/buildserver) 2018-11-16 17:23:47 +01:00
Robin Mills
906870e514 Do not store test/tmp in package_source. 2018-11-16 17:23:47 +01:00
Robin Mills
9763f9d553 Copying categorize.py from team/contrib/buildserver (although I intend to remove contrib/buildserver from RC2 later) 2018-11-16 17:23:47 +01:00
Robin Mills
80c624a53d Update doc/templates to use build/bin/taglist to build makernote/tag files used by website (eg: Exif.xml) 2018-11-16 17:23:47 +01:00
Robin Mills
5486106ed5 Change MinGW package name from MinGW-64 to MinGW64 (and MinGW-32 to MinGW32) 2018-11-16 17:23:47 +01:00
Robin Mills
99ca43aa11 Ignore packages when generating a source package. 2018-11-16 17:23:47 +01:00
Robin Mills
4bb18a32ff Use cmake option -DEXIV2_TEAM_PACKAGING 2018-11-16 17:23:47 +01:00
Robin Mills
d20b88674f Fix bug in prepareToClone() 2018-11-16 17:23:47 +01:00
Robin Mills
20223d716f Change default contrib/buildserver/build.sh --build branch to 0.27-RC2 2018-11-16 17:23:47 +01:00
Robin Mills
0081b0d038 Changes to ReadMe.txt for change of library name (#498) and restoring exiv2.pc (#497) 2018-11-16 17:23:47 +01:00
Robin Mills
dd030fc639 Fix FreeBSD to copy releasenotes/Linux/ReadMe.txt (#497) 2018-11-16 17:23:47 +01:00
Robin Mills
8a6cd5d24e Fix -vVg loops 2018-11-16 13:10:43 +01:00
Luis Diaz Mas
4af64f4eec Add Catalonian .po file 2018-11-16 12:35:18 +01:00
Luis Diaz Mas
d6c6d469a9 CMake: Use add_definitions instead of add_compile_definitions 2018-11-16 12:10:11 +01:00
Luis Díaz Más
0c871a5878 CMake: Align sources and headers in two columns 2018-11-14 19:53:59 +01:00
Luis Díaz Más
faa3a607ab CMake: Remove FREEBSD variable + Remove commented code
- Plus: EXV_LOCALEDIR is now defined only when needed.
2018-11-14 19:53:59 +01:00
Luis Díaz Más
5fc905a799 CMake: remove variable EXIV2_SRC 2018-11-14 19:53:59 +01:00
Luis Díaz Más
fa5f057f8c CMake: Remove useless source_group commands 2018-11-14 19:53:59 +01:00
Luis Díaz Más
b208bcef7d CMake: CURL does not need to be propagated 2018-11-14 19:53:59 +01:00
Luis Díaz Más
37538399d6 CMake: Modernize src/CMakeLists.txt by using target_sources. 2018-11-14 19:53:59 +01:00
Luis Díaz Más
9980107586 Only include zlib directory when building the exiv2lib 2018-11-14 19:53:59 +01:00
Luis Díaz Más
4d47b08a16 CMake: Move gtest finding to unitTests folder 2018-11-14 19:53:59 +01:00
Luis Diaz Mas
e397f8f053 Fix #533 - Apply patch proposed by Dominique Nerriec 2018-11-14 07:55:21 +01:00
Luis Diaz Mas
83bb4aa80a code formatting 2018-11-14 07:55:21 +01:00
Luis Diaz Mas
ad7754d89c CI: Do not install gettext. Disable NLS on OSX 2018-11-13 20:12:58 +01:00
Luis Díaz Más
38b60a3e8e CMake: Simplify Intl finding 2018-11-13 20:12:58 +01:00
Luis Díaz Más
fecf313715 Automatic update of .po files after resolving #536 2018-11-13 20:12:58 +01:00
Luis Díaz Más
b91c0a8898 resolve #536 2018-11-13 20:12:58 +01:00
Luis Díaz Más
4ffc577e4e CMake: remove useless directory inclusions for exiv2
Note that ${CMAKE_SOURCE_DIR}/include is already passed to exiv2
through the exiv2lib target.
2018-11-13 20:12:58 +01:00
Luis Díaz Más
185bcaca05 Link exiv2 app againts libintl 2018-11-13 20:12:58 +01:00
Luis Díaz Más
aae84e4643 Add missing inclusions of cstdio and cstdarg 2018-11-11 12:27:26 +01:00
Luis Díaz Más
44a01863be Include unistd.h only where it is needed 2018-11-11 12:27:26 +01:00
Luis Díaz Más
38ed6de05d MSVC: Move compile definitions from config.h to CMake.
+ Also remove inclusion of <Windows.h> from config.h
2018-11-11 12:27:26 +01:00
Luis Díaz Más
8bf9ca8e6d MSVC: Delete deprecated stuff related to MSVC < 2008 2018-11-11 12:27:26 +01:00
Luis Díaz Más
e84b812d8a Tests: increase timeout 2018-11-11 12:27:26 +01:00
Luis Díaz Más
48f50342a8 conan: fix typo. Use libiconv for windows with the proper option 2018-11-11 12:27:26 +01:00
Luis Díaz Más
d1c2e2f64f bindtextdomain point to relative path to bin directory 2018-11-11 12:27:26 +01:00
Luis Díaz Más
7485bb54d7 Create function getProcessPath and add unit test for it
Debugging: Relative and Absolute path alternatives
2018-11-11 12:27:26 +01:00
Luis Díaz Más
3009cc4c0c Fix definition of EXV_ENABLE_NLS 2018-11-11 12:27:26 +01:00
Luis Díaz Más
e20329b8e0 Remove EXV_HAVE_DLL and disable C4251 always on msvc. 2018-11-11 12:27:26 +01:00
Luis Díaz Más
307cb27d31 Move find_package(MSGFMT) to po/CMakeLists.txt.
We do not want to find the package unless the PO option is enabled.
2018-11-11 12:27:26 +01:00