poulson on master
Update README.md (compare)
poulson on master
added logo (compare)
DEBUG_CSE
which creates a CallStackEntry
via DEBUG_ONLY(CallStackEntry cse(EL_FUNCTION))
, where EL_FUNCTION
maps to __PRETTY_FUNCTION__
if it is available and __func__
otherwise: elemental/Elemental@bc0cb4a