]> git.tdb.fi Git - libs/core.git/commit
Use unique_ptr to manage owned memory
authorMikko Rasa <tdb@tdb.fi>
Tue, 27 Aug 2024 11:51:51 +0000 (14:51 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 27 Aug 2024 11:51:51 +0000 (14:51 +0300)
commitf53d7424937130136a138cc00c43c1f73f6233a7
treedfac25e464c9f9a66dc41ac45c00eef85bd5268a
parent67776333295eaf760e56bbfdf4af7f2802aeb6d7
Use unique_ptr to manage owned memory

Required C++ language version is now C++14.
20 files changed:
Build
source/core/application.cpp
source/core/application.h
source/core/getopt.cpp
source/core/getopt.h
source/core/process.cpp
source/core/process.h
source/core/typeregistry.h
source/core/unix/process.cpp
source/core/windows/process.cpp
source/io/base.cpp
source/io/base.h
source/io/generic/asset.cpp
source/stringcodec/codec.cpp
source/stringcodec/codec.h
source/stringcodec/iso2022jp.cpp
source/stringcodec/iso2022jp.h
source/stringcodec/utf16.h
source/time/timer.cpp
source/time/timer.h