summaryrefslogtreecommitdiffstats
path: root/libcmis
Commit message (Collapse)AuthorAgeFilesLines
* Ugly fix for '%ld' vs. 'std::basic_string<char>::size_type' mismatchTor Lillqvist2013-04-221-0/+9
| | | | | | | | | | | | | | | | 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
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* rename SYSTEM_LIBCMIS to SYSTEM_CMIS to remove specialcasingBjoern Michaelsen2013-02-191-1/+1
| | | | Change-Id: I7fdf7fd285d6b8c584d8fe225729f15f3f9798ad
* CMIS: made it work with Lotus LiveCédric Bosdonnat2013-02-142-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.
* CMIS: use the proxy settings from the optionsCédric Bosdonnat2013-01-242-0/+1089
| | | | Change-Id: I5b856ac166b67097e1921ec71eb5b7e1819fec41
* libcmis, libvisio get a boost dependency tooMichael Stahl2012-12-041-0/+1
| | | | Change-Id: I43a0e613614f98351c157895812ce3ca5808f703
* CMIS: fixed <wsse:Expires> output: c_str() on a temp string object isn't goodCédric Bosdonnat2012-11-072-0/+23
| | | | Change-Id: I7de9dd2372cd7b61a3bc03bdca0023a3bc7484bd
* tweak some build.lsts for the group photo...Michael Stahl2012-10-151-2/+1
|
* fix delivery of headers in ExternalPackagesDavid Tardon2012-09-221-13/+13
| | | | Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
* update ext. projects to use ExternalPackageDavid Tardon2012-09-222-5/+3
| | | | Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
* libcmis: fixed some conflict with windows.h definitionsLuboš Luňák2012-09-172-0/+26
| | | | Change-Id: I5f121cbeff3f0cda5776d5361e585eaa1b48ea63
* libcmis: bad warning fix... refixedCédric Bosdonnat2012-09-171-2/+2
| | | | Change-Id: I66716b090bdf0c10d940ab7ed225a1b5cb797516
* Forgot to git add libcmis-0.3.0-warnings.patchCédric Bosdonnat2012-09-171-0/+229
| | | | Change-Id: I0b2f1b8011b0b38ef2ec874ed1681db7cbd114ab
* libcmis: silenced some warningsCédric Bosdonnat2012-09-171-0/+4
| | | | Change-Id: I4dd47968b4273804858a47707fdf07a3b5be242a
* avoid C++11 narrowing conversion error with clangLuboš Luňák2012-09-171-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
* updated libcmis to 0.3.0Cédric Bosdonnat2012-09-146-1536/+61
| | | | Change-Id: Ied3f21fa021ad0dbe044ae05941389810462d821
* libcmis: use patchlevel 0Matúš Kukan2012-09-084-77/+55
| | | | Change-Id: I8da852f3b5e89dcb09c25afe22906b1d902bff0c
* libcmis: forgot to remove old makefileMatúš Kukan2012-09-081-69/+0
| | | | Change-Id: I2b95f965ad6f00dd2a63114f8ec32a4acf606608
* libcmis: convert to gbuildMatúš Kukan2012-09-087-6/+130
| | | | Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
* for external modules add a dependency on the makefile.mk itselfCaolán McNamara2012-07-171-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
* libcmis: changed API to get all repositories infos, not just their IDCédric Bosdonnat2012-07-093-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
* add depend on makefile.mkCaolán McNamara2012-07-051-0/+6
| | | | Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000
* libcmis: added a patch to workaround an alfresco bug and avoid HTTP requestsCédric Bosdonnat2012-07-032-0/+286
| | | | Change-Id: Ifbdaa6fce3812ff7d5c884527924b0b321133856
* libcmis: fixed unexpected exception thrownCédric Bosdonnat2012-07-022-0/+37
| | | | Change-Id: Iaa42756f596333747a9100e075a2638b839175b3
* libcmis: forgot to remove now unneeded patchCédric Bosdonnat2012-07-021-21/+0
| | | | Change-Id: I61e04283702f0ae839bfdd15c51a42ddbe002b86
* libcmis: forgot to update windows patch for 0.2.3Cédric Bosdonnat2012-06-261-10/+10
| | | | Change-Id: I7ea63acbe2f75f1e53611d75a6adc14c2bcac887
* libcmis: updated to 0.2.3Cédric Bosdonnat2012-06-261-5/+2
| | | | | | | | Among the useful fixes: * SharePoint fixes * Base64 encoding fixed Change-Id: Ic39a8d7ef9e9e19d5e0e37b6bfe86d0b2ba1bece
* Oops, fix a bad fix in libcmis for libcurl version checksCédric Bosdonnat2012-06-042-0/+24
| | | | Change-Id: I56b5bcd459c79de5be079d0c6563148e17f0bc9b
* update libcmis to 0.2.2 to fix macos old libcurl problemsCédric Bosdonnat2012-06-042-13/+13
| | | | Change-Id: I0ea2191a281405a0672fac2f8c1d4dafea224ef4
* $(COM) not $(COMP)Korrawit Pruegsanusak2012-06-041-1/+1
| | | | Change-Id: I2e97af8b0d1d6a6770730aa0bf22556b2ec115c0
* libcmis: fix for windows buildCédric Bosdonnat2012-06-042-0/+63
| | | | Change-Id: Ibc600ce33bd59b3fd2d5ff29c5fb19710dc0df8f
* Updated libcmis to 0.2.1Cédric Bosdonnat2012-06-041-2/+2
| | | | Change-Id: I9ee6283a7f4a0b436ea89c7bd16af756c6aa36e4
* libcmis: updated to 0.2.0Cédric Bosdonnat2012-06-044-84/+8
| | | | Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47
* libcmis: removing unused gmake scripts to avoid maintaining themCédric Bosdonnat2012-06-044-149/+0
| | | | Change-Id: Ic8e3666d25a0776ddaa8fa0a462275f771befca3
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* build gbuild directly from build.pl and fix libcmis and respect GMAKE_OPTIONSBjoern Michaelsen2012-04-292-2/+1
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-142-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.
* Added READMEs for some library modules which didn't have themJosh Heidenreich2012-02-141-0/+8
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* add a virtual dtorCaolán McNamara2012-01-113-0/+25
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-20/+21
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* fdo#42865: libcmis,ucpcmis: no mapfileMichael Stahl2011-11-151-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.
* Fix dependencies of libcmisFridrich Štrba2011-10-061-1/+1
|
* System libcmis fixFridrich Štrba2011-10-061-1/+1
|
* Fix Windows build and enable CMIS inconditionallyFridrich Štrba2011-10-051-2/+0
| | | | | Since the provider should now build everywhere, enable it inconditionally to catch minor problems
* Fix libcmis build with the old way of building too.Jan Holesovsky2011-10-051-1/+8
|