Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan 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-14 | Added READMEs for some library modules which didn't have them | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-11 | add a virtual dtor | Caolán McNamara | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
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 | |
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 | |
2011-10-06 | System libcmis fix | Fridrich Štrba | |
2011-10-05 | Fix Windows build and enable CMIS inconditionally | Fridrich Štrba | |
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 | |
2011-10-05 | Make libcmis build with MinGW. | Jan Holesovsky | |
2011-10-05 | Deliver the right thing on windows too | Fridrich Štrba | |
2011-10-05 | Use the old way to build libcmis and cmis ucp ATM | Fridrich Štrba | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | libcmis: disable unit tests and static lib as they aren't used | Cédric Bosdonnat | |
2011-10-04 | Disable libcmis for Android for the while | Thorsten Behrens | |
2011-10-04 | Initial support for Android | Thorsten Behrens | |
2011-10-04 | Added --disable-cmis flag for use while the feature is too unstable | Cédric Bosdonnat | |
2011-10-03 | Updated libcmis | Cédric Bosdonnat | |
2011-10-03 | Fixed libcmis to build with --disable-client | Cédric Bosdonnat | |
That should get us rid of the internal boost missing program_options problem | |||
2011-10-03 | libcmis depend on boost | Norbert Thiebaud | |
2011-10-03 | Use an updated version of libcmis | Cédric Bosdonnat | |
* 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 | |
2011-10-01 | get it to build anyway | Caolán McNamara | |
2011-10-01 | CMIS UCP: get the document content stream | Cédric Bosdonnat | |
2011-10-01 | CMIS: added libcmis module and created empty cmis UCP shell | Cédric Bosdonnat | |