summaryrefslogtreecommitdiffstats
path: root/libcmis
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make libcmis build with MinGW.Jan Holesovsky2011-10-052-0/+32
|
* Deliver the right thing on windows tooFridrich Štrba2011-10-051-3/+2
|
* Use the old way to build libcmis and cmis ucp ATMFridrich Štrba2011-10-054-2/+103
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* libcmis: disable unit tests and static lib as they aren't usedCédric Bosdonnat2011-10-041-1/+3
|
* Disable libcmis for Android for the whileThorsten Behrens2011-10-041-1/+1
|
* Initial support for AndroidThorsten Behrens2011-10-042-1/+31
|
* Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat2011-10-041-0/+2
|
* Updated libcmisCédric Bosdonnat2011-10-031-1/+1
|
* Fixed libcmis to build with --disable-clientCédric Bosdonnat2011-10-031-1/+2
| | | | | That should get us rid of the internal boost missing program_options problem
* libcmis depend on boostNorbert Thiebaud2011-10-031-1/+1
|
* Use an updated version of libcmisCédric Bosdonnat2011-10-032-27/+1
| | | | | * Merged a few patches * Got rid of the pkg-config for curl and libxml2
* make libcmis break a bit less on MacOSX.. but still no cigarNorbert Thiebaud2011-10-021-0/+10
|
* get it to build anywayCaolán McNamara2011-10-012-0/+24
|
* CMIS UCP: get the document content streamCédric Bosdonnat2011-10-011-1/+1
|
* CMIS: added libcmis module and created empty cmis UCP shellCédric Bosdonnat2011-10-016-0/+148