Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-17 | for external modules add a dependency on the makefile.mk itself | Caolán McNamara | |
so that on version bumps and/or added/removed patches that we rebuild them from scratch, which hopefully will make incremental builds post external module bump pain-free Change-Id: If268401a2794989d49861c08f7a69ef926cf5809 | |||
2012-07-09 | libcmis: changed API to get all repositories infos, not just their ID | Cédric Bosdonnat | |
This change will not be pushed in upstream libcmis-0.2 branch, so I backported it here as it will be needed to show a list of repositories in the filepicker UI somehow. Change-Id: I5427e96ddf548c14d2a3b6988e4352c832ac7a0b | |||
2012-07-05 | add depend on makefile.mk | Caolán McNamara | |
Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000 | |||
2012-07-03 | libcmis: added a patch to workaround an alfresco bug and avoid HTTP requests | Cédric Bosdonnat | |
Change-Id: Ifbdaa6fce3812ff7d5c884527924b0b321133856 | |||
2012-07-02 | libcmis: fixed unexpected exception thrown | Cédric Bosdonnat | |
Change-Id: Iaa42756f596333747a9100e075a2638b839175b3 | |||
2012-07-02 | libcmis: forgot to remove now unneeded patch | Cédric Bosdonnat | |
Change-Id: I61e04283702f0ae839bfdd15c51a42ddbe002b86 | |||
2012-06-26 | libcmis: forgot to update windows patch for 0.2.3 | Cédric Bosdonnat | |
Change-Id: I7ea63acbe2f75f1e53611d75a6adc14c2bcac887 | |||
2012-06-26 | libcmis: updated to 0.2.3 | Cédric Bosdonnat | |
Among the useful fixes: * SharePoint fixes * Base64 encoding fixed Change-Id: Ic39a8d7ef9e9e19d5e0e37b6bfe86d0b2ba1bece | |||
2012-06-04 | Oops, fix a bad fix in libcmis for libcurl version checks | Cédric Bosdonnat | |
Change-Id: I56b5bcd459c79de5be079d0c6563148e17f0bc9b | |||
2012-06-04 | update libcmis to 0.2.2 to fix macos old libcurl problems | Cédric Bosdonnat | |
Change-Id: I0ea2191a281405a0672fac2f8c1d4dafea224ef4 | |||
2012-06-04 | $(COM) not $(COMP) | Korrawit Pruegsanusak | |
Change-Id: I2e97af8b0d1d6a6770730aa0bf22556b2ec115c0 | |||
2012-06-04 | libcmis: fix for windows build | Cédric Bosdonnat | |
Change-Id: Ibc600ce33bd59b3fd2d5ff29c5fb19710dc0df8f | |||
2012-06-04 | Updated libcmis to 0.2.1 | Cédric Bosdonnat | |
Change-Id: I9ee6283a7f4a0b436ea89c7bd16af756c6aa36e4 | |||
2012-06-04 | libcmis: updated to 0.2.0 | Cédric Bosdonnat | |
Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47 | |||
2012-06-04 | libcmis: removing unused gmake scripts to avoid maintaining them | Cédric Bosdonnat | |
Change-Id: Ic8e3666d25a0776ddaa8fa0a462275f771befca3 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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 | |||
2012-04-29 | build gbuild directly from build.pl and fix libcmis and respect GMAKE_OPTIONS | Bjoern Michaelsen | |
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 | |