office-gobmx/libcmis
Tor Lillqvist 5bc1eac4a9 Ugly fix for '%ld' vs. 'std::basic_string<char>::size_type' mismatch
Just cast the size() return value to long int, which of course can cause
breakage when the size_type (is that always the same as size_t?) is larger
than long int. For 64-bit Windows code size_t is 64 bits but long is 32
bits. I couldn't think of any simple totally correct solution that would work
also on compilers without <stdint.h> and <inttypes.h> (MSVC2008), or without
the z format specifier (all MSVC versions?).

(Our SAL_PRI_SIZET is not available to a 3rd-party library like
libcmis. Should libcmis grow corresponding configury to find out that?)

Why does a C++ library like libcmis use C-style printf formats anyway? ;)

Change-Id: I093655577bc1a50c137c79b648058f0823cc66c1
2013-04-22 14:40:36 +03:00
..
boost-win.patch
ExternalPackage_libcmis.mk
libcmis-0.3.0-lotus-live-fix.patch
libcmis-0.3.0-proxy.patch
libcmis-0.3.0-warnings.patch
libcmis-0.3.0-win.patch
libcmis-0.3.0.patch
Makefile
Module_libcmis.mk
README
StaticLibrary_cmis.mk
UnpackedTarball_cmis.mk

A C++ client library for the CMIS interface.

From:
[http://sourceforge.net/projects/libcmis/]

Wikipedia (CMIS):
Content Management Interoperability Services (CMIS) is an open standard that defines an
abstraction layer for controlling diverse document management systems and repositories using web protocols.