summaryrefslogtreecommitdiff
path: root/new/alloc_darwin.m
AgeCommit message (Collapse)Author
2015-04-15Split all OS backends into their own folders.Pietro Gagliardi
2015-04-10Eliminated direct use of strdup(); introduced uiDarwinNSStringToText() to do ↵Pietro Gagliardi
that work for us (and abort on failure).
2015-04-10Chose not to use NSCAssert() in alloc_darwin.m.Pietro Gagliardi
2015-04-10Resolved some TODOs (including one resolved a while ago on IRC but not ↵Pietro Gagliardi
removed until now; thanks various people in irc.freenode.net/#macdev).
2015-04-09Changed the allocation logging from a compile-time setting to the first ↵Pietro Gagliardi
initialization option.
2015-04-07Implemented the memory logging.Pietro Gagliardi
2015-04-07Changed ui_*.h to uipriv_*.h pending a public non-portable API.Pietro Gagliardi
2015-04-06Fixed initial Mac OS X code.Pietro Gagliardi
2015-04-06Started writing the same but for Mac OS X. This time it's not tested yet; ↵Pietro Gagliardi
will test now.