summaryrefslogtreecommitdiff
path: root/libcmis
AgeCommit message (Collapse)AuthorFilesLines
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
2011-10-04libcmis: disable unit tests and static lib as they aren't usedCédric Bosdonnat1-1/+3
2011-10-04Disable libcmis for Android for the whileThorsten Behrens1-1/+1
2011-10-04Initial support for AndroidThorsten Behrens2-1/+31
2011-10-04Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat1-0/+2
2011-10-03Updated libcmisCédric Bosdonnat1-1/+1
2011-10-03Fixed libcmis to build with --disable-clientCédric Bosdonnat1-1/+2
That should get us rid of the internal boost missing program_options problem
2011-10-03libcmis depend on boostNorbert Thiebaud1-1/+1
2011-10-03Use an updated version of libcmisCédric Bosdonnat2-27/+1
* Merged a few patches * Got rid of the pkg-config for curl and libxml2
2011-10-02make libcmis break a bit less on MacOSX.. but still no cigarNorbert Thiebaud1-0/+10
2011-10-01get it to build anywayCaolán McNamara2-0/+24
2011-10-01CMIS UCP: get the document content streamCédric Bosdonnat1-1/+1
2011-10-01CMIS: added libcmis module and created empty cmis UCP shellCédric Bosdonnat6-0/+148