]> git.tdb.fi Git - libs/core.git/commit
Use default member initializers and constructor delegation
authorMikko Rasa <tdb@tdb.fi>
Sun, 31 Oct 2021 11:08:16 +0000 (13:08 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 31 Oct 2021 17:12:05 +0000 (19:12 +0200)
commit122846f0881673770d88eff7d925ecf25c01b62e
treebf1e06abbbbdf3083a09997ac2dd3d65f51677cd
parentb116e161e377da0e4e52f07745ecb2d22f962ae9
Use default member initializers and constructor delegation
64 files changed:
source/core/android/mainthread.cpp
source/core/android/mainthread.h
source/core/application.cpp
source/core/application.h
source/core/getopt.cpp
source/core/getopt.h
source/core/module.h
source/core/mutex.h
source/core/process.cpp
source/core/process.h
source/core/refptr.h
source/core/semaphore.h
source/core/thread.cpp
source/core/thread.h
source/core/unix/semaphore.cpp
source/core/variant.h
source/debug/backtrace.h
source/debug/errorreporter.h
source/debug/profiler.cpp
source/debug/profiler.h
source/debug/profilingscope.h
source/fs/filemonitor.cpp
source/fs/filemonitor.h
source/fs/path.cpp
source/fs/path.h
source/fs/stat.cpp
source/fs/stat.h
source/io/asset.h
source/io/base.cpp
source/io/base.h
source/io/buffered.cpp
source/io/buffered.h
source/io/eventobject.cpp
source/io/eventobject.h
source/io/eventreader.h
source/io/handle.h
source/io/memory.cpp
source/io/memory.h
source/io/poll.cpp
source/io/poll.h
source/io/slice.cpp
source/io/slice.h
source/io/unix/eventreader.cpp
source/io/windows/eventreader.cpp
source/io/zlibcompressed.cpp
source/io/zlibcompressed.h
source/stringcodec/codec.h
source/stringcodec/iso2022jp.cpp
source/stringcodec/iso2022jp.h
source/stringcodec/jisx0208.h
source/stringcodec/utf16.cpp
source/stringcodec/utf16.h
source/strings/fmt.cpp
source/strings/fmt.h
source/strings/lexicalcast.h
source/strings/regex.cpp
source/strings/regex.h
source/strings/regmatch.h
source/time/datetime.cpp
source/time/datetime.h
source/time/timedelta.h
source/time/timer.cpp
source/time/timer.h
source/time/timestamp.h