summaryrefslogtreecommitdiff
path: root/libcmis
AgeCommit message (Collapse)Author
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
2011-10-06System libcmis fixFridrich Štrba
2011-10-05Fix Windows build and enable CMIS inconditionallyFridrich Štrba
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 Holesovsky
2011-10-05Make libcmis build with MinGW.Jan Holesovsky
2011-10-05Deliver the right thing on windows tooFridrich Štrba
2011-10-05Use the old way to build libcmis and cmis ucp ATMFridrich Štrba
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04libcmis: disable unit tests and static lib as they aren't usedCédric Bosdonnat
2011-10-04Disable libcmis for Android for the whileThorsten Behrens
2011-10-04Initial support for AndroidThorsten Behrens
2011-10-04Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat
2011-10-03Updated libcmisCédric Bosdonnat
2011-10-03Fixed libcmis to build with --disable-clientCédric Bosdonnat
That should get us rid of the internal boost missing program_options problem
2011-10-03libcmis depend on boostNorbert Thiebaud
2011-10-03Use an updated version of libcmisCédric Bosdonnat
* 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 Thiebaud
2011-10-01get it to build anywayCaolán McNamara
2011-10-01CMIS UCP: get the document content streamCédric Bosdonnat
2011-10-01CMIS: added libcmis module and created empty cmis UCP shellCédric Bosdonnat