Commit Graph

3 Commits

Author SHA1 Message Date
150cca40af test: add memcheck and fix memleaks in test
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #13
PR #13
2022-07-27 21:28:25 +02:00
9e4c9eb0ea feat(list): add generic list implementation
All checks were successful
continuous-integration/drone/push Build is passing
This pull request adds a list implementation that can be used
in a generic way and adds everything that might be needed in
later implementation of other data structurs.

Reviewed-on: #1
PR #1
2022-07-26 22:45:21 +02:00
7dd39a9994 feat: add version and changelog update to pipeline
All checks were successful
continuous-integration/drone/push Build is passing
This adds a pipeline step to manage versions and the changelog file.

Reviewed-on: #2
PR #2
2022-06-01 23:23:21 +02:00