summaryrefslogtreecommitdiff
path: root/lib/common/DebugMemLeakFinder.cpp
Commit message (Expand)AuthorAge
* Record mallocs that happen while the memleak finder is disabled.Chris Wilson2014-02-11
* Add calloc() support to memory leak finder.Chris Wilson2013-09-19
* Add ability to generate memory usage reports while running.Chris Wilson2013-02-13
* gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the DebianChris Wilson2009-04-03
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Silence warnings from openbsd gcc by using strncpy instead of strcpy.Chris Wilson2008-10-26
* Fix spurious memory leak warnings on Solaris when using Sun StudioChris Wilson2008-10-11
* Reformat for readability.Chris Wilson2008-05-28
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Replace all remaining use of TRACEx() macros with logging framework.Chris Wilson2008-03-29
* memleakfinder_atexit() should be extern "C" to silence warnings.Chris Wilson2008-01-22
* Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
* Watch out for our leak tracking data being destroyed and don't crash whenChris Wilson2007-03-04
* Disable standard library memory leak debugging, as it causes hangs on FC2Chris Wilson2006-12-15
* Compile fix: include MemLeakFinder.h even on release builds (refs #3)Chris Wilson2006-12-12
* * Track memory leaks in allocations via the standard libraries, and Chris Wilson2006-11-13
* Fix compile warnings (refs #3)Chris Wilson2006-11-06
* Fix memory corruption when the number of not-leaks exceeds the table size.Chris Wilson2006-10-16
* Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to dis...Ben Summers2006-02-13
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
* Merged martin/xattr at r5 to trunkMartin Ebourne2005-11-30
* Merged martin/ppcfixes at r3 to trunkMartin Ebourne2005-11-30
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14