Gráfico de commits

6 Commits

Autor SHA1 Mensagem Data
kevin
cbd1b74586 cmMem.c : Added a comment at the location where breakpoints may be set
to stop on the reallocation of a memory block with a known 'uniqueId'.
2014-01-21 22:34:46 -05:00
kevin
ed1c13c0ec cmMem.c : Moved unique id break point comment after where the
unique id is calculated.
2014-01-15 11:55:46 -05:00
kpl
42a9f19166 cmMem.c : Added string tables for 'filename' and 'function name' strings
in the cmMmRecd_t record.

Previously the 'fileNameStr' and 'funcNameStr' were assumed to be stored
in static memory and therefore did not require duplication.  If the
strings however originated in a dynamic library then the string pointer
would be invalid after the library is unloaded.  Accessing these fields
would then result in a crash.
2013-10-08 16:43:38 -07:00
kpl
fd40c2a213 cmMem: Added cmThPtrCAS() to allow mutlithread alloc. 2012-11-23 21:29:30 -08:00
kpl
dd8ef2dbe6 Makefile.am Added cmTextTemplate.c/h cmText.c/h Added CmTextReplaceFirst() 2012-11-06 13:24:00 -08:00
kevin
b108da1911 Initial commit 2012-10-29 20:52:39 -07:00