summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-16Move db tools to a separate package and make them PIEtizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_5.0/20181101.000006submit/tizen_4.0/20170828.100005submit/tizen/20170816.232010accepted/tizen/unified/20170817.153739accepted/tizen/5.0/unified/20181102.025532accepted/tizen/4.0/unified/20170828.222604tizen_5.0tizen_4.0tizenaccepted/tizen_unifiedaccepted/tizen_5.0_unifiedaccepted/tizen_4.0_unifiedŁukasz Stelmach5-5/+18
Change-Id: If834ee66c2390c7023646d313927495332b942ad Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2017-05-25Change the workaround according to developer's adviceŁukasz Stelmach1-4/+2
CMake developer adviced[1] to use the workaround from 65ee196a as a permanent solution, without dependance on CMake's version. [1] https://gitlab.kitware.com/cmake/cmake/merge_requests/827#note_267940 Forwarded: https://github.com/Softmotions/ejdb/pull/188 Change-Id: Iabd5cf6dc8f4a5b1473d09f35ff18f595267a18c Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2017-05-25Minor fix in commentsŁukasz Stelmach1-1/+1
Change-Id: Ic16eca84c6da525d443bd8665366b67937ee369a Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com> Forwarded: https://github.com/Softmotions/ejdb/pull/190
2017-05-25Fix error of the rpm specsubmit/tizen_4.0/20170811.094300submit/tizen/20170525.025825accepted/tizen/unified/20170531.082507accepted/tizen/4.0/unified/20170816.013012Kunhoon Baik1-3/+9
RPM macro devel_package includes package,decription and files. However, "files devel" is redefined in this package. This patch removes the devel_package macro for better description of devel packages and fixing bugs Change-Id: I4649a3406de46d9f1f937b077df1d25130a9bc68
2017-05-19Tune tchdb and tctdb to decrease initial size of hash mapsŁukasz Stelmach2-3/+3
2017-05-19spec: add ejdb.specŁukasz Stelmach3-0/+64
Change-Id: I64013486e97e10bd34d70dc1f5ef363354d27033 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2017-05-16minor fix in commentsŁukasz Stelmach4-5/+5
Forwarded: https://github.com/Softmotions/ejdb/pull/189
2017-05-16Work around a bug in CMake's CPack and install files correctlyŁukasz Stelmach1-0/+6
2017-05-16Don't set CPACK_DEBIAN_PACKAGE_ARCHITECTURE to "any"Łukasz Stelmach1-1/+0
Forwarded: https://github.com/Softmotions/ejdb/pull/188
2017-04-20#170Vyacheslav Tyutyunkov2-2/+54
2017-03-21Update README.mdAdamansky Anton1-6/+1
2017-03-21Update README.mdAdamansky Anton1-1/+1
2017-03-21v1.2.12 landedv1.2.12Anton Adamansky1-0/+7
2017-03-20#169 - clearing coll dbs on closeVyacheslav Tyutyunkov2-8/+44
2017-03-17#174 - clearing TCENOREC status on coll creationVyacheslav Tyutyunkov2-1/+23
2017-03-16Update README.mdAdamansky Anton1-0/+2
2017-03-16v1.2.11 landedAnton Adamansky1-12/+13
2017-03-15- minorsAnton Adamansky3-2/+8
2017-03-10#182 - fixes in bson_compareVyacheslav Tyutyunkov2-6/+44
2017-03-10#182 testVyacheslav Tyutyunkov2-1/+116
2017-01-13- minors in .gitignoreAnton Adamansky1-0/+1
2017-01-13- minorsAnton Adamansky2-4/+6
2015-09-14#163 - merge duplicate keysTyutyunkov Vyacheslav2-1/+101
2015-09-13Merge branch 'ticket161'Tyutyunkov Vyacheslav2-8/+65
2015-09-13#161Tyutyunkov Vyacheslav1-1/+1
2015-09-13Merge pull request #160 from dmigous/export_bson_free_symbolAdamansky Anton1-1/+1
EJDB_EXPORT for bson_free
2015-08-27#161 - minorsTyutyunkov Vyacheslav1-3/+3
2015-08-27#161 - fixesTyutyunkov Vyacheslav2-8/+65
2015-08-21EJDB_EXPORT for bson_freeDmitry Belous1-1/+1
2015-08-13minorsAnton Adamansky1-2/+2
2015-08-10Merge pull request #157 from dmigous/remove_ejdb_from_pkg_includedirAdamansky Anton1-1/+1
Remove ejdb in pkg-config includedir
2015-08-10fixedDmitry Belous1-1/+1
2015-08-05Merge branch 'achoy-master'Tyutyunkov Vyacheslav2-4/+48
2015-08-05#156 - merge & testTyutyunkov Vyacheslav2-4/+48
2015-07-30Minor changesAlbert Choy1-0/+25
2015-07-24Fixed #152Anton Adamansky1-4/+2
2015-07-24v1.2.10 landedAnton Adamansky1-0/+7
2015-07-23#155 UMC fixedTyutyunkov Vyacheslav1-1/+1
2015-07-13#148 - memory leak fixesTyutyunkov Vyacheslav2-1/+4
2015-07-13#148 - memory leak fixesTyutyunkov Vyacheslav1-0/+1
2015-07-13#148Tyutyunkov Vyacheslav2-0/+0
2015-07-13Merge branch 'master' of github.com:Softmotions/ejdbTyutyunkov Vyacheslav4-13/+16
2015-07-13#148 - fix duplicate paths in bsonTyutyunkov Vyacheslav7-1/+488
2015-07-10v1.2.9 landedAnton Adamansky1-2/+2
2015-07-10Merge branch 'ticket149'Anton Adamansky4-11/+14
2015-07-10#149Anton Adamansky1-0/+1
2015-07-10working on #149Anton Adamansky2-0/+2
2015-07-09set win32 mmaping size according to xmsiz hdb option (#149)Anton Adamansky1-11/+11
2015-06-09Merge pull request #144 from gitter-badger/gitter-badgeAdamansky Anton1-0/+2
Add a Gitter chat badge to README.md
2015-06-09Added Gitter badgeThe Gitter Badger1-0/+2