Commit graph

12 commits

Author SHA1 Message Date
Tom Englund
1f4743a1f7
sharedptr: decrement on destruction (#1)
if we dont decrement the sharedptr on destruction any weakptr remaining
will have an impl_ with a ref of 1 and upon destruction of the weakptr
it wont delete the implentation because it thinks a shared pointer still
exist.
2024-06-13 11:29:50 +02:00
0693f9398a
CI: add nix 2024-06-09 00:15:34 +03:00
ef441d2178
CMake: fix description 2024-06-09 00:14:07 +03:00
ebd3c47d3f
Nix: init 2024-06-09 00:13:58 +03:00
fce960f0dd cmake: bump ver to 0.1.1 2024-06-08 22:38:46 +02:00
f73a28ca03 string: add replaceInString 2024-06-08 22:35:40 +02:00
138408125c string: add VarList 2024-06-08 22:24:55 +02:00
ac4e6d76b9 cmake: fixup headers and pc installation 2024-06-08 19:43:00 +02:00
59000fadca cmake: fixup installation 2024-06-08 19:40:52 +02:00
Vaxry
5e6f63032a
README: add basic info 2024-06-08 19:39:18 +02:00
bf73356d39 utils: Initial Commit 2024-06-08 19:37:15 +02:00
Vaxry
cbc7c2df31
Initial commit 2024-06-08 18:51:36 +02:00