summaryrefslogtreecommitdiff
path: root/libcmis
AgeCommit message (Collapse)Author
2013-10-22Fixed libcmis handling of related multipart content typesCédric Bosdonnat
Change-Id: I8468286be1affc635838b5329d2df72b53f5c9de (cherry picked from commit 6b10219eefc0d6bd0e871976d6fe781a26020c8b)
2013-05-16fdo#64577, CMIS: fixed crasher in libcmisCédric Bosdonnat
The crash is handled, but the huge files' size won't be properly handled on 32bits builds: would require a libcmis API change. Change-Id: I8ef1190a4d1de7d91a67ec20330db9e1747dfdc2
2013-05-08libcmis: remove ExternalPackage_libcmis.mkMichael Stahl
Change-Id: Ib81300d8606281d7de46382c4f251f58ffffb5ad
2013-04-22Ugly fix for '%ld' vs. 'std::basic_string<char>::size_type' mismatchTor Lillqvist
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-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-19rename SYSTEM_LIBCMIS to SYSTEM_CMIS to remove specialcasingBjoern Michaelsen
Change-Id: I7fdf7fd285d6b8c584d8fe225729f15f3f9798ad
2013-02-14CMIS: made it work with Lotus LiveCédric Bosdonnat
Making libcmis and LibreOffice work with Lotus Live service needed a few hacks to either better implement CMIS or workaround some bad implementations. As a general improvement, the CheckOut InfoBar isn't shown if the document can't be checked out.
2013-01-24CMIS: use the proxy settings from the optionsCédric Bosdonnat
Change-Id: I5b856ac166b67097e1921ec71eb5b7e1819fec41
2012-12-04libcmis, libvisio get a boost dependency tooMichael Stahl
Change-Id: I43a0e613614f98351c157895812ce3ca5808f703
2012-11-07CMIS: fixed <wsse:Expires> output: c_str() on a temp string object isn't goodCédric Bosdonnat
Change-Id: I7de9dd2372cd7b61a3bc03bdca0023a3bc7484bd
2012-10-15tweak some build.lsts for the group photo...Michael Stahl
2012-09-22fix delivery of headers in ExternalPackagesDavid Tardon
Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
2012-09-22update ext. projects to use ExternalPackageDavid Tardon
Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
2012-09-17libcmis: fixed some conflict with windows.h definitionsLuboš Luňák
Change-Id: I5f121cbeff3f0cda5776d5361e585eaa1b48ea63
2012-09-17libcmis: bad warning fix... refixedCédric Bosdonnat
Change-Id: I66716b090bdf0c10d940ab7ed225a1b5cb797516
2012-09-17Forgot to git add libcmis-0.3.0-warnings.patchCédric Bosdonnat
Change-Id: I0b2f1b8011b0b38ef2ec874ed1681db7cbd114ab
2012-09-17libcmis: silenced some warningsCédric Bosdonnat
Change-Id: I4dd47968b4273804858a47707fdf07a3b5be242a
2012-09-17avoid C++11 narrowing conversion error with clangLuboš Luňák
/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-14updated libcmis to 0.3.0Cédric Bosdonnat
Change-Id: Ied3f21fa021ad0dbe044ae05941389810462d821
2012-09-08libcmis: use patchlevel 0Matúš Kukan
Change-Id: I8da852f3b5e89dcb09c25afe22906b1d902bff0c
2012-09-08libcmis: forgot to remove old makefileMatúš Kukan
Change-Id: I2b95f965ad6f00dd2a63114f8ec32a4acf606608
2012-09-08libcmis: convert to gbuildMatúš Kukan
Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
2012-07-17for external modules add a dependency on the makefile.mk itselfCaolán McNamara
so that on version bumps and/or added/removed patches that we rebuild them from scratch, which hopefully will make incremental builds post external module bump pain-free Change-Id: If268401a2794989d49861c08f7a69ef926cf5809
2012-07-09libcmis: changed API to get all repositories infos, not just their IDCédric Bosdonnat
This change will not be pushed in upstream libcmis-0.2 branch, so I backported it here as it will be needed to show a list of repositories in the filepicker UI somehow. Change-Id: I5427e96ddf548c14d2a3b6988e4352c832ac7a0b
2012-07-05add depend on makefile.mkCaolán McNamara
Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000
2012-07-03libcmis: added a patch to workaround an alfresco bug and avoid HTTP requestsCédric Bosdonnat
Change-Id: Ifbdaa6fce3812ff7d5c884527924b0b321133856
2012-07-02libcmis: fixed unexpected exception thrownCédric Bosdonnat
Change-Id: Iaa42756f596333747a9100e075a2638b839175b3
2012-07-02libcmis: forgot to remove now unneeded patchCédric Bosdonnat
Change-Id: I61e04283702f0ae839bfdd15c51a42ddbe002b86
2012-06-26libcmis: forgot to update windows patch for 0.2.3Cédric Bosdonnat
Change-Id: I7ea63acbe2f75f1e53611d75a6adc14c2bcac887
2012-06-26libcmis: updated to 0.2.3Cédric Bosdonnat
Among the useful fixes: * SharePoint fixes * Base64 encoding fixed Change-Id: Ic39a8d7ef9e9e19d5e0e37b6bfe86d0b2ba1bece
2012-06-04Oops, fix a bad fix in libcmis for libcurl version checksCédric Bosdonnat
Change-Id: I56b5bcd459c79de5be079d0c6563148e17f0bc9b
2012-06-04update libcmis to 0.2.2 to fix macos old libcurl problemsCédric Bosdonnat
Change-Id: I0ea2191a281405a0672fac2f8c1d4dafea224ef4
2012-06-04$(COM) not $(COMP)Korrawit Pruegsanusak
Change-Id: I2e97af8b0d1d6a6770730aa0bf22556b2ec115c0
2012-06-04libcmis: fix for windows buildCédric Bosdonnat
Change-Id: Ibc600ce33bd59b3fd2d5ff29c5fb19710dc0df8f
2012-06-04Updated libcmis to 0.2.1Cédric Bosdonnat
Change-Id: I9ee6283a7f4a0b436ea89c7bd16af756c6aa36e4
2012-06-04libcmis: updated to 0.2.0Cédric Bosdonnat
Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47
2012-06-04libcmis: removing unused gmake scripts to avoid maintaining themCédric Bosdonnat
Change-Id: Ic8e3666d25a0776ddaa8fa0a462275f771befca3
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-29build gbuild directly from build.pl and fix libcmis and respect GMAKE_OPTIONSBjoern Michaelsen
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-02-14Added READMEs for some library modules which didn't have themJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-11add a virtual dtorCaolán McNamara
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15fdo#42865: libcmis,ucpcmis: no mapfileMichael Stahl
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in ucpcmis1.uno.so, build it and statically linked libcmis with hidden visibility.
2011-10-06Fix dependencies of libcmisFridrich Štrba