--- libgig/trunk/ChangeLog 2017/05/10 21:17:10 3169 +++ libgig/trunk/ChangeLog 2017/05/10 23:07:28 3173 @@ -7,6 +7,7 @@ - Added new "Serialization" framework (and equally named namespace) which allows to serialize and deserialize native C++ objects in a portable, easy and flexible way. + - print compiler warning if no RTTI available * src/gig.cpp, src/gig.h: - fixed bug in Script::SetGroup: the script chunk wasn't moved @@ -65,6 +66,8 @@ - Archive: Added methods timeStampCreated(), timeStampModified(), dateTimeCreated() and dateTimeModified(). - Archive: Added methods valueAsInt(), valueAsReal() and valueAsBool(). + - DataType: Implemented demangling C++ type names (for methods + asLongDescr() and customTypeName(bool demangle=false)). * src/tools/akaidump.cpp, src/tools/akaiextract.cpp: - improved output of non-ascii characters in usage messages