summaryrefslogtreecommitdiffstats
path: root/libcmis
Commit message (Collapse)AuthorAgeFilesLines
* 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