summaryrefslogtreecommitdiffstats
path: root/external/mdds
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade mdds to 1.2.1.Kohei Yoshida2016-06-242-24/+0
| | | | | | | | Change-Id: Ifc5b9d94bad191c0e19d5e6dada492caeb9cba76 Reviewed-on: https://gerrit.libreoffice.org/26638 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: tdf#90579 swap_single_to_multi_blocks seems brokenCaolán McNamara2016-06-172-0/+24
| | | | | | | | | | | | when there is associated data in the src. Its copies those pointers into the block that will appear in the destination. Then can destroy the source block, which deletes the contents of those pointers, and then inserts the new block which has dangling pointers to the deleted data. https://gitlab.com/mdds/mdds/merge_requests/2 Change-Id: Id9614d95652c8032b03cb5748a284917043d8d21
* update mdds README for new homeCaolán McNamara2016-06-171-2/+2
| | | | Change-Id: I2641abe8e049361d5eb92e19b9ed57b8e7209386
* Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida2016-05-132-39/+0
| | | | | | | | | liborcus-0.11.2 is out only to make it buildable with mdds-1.2. Change-Id: I9648d827b008da252c57be0ebfd2efccb008ac70 Reviewed-on: https://gerrit.libreoffice.org/24944 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
* drop unused patchDavid Tardon2016-02-121-84/+0
| | | | Change-Id: Id81a7c5ace2a5ae0edfb61a1ebc82b84f1cbc527
* Update mdds to 1.1.0.Kohei Yoshida2016-02-122-2/+40
| | | | | | | Change-Id: I89b9b2e562f5e934df25498f5587a339db23388f Reviewed-on: https://gerrit.libreoffice.org/22304 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
* update to mdds 1.0Markus Mohrhard2015-11-283-111/+0
| | | | | | | | Change-Id: I5b6e928ab5a5f2bf84d50f3f0221c0585670d972 Reviewed-on: https://gerrit.libreoffice.org/20251 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* Make the patch actually applyTor Lillqvist2015-06-291-1/+1
| | | | Change-Id: I23537399cbf325a7049f67654439714c3dc1421e
* fix build of libetonyek with older versions of gccDavid Tardon2015-06-292-0/+56
| | | | Change-Id: I19586eaae36fac7fa750614e6e31eff1a1e8440c
* Avoid copying of singular iteratorsStephan Bergmann2014-05-152-0/+85
| | | | Change-Id: If873d2c369ef6458fdf3289f09802e90dc7367f2
* Update mdds to 0.10.1, set it as the required baseline.Kohei Yoshida2014-01-083-83/+0
| | | | | | This update will obsolete two patches that were previously applied. Change-Id: I521e939905e473ca5d440dea3b03faeb9af4c0fb
* Patch mdds to make available a method to empty multiple elements in one call.Kohei Yoshida2014-01-072-0/+55
| | | | | | This is for multi_type_matrix. Change-Id: I7b1fcf6b16b5addbb76078506536542cddede25f
* fdo#70393: move mdds to a subdir of externalKhaled Hosny2013-10-196-0/+129
Change-Id: Idfb327f7217e459ab0328f8692e1f73aef248d32 Reviewed-on: https://gerrit.libreoffice.org/6343 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>