Commit graph

12 commits

Author SHA1 Message Date
dc3704ac75 Update CMakeLists.txt
Version to 2.10
2024-11-14 01:29:36 +00:00
554c46888e Update CMakeLists.txt, cmake_minimum_required 3.10 2024-11-12 20:23:11 +09:00
1792faaafe Update Changelog.md, version 2.9 2024-11-12 20:11:02 +09:00
14301c372d Update Changelog.md, version 2.8 2024-11-12 16:33:16 +09:00
c1021b9943 Set version to 2.7 in CMakeLists.txt 2024-11-12 15:03:21 +09:00
d4c47f871b Version 2.5 2024-06-27 14:46:06 +09:00
23b851d8f3 Version 2.4, fixes
Fix free not actually calling real_free.

Fix free dereferencing null ptr.

TODO fix bug where tracked data is not correctly removed during free.
2024-06-27 14:00:39 +09:00
c851ec6a07 Check for ANOTHER_MEMCHECK_QUIET env var, refactor
Now, if ANOTHER_MEMCHECK_QUIET environment variable is defined, do not
print output when malloc/calloc/free is called.

Minor refactoring: remove unused constexpr declarations in header.

Bump version to 2.2 .

Update Changelog.md .
2024-06-06 15:16:42 +09:00
dcc9ae38c5 Bump to version 2.1, update Changelog.md 2024-06-04 15:55:52 +09:00
3d03ec1e9b Bump version to 2.0, update Changelog.md 2024-06-04 15:43:30 +09:00
4d000a87e0 Use pthreads to mutex-lock malloc/calloc/free 2024-06-04 15:40:57 +09:00
421610e053 Add CMakeLists.txt 2024-06-04 12:05:10 +09:00