Commit graph

19 commits

Author SHA1 Message Date
1c563d8421
feat(tree): add rwlock 2023-03-07 12:12:46 +01:00
83b3198a49
feat(job-queue): initial implementation of functionality 2023-03-07 12:10:16 +01:00
02bd2c24b7
feat(job-queue): deesigning methods 2023-03-07 12:10:16 +01:00
8668148e96
chore: format internal header files 2023-03-07 12:10:15 +01:00
53eb5c1784
feat(job-queue): first draft of job struct 2023-03-07 12:09:40 +01:00
a6ed89d8cd
feat(tree): add tree iterator
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/test-mem Pipeline was successful
2023-02-02 14:10:35 +01:00
adfdca18da
docs(tree): add function docstrings
Some checks are pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test-mem Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending
2023-01-28 09:09:17 +01:00
98f158e1f5
feat(tree): started standard binary tree 2023-01-27 22:35:06 +01:00
df50f96983
feat: begin binary tree implementation 2023-01-27 22:34:16 +01:00
5b2ce6acaa
feat(heap): thread-safety features
Some checks are pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test-mem Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending
2023-01-27 21:23:32 +01:00
d77b3e4fee
chore: some nitpicking 2023-01-27 20:50:23 +01:00
d11d074960 chore: some reorganising
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/test-mem Pipeline failed
2023-01-22 12:35:55 +01:00
13a63d548c docs: added docstrings to public headers 2023-01-22 12:32:47 +01:00
6823050c2f refactor(heap): properly organised code 2023-01-22 09:40:35 +01:00
050e99b413 feat(heap): code skeleton 2023-01-21 16:31:22 +01:00
11709cc611 refactor: slightly change api 2023-01-18 14:14:39 +01:00
30e086ad6b test: started porting cron tests 2023-01-18 13:59:10 +01:00
be97472dcc
chore: switch to defualt clang-format formatting 2023-01-18 11:38:34 +01:00
4d72e60515
chore: added makefile 2023-01-18 11:29:16 +01:00