summaryrefslogtreecommitdiff
path: root/libcmis/makefile.mk
AgeCommit message (Collapse)Author
2012-07-05add depend on makefile.mkCaolán McNamara
Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000
2012-07-03libcmis: added a patch to workaround an alfresco bug and avoid HTTP requestsCédric Bosdonnat
Change-Id: Ifbdaa6fce3812ff7d5c884527924b0b321133856
2012-07-02libcmis: fixed unexpected exception thrownCédric Bosdonnat
Change-Id: Iaa42756f596333747a9100e075a2638b839175b3
2012-06-26libcmis: updated to 0.2.3Cédric Bosdonnat
Among the useful fixes: * SharePoint fixes * Base64 encoding fixed Change-Id: Ic39a8d7ef9e9e19d5e0e37b6bfe86d0b2ba1bece
2012-06-04Oops, fix a bad fix in libcmis for libcurl version checksCédric Bosdonnat
Change-Id: I56b5bcd459c79de5be079d0c6563148e17f0bc9b
2012-06-04update libcmis to 0.2.2 to fix macos old libcurl problemsCédric Bosdonnat
Change-Id: I0ea2191a281405a0672fac2f8c1d4dafea224ef4
2012-06-04$(COM) not $(COMP)Korrawit Pruegsanusak
Change-Id: I2e97af8b0d1d6a6770730aa0bf22556b2ec115c0
2012-06-04libcmis: fix for windows buildCédric Bosdonnat
Change-Id: Ibc600ce33bd59b3fd2d5ff29c5fb19710dc0df8f
2012-06-04Updated libcmis to 0.2.1Cédric Bosdonnat
Change-Id: I9ee6283a7f4a0b436ea89c7bd16af756c6aa36e4
2012-06-04libcmis: updated to 0.2.0Cédric Bosdonnat
Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47
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-01-11add a virtual dtorCaolán McNamara
2011-10-06System libcmis fixFridrich Štrba
2011-10-05Use the old way to build libcmis and cmis ucp ATMFridrich Štrba