Commit Graph

2 Commits

Author SHA1 Message Date
Linus Probert b5ddc344c4 More cmake logic to improve the build 2017-12-13 12:09:04 +01:00
Linus Probert 86eb3aee01 Wrote a naive hashtable.
Be careful regarding memeory handling using this table. It takes
pointers as values. Deletes the pointers on occasion and destruction but
doesn't copy the original pointer. So pointers inserted should be left
to be handled by the table.
2017-12-12 13:06:01 +01:00