1
0
forked from blue/lmdbal
Commit Graph

118 Commits

Author SHA1 Message Date
ef86d0adf9
Some reformation, test cases and first bugfixes 2024-12-24 18:35:56 +02:00
e88efb458f
Cursors get closed after transaction that open them 2024-12-24 14:59:58 +02:00
68ea7df6a9
Transactions now get closed with the database 2024-12-22 19:39:35 +02:00
56d35d4832
pragma once and minor change in transactions 2024-12-17 20:03:48 +02:00
43d4900809
Some more build fixes 2024-12-13 20:27:47 +02:00
02946bbe98
Typo in the build CI 2024-12-03 19:45:15 +02:00
7aaab5e807
builds with different names to coexist 2024-12-03 19:36:07 +02:00
649d967963
CI try 13 2024-11-30 23:17:52 +02:00
5670453314
CI try 12 2024-11-30 23:07:49 +02:00
2add0b1ae2
CI try 11 2024-11-30 22:46:09 +02:00
50a13d7290
CI try 10 2024-11-30 22:28:15 +02:00
75010c0bc6
CI try 9 2024-11-30 21:19:50 +02:00
4c5e4bb6ac
CI try 8 2024-11-30 21:17:07 +02:00
f5d6fb9141
CI try 7 2024-11-30 21:11:30 +02:00
1083df36ee
CI try 6 2024-11-30 20:59:49 +02:00
551495843d
CI try 5 2024-11-30 20:39:34 +02:00
c3246fd2b5
CI try 5 2024-11-30 20:37:28 +02:00
8b7d548df6
CI try 4 2024-11-30 19:46:43 +02:00
7c26b09056
CI try 3 2024-11-30 19:45:27 +02:00
29b126c30e
CI Try 2 2024-11-30 19:44:07 +02:00
93ed15e1da
CI try 1 2024-11-30 19:30:19 +02:00
75aafd2750
A fix for CI hopefully 2024-10-28 14:14:39 +02:00
4fd3799c19
Playing with CI 2024-10-28 14:11:30 +02:00
def2b8bc4d
Some test fixes 2024-10-06 20:11:44 +03:00
fc55ec6737
Pipeline fix on the new document build options 2024-10-06 12:18:07 +03:00
3282524c8b Merge pull request 'Choice in documentation formats to build' (#2) from bmckwm/lmdbal:bmckwm-patch-1 into master
Reviewed-on: blue/lmdbal#2
Reviewed-by: Blue <blue@macaw.me>
2024-10-05 15:16:35 +00:00
c60bb10923 Merge pull request 'Indicate available under GPL-3.0-or-later' (#5) from bmckwm/lmdbal:update-readme into master
Reviewed-on: blue/lmdbal#5
Reviewed-by: Blue <blue@macaw.me>
2024-10-05 15:15:28 +00:00
9baade7b8c Merge pull request 'Use text from fsf.org' (#7) from bmckwm/lmdbal:license-text into master
Reviewed-on: blue/lmdbal#7
Reviewed-by: Blue <blue@macaw.me>
2024-10-05 15:14:51 +00:00
deded0c4e1 Use text from fsf.org
https://www.gnu.org/licenses/gpl-3.0.md
2024-10-05 12:15:03 +00:00
a09030cd4e Specify which files are under which licenses 2024-10-05 11:26:03 +00:00
d2a68ef5ee Indicate available under GPL-3.0-or-later
Signed-off-by: bmckwm <benson_muite@disroot.org>
2024-10-05 11:19:39 +00:00
8ad684144f Only install documentation if built 2024-10-01 11:20:37 +00:00
a6ea9bedc5 Option to build documentation formats separately
Signed-off-by: bmckwm <benson_muite@disroot.org>
2024-10-01 11:13:48 +00:00
dcf2d289dc
workflow destination transition, some examples on title docs page 2024-03-03 20:09:06 -03:00
f638228d24
removed lmdbal subdir from lib on installation 2024-02-04 19:49:06 -03:00
6dddd06f93
some cmake magick to make it work with installed paths 2024-02-04 16:10:43 -03:00
d62eddc47e
small build adjustments 2024-02-01 13:05:49 -03:00
79240aa535
a little fix for building as subdirectory 2024-01-31 10:13:27 -03:00
6b475f615e
lmdb calls are now compiled into .so 2023-11-14 20:15:16 -03:00
77ba8f9e7b
a bug in readAll of cache 2023-11-10 19:27:04 -03:00
3307860ca6
tests, set method, tests for set method 2023-11-01 19:45:42 -03:00
96d7d9ef64
First attempt to make RAII cursors, no tests yet 2023-10-25 19:18:23 -03:00
a0eebc978d
a sleep to confurency test 2023-10-21 16:45:18 -03:00
0079f6e96e
a bug fix, reorganization and 0.5.1 2023-10-21 16:41:41 -03:00
6b348023bb
tests for transaction RAII behaviour, transaction documentation, minor doc fixes 2023-10-18 12:44:53 -03:00
de741eda21
RAII transactions 2023-10-17 18:06:11 -03:00
a9aa6b549f
missing include 2023-10-15 11:19:53 -03:00
fbcf94d1c2
Doc fixes, testing for QVariant 2023-10-15 11:10:27 -03:00
275406df61
Release CI Workflow 2023-10-14 15:09:50 -03:00
de210b44f5
readAll method now works correctly for duplicates mode, testing, some doc fixes 2023-08-20 13:38:29 -03:00