Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | 2 | -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-14 | Added READMEs for some library modules which didn't have them | Josh Heidenreich | 1 | -0/+8 | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | 1 | -35/+2 | |
2012-01-11 | add a virtual dtor | Caolán McNamara | 3 | -0/+25 | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | 1 | -0/+1 | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | 1 | -1/+1 | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | 1 | -20/+21 | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | 1 | -4/+4 | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||||
2011-11-15 | fdo#42865: libcmis,ucpcmis: no mapfile | Michael Stahl | 1 | -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-06 | Fix dependencies of libcmis | Fridrich Štrba | 1 | -1/+1 | |
2011-10-06 | System libcmis fix | Fridrich Štrba | 1 | -1/+1 | |
2011-10-05 | Fix Windows build and enable CMIS inconditionally | Fridrich Štrba | 1 | -2/+0 | |
Since the provider should now build everywhere, enable it inconditionally to catch minor problems | |||||
2011-10-05 | Fix libcmis build with the old way of building too. | Jan Holesovsky | 1 | -1/+8 | |
2011-10-05 | Make libcmis build with MinGW. | Jan Holesovsky | 2 | -0/+32 | |
2011-10-05 | Deliver the right thing on windows too | Fridrich Štrba | 1 | -3/+2 | |
2011-10-05 | Use the old way to build libcmis and cmis ucp ATM | Fridrich Štrba | 4 | -2/+103 | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | 1 | -40/+1 | |
2011-10-04 | libcmis: disable unit tests and static lib as they aren't used | Cédric Bosdonnat | 1 | -1/+3 | |
2011-10-04 | Disable libcmis for Android for the while | Thorsten Behrens | 1 | -1/+1 | |
2011-10-04 | Initial support for Android | Thorsten Behrens | 2 | -1/+31 | |
2011-10-04 | Added --disable-cmis flag for use while the feature is too unstable | Cédric Bosdonnat | 1 | -0/+2 | |
2011-10-03 | Updated libcmis | Cédric Bosdonnat | 1 | -1/+1 | |
2011-10-03 | Fixed libcmis to build with --disable-client | Cédric Bosdonnat | 1 | -1/+2 | |
That should get us rid of the internal boost missing program_options problem | |||||
2011-10-03 | libcmis depend on boost | Norbert Thiebaud | 1 | -1/+1 | |
2011-10-03 | Use an updated version of libcmis | Cédric Bosdonnat | 2 | -27/+1 | |
* Merged a few patches * Got rid of the pkg-config for curl and libxml2 | |||||
2011-10-02 | make libcmis break a bit less on MacOSX.. but still no cigar | Norbert Thiebaud | 1 | -0/+10 | |
2011-10-01 | get it to build anyway | Caolán McNamara | 2 | -0/+24 | |
2011-10-01 | CMIS UCP: get the document content stream | Cédric Bosdonnat | 1 | -1/+1 | |
2011-10-01 | CMIS: added libcmis module and created empty cmis UCP shell | Cédric Bosdonnat | 6 | -0/+148 | |