office-gobmx/libcmis
Luboš Luňák 1e5e5c4022 avoid C++11 narrowing conversion error with clang
/home/tinderbox/clang-master-build/solver/unxlngi6/inc/external/boost/uuid/seed_rng.hpp:143:61:
error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned int' in initializer list [-Wc++11-narrowing]
            unsigned int rn[] = { std::rand(), std::rand(), std::rand() };

Change-Id: Iea9808492cd3fbcf078e61bbc184bdc434e7cd8a
2012-09-17 13:31:54 +02:00
..
prj
boost-win.patch updated libcmis to 0.3.0 2012-09-14 13:57:03 +02:00
Makefile
Module_libcmis.mk
Package_libcmis.mk updated libcmis to 0.3.0 2012-09-14 13:57:03 +02:00
README
StaticLibrary_cmis.mk avoid C++11 narrowing conversion error with clang 2012-09-17 13:31:54 +02:00
UnpackedTarball_cmis.mk updated libcmis to 0.3.0 2012-09-14 13:57:03 +02:00

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.