Grafico dei commit

4 Commit

Autore SHA1 Messaggio Data
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