• Joined on 2022-11-12
jason pushed to devel at jason/atom 2024-10-20 15:54:53 +02:00
8fc6a10b0d Just implement update logic in Methods where it is needed, since if there is no pointer I cannot hand it to any function or method
jason pushed to devel at jason/atom 2024-10-20 15:47:16 +02:00
0b70a8ee10 Turn updateDateTime into *Date.Update
jason pushed to devel at jason/atom 2024-10-20 15:37:08 +02:00
da5d955b2d Implement more sophisticated updateDateTime function
jason pushed to devel at jason/atom 2024-10-20 15:17:57 +02:00
ee72e91593 Drop unnecessary SetLabel method
jason pushed to main at jason/atom 2024-10-20 15:15:26 +02:00
ddf5b26a1e Quick fix
jason pushed to devel at jason/atom 2024-10-20 15:15:19 +02:00
ddf5b26a1e Quick fix
jason pushed to devel at jason/atom 2024-10-20 15:11:13 +02:00
cf131f0bcf Touched up README
ae24db0c08 Clarified Add method's comments
Compare 2 commits »
jason pushed to main at jason/atom 2024-10-20 15:11:04 +02:00
cf131f0bcf Touched up README
ae24db0c08 Clarified Add method's comments
Compare 2 commits »
jason pushed tag v0.5.1 to jason/atom 2024-10-20 13:11:32 +02:00
jason released Version 0.5.1 at jason/atom 2024-10-20 13:11:32 +02:00
jason pushed to devel at jason/atom 2024-10-20 12:57:40 +02:00
8ce7d54d00 Return the index of the added element
jason pushed to main at jason/atom 2024-10-20 12:57:29 +02:00
8ce7d54d00 Return the index of the added element
jason pushed tag v0.5.0 to jason/atom 2024-10-20 12:42:54 +02:00
jason released Version 0.5.0 at jason/atom 2024-10-20 12:42:54 +02:00
jason pushed to main at jason/atom 2024-10-20 12:41:32 +02:00
764b143ff8 Changed comments a bit
bcf2532372 Rename id in Delete methods to index
b6b8970810 Add comments to generic functions
c0f5306715 Use pointers to make generic functions work
8a00759c4b Delete useless lines from README
Compare 8 commits »
jason pushed to devel at jason/atom 2024-10-20 12:41:22 +02:00
764b143ff8 Changed comments a bit
bcf2532372 Rename id in Delete methods to index
Compare 2 commits »
jason pushed to devel at jason/atom 2024-10-20 12:30:27 +02:00
b6b8970810 Add comments to generic functions
jason pushed to devel at jason/atom 2024-10-20 12:20:30 +02:00
c0f5306715 Use pointers to make generic functions work
jason pushed to devel at jason/atom 2024-10-20 12:06:12 +02:00
8a00759c4b Delete useless lines from README
jason pushed to devel at jason/atom 2024-10-20 12:03:31 +02:00
a49e853efb Use generics for Add and Delete Methods