summaryrefslogtreecommitdiff
path: root/libcmis
AgeCommit message (Collapse)AuthorFilesLines
2013-02-14CMIS: made it work with Lotus LiveCédric Bosdonnat2-0/+123
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. Change-Id: I7bb4211db0506998cef40ac1fb6375e647234085
2013-01-25CMIS: use the proxy settings from the optionsCédric Bosdonnat2-0/+1089
Change-Id: I5b856ac166b67097e1921ec71eb5b7e1819fec41 Reviewed-on: https://gerrit.libreoffice.org/1842 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-05libcmis, libvisio get a boost dependency tooMichael Stahl1-0/+1
Change-Id: I43a0e613614f98351c157895812ce3ca5808f703
2012-11-07CMIS: fixed <wsse:Expires> output: c_str() on a temp string object isn't goodCédric Bosdonnat2-0/+23
Change-Id: I7de9dd2372cd7b61a3bc03bdca0023a3bc7484bd
2012-10-15tweak some build.lsts for the group photo...Michael Stahl1-2/+1
2012-09-22fix delivery of headers in ExternalPackagesDavid Tardon1-13/+13
Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
2012-09-22update ext. projects to use ExternalPackageDavid Tardon2-5/+3
Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
2012-09-17libcmis: fixed some conflict with windows.h definitionsLuboš Luňák2-0/+26
Change-Id: I5f121cbeff3f0cda5776d5361e585eaa1b48ea63
2012-09-17libcmis: bad warning fix... refixedCédric Bosdonnat1-2/+2
Change-Id: I66716b090bdf0c10d940ab7ed225a1b5cb797516
2012-09-17Forgot to git add libcmis-0.3.0-warnings.patchCédric Bosdonnat1-0/+229
Change-Id: I0b2f1b8011b0b38ef2ec874ed1681db7cbd114ab
2012-09-17libcmis: silenced some warningsCédric Bosdonnat1-0/+4
Change-Id: I4dd47968b4273804858a47707fdf07a3b5be242a
2012-09-17avoid C++11 narrowing conversion error with clangLuboš Luňák1-0/+8
/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 Bosdonnat6-1536/+61
Change-Id: Ied3f21fa021ad0dbe044ae05941389810462d821
2012-09-08libcmis: use patchlevel 0Matúš Kukan4-77/+55
Change-Id: I8da852f3b5e89dcb09c25afe22906b1d902bff0c
2012-09-08libcmis: forgot to remove old makefileMatúš Kukan1-69/+0
Change-Id: I2b95f965ad6f00dd2a63114f8ec32a4acf606608
2012-09-08libcmis: convert to gbuildMatúš Kukan7-6/+130
Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
2012-07-17for external modules add a dependency on the makefile.mk itselfCaolán McNamara1-7/+0
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 Bosdonnat3-285/+1493
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 McNamara1-0/+6
Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000
2012-07-03libcmis: added a patch to workaround an alfresco bug and avoid HTTP requestsCédric Bosdonnat2-0/+286
Change-Id: Ifbdaa6fce3812ff7d5c884527924b0b321133856
2012-07-02libcmis: fixed unexpected exception thrownCédric Bosdonnat2-0/+37
Change-Id: Iaa42756f596333747a9100e075a2638b839175b3
2012-07-02libcmis: forgot to remove now unneeded patchCédric Bosdonnat1-21/+0
Change-Id: I61e04283702f0ae839bfdd15c51a42ddbe002b86
2012-06-26libcmis: forgot to update windows patch for 0.2.3Cédric Bosdonnat1-10/+10
Change-Id: I7ea63acbe2f75f1e53611d75a6adc14c2bcac887
2012-06-26libcmis: updated to 0.2.3Cédric Bosdonnat1-5/+2
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 Bosdonnat2-0/+24
Change-Id: I56b5bcd459c79de5be079d0c6563148e17f0bc9b
2012-06-04update libcmis to 0.2.2 to fix macos old libcurl problemsCédric Bosdonnat2-13/+13
Change-Id: I0ea2191a281405a0672fac2f8c1d4dafea224ef4
2012-06-04$(COM) not $(COMP)Korrawit Pruegsanusak1-1/+1
Change-Id: I2e97af8b0d1d6a6770730aa0bf22556b2ec115c0
2012-06-04libcmis: fix for windows buildCédric Bosdonnat2-0/+63
Change-Id: Ibc600ce33bd59b3fd2d5ff29c5fb19710dc0df8f
2012-06-04Updated libcmis to 0.2.1Cédric Bosdonnat1-2/+2
Change-Id: I9ee6283a7f4a0b436ea89c7bd16af756c6aa36e4
2012-06-04libcmis: updated to 0.2.0Cédric Bosdonnat4-84/+8
Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47
2012-06-04libcmis: removing unused gmake scripts to avoid maintaining themCédric Bosdonnat4-149/+0
Change-Id: Ic8e3666d25a0776ddaa8fa0a462275f771befca3
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
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 Michaelsen2-2/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2-0/+12
...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 Heidenreich1-0/+8
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-11add a virtual dtorCaolán McNamara3-0/+25
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-20/+21
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15fdo#42865: libcmis,ucpcmis: no mapfileMichael Stahl1-1/+2
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 Štrba1-1/+1
2011-10-06System libcmis fixFridrich Štrba1-1/+1
2011-10-05Fix Windows build and enable CMIS inconditionallyFridrich Štrba1-2/+0
Since the provider should now build everywhere, enable it inconditionally to catch minor problems
2011-10-05Fix libcmis build with the old way of building too.Jan Holesovsky1-1/+8
2011-10-05Make libcmis build with MinGW.Jan Holesovsky2-0/+32
2011-10-05Deliver the right thing on windows tooFridrich Štrba1-3/+2
2011-10-05Use the old way to build libcmis and cmis ucp ATMFridrich Štrba4-2/+103
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1