Age | Commit message (Collapse) | Author |
|
Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000
|
|
Change-Id: Ifbdaa6fce3812ff7d5c884527924b0b321133856
|
|
Change-Id: Iaa42756f596333747a9100e075a2638b839175b3
|
|
Among the useful fixes:
* SharePoint fixes
* Base64 encoding fixed
Change-Id: Ic39a8d7ef9e9e19d5e0e37b6bfe86d0b2ba1bece
|
|
Change-Id: I56b5bcd459c79de5be079d0c6563148e17f0bc9b
|
|
Change-Id: I0ea2191a281405a0672fac2f8c1d4dafea224ef4
|
|
Change-Id: I2e97af8b0d1d6a6770730aa0bf22556b2ec115c0
|
|
Change-Id: Ibc600ce33bd59b3fd2d5ff29c5fb19710dc0df8f
|
|
Change-Id: I9ee6283a7f4a0b436ea89c7bd16af756c6aa36e4
|
|
Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47
|
|
...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.
|
|
|
|
|
|
|