From 5cf7ca1e0026536a543df0d2441190c04cea56a0 Mon Sep 17 00:00:00 2001 From: questor/inter Date: Tue, 12 Aug 2014 11:02:49 +0200 Subject: [PATCH] debugheap added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd25fe5..5c16fa2 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD. * [CppUnit](http://sourceforge.net/projects/cppunit/) - C++ port of JUnit. * [googletest](http://code.google.com/p/googletest/) - Google C++ Testing Framework. +* [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) - Multiplatform debug heap useful for tracking down memory errors. ## Game Engine