r-lyeh-archived / ltalloc

LightweighT Almost Lock-Less Oriented for C++ programs memory allocator
BSD 3-Clause "New" or "Revised" License
164 stars 16 forks source link

Small fixes #18

Closed jlaumon closed 6 years ago

jlaumon commented 6 years ago

Hey!

Small changes for starters:

I'm now working on adding a small test project with a CMakeLists.txt + Catch2 as a test framework. I'll also try to make a yml files for travis/appveyor so that we can have automated compilation checks and tests when merging PRs (but I'm not going to write tests right away, I'll just use the test code that was in the wiki).