]> git.tdb.fi Git - libs/core.git/commit
Use C++11 features with containers
authorMikko Rasa <tdb@tdb.fi>
Sun, 29 Aug 2021 12:15:50 +0000 (15:15 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 29 Aug 2021 22:42:03 +0000 (01:42 +0300)
commitf24e7b96e76b63c9b9b8a6bce4c7a9db64276ea8
treea266e547df5e7ef421d4555f5f007b45ce16d4ce
parent9f754b788b872f9768af8c3a4f9e001a588e011a
Use C++11 features with containers
33 files changed:
source/core/application.cpp
source/core/getopt.cpp
source/core/getopt.h
source/core/maputils.h
source/core/typeregistry.h
source/core/windows/process.cpp
source/debug/backtrace.cpp
source/debug/profiler.cpp
source/fs/dir.cpp
source/fs/filemonitor.cpp
source/fs/path.cpp
source/fs/path.h
source/fs/unix/filemonitor.cpp
source/fs/utils.cpp
source/io/eventdispatcher.cpp
source/io/poll.cpp
source/io/unix/poll.cpp
source/io/windows/poll.cpp
source/stringcodec/codec.cpp
source/stringcodec/except.cpp
source/stringcodec/iso2022jp.cpp
source/stringcodec/jisx0208.cpp
source/stringcodec/utf16.cpp
source/stringcodec/utf8.cpp
source/strings/format.cpp
source/strings/lexicalcast.cpp
source/strings/regex.cpp
source/strings/regex.h
source/strings/regmatch.cpp
source/strings/regmatch.h
source/strings/utils.cpp
source/time/datetime.cpp
source/time/timer.cpp