]> git.tdb.fi Git - libs/core.git/commit - source/strings/lexicalcast.h
Add decorations for things which are considered part of the API
authorMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 00:23:57 +0000 (02:23 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 14:31:19 +0000 (16:31 +0200)
commit5d3a5019399f97af0371f4fd6dc415d36de6ac3a
tree54522861cb9e8f1b03a11aab489eb2bc13e7e6a8
parent5d51c374869f13f762039f58c03f3c5d75c12f07
Add decorations for things which are considered part of the API
74 files changed:
source/core/android/main.cpp
source/core/application.h
source/core/environ.h
source/core/except.h
source/core/getopt.h
source/core/maputils.h
source/core/module.h
source/core/mspcore_api.h [new file with mode: 0644]
source/core/mutex.h
source/core/noncopyable.h
source/core/osx/main.cpp
source/core/process.h
source/core/semaphore.h
source/core/systemerror.h
source/core/thread.h
source/core/unix/main.cpp
source/core/variant.h
source/core/windows/main.cpp
source/debug/backtrace.h
source/debug/debugapi.h
source/debug/demangle.h
source/debug/errorreporter.h
source/debug/exceptiontrace.h
source/debug/profiler.h
source/debug/profilingscope.h
source/fs/dir.h
source/fs/filemonitor.h
source/fs/path.h
source/fs/redirectedpath.h
source/fs/stat.h
source/fs/utils.h
source/io/asset.h
source/io/base.h
source/io/buffered.h
source/io/console.h
source/io/eventdispatcher.h
source/io/eventobject.h
source/io/file.h
source/io/handle.h
source/io/memory.h
source/io/mode.h
source/io/pipe.h
source/io/poll.h
source/io/seekable.h
source/io/serial.h
source/io/slice.h
source/io/utils.h
source/io/zlibcompressed.h
source/stringcodec/ascii.h
source/stringcodec/codec.h
source/stringcodec/codecutils.h
source/stringcodec/except.h
source/stringcodec/iso2022jp.h
source/stringcodec/iso646fi.h
source/stringcodec/iso88591.h
source/stringcodec/iso885915.h
source/stringcodec/jisx0201.h
source/stringcodec/jisx0208.h
source/stringcodec/utf16.h
source/stringcodec/utf8.h
source/stringcodec/windows1252.h
source/strings/fmt.h
source/strings/format.h
source/strings/glob.h
source/strings/lexicalcast.h
source/strings/regex.h
source/strings/regmatch.h
source/strings/utils.h
source/time/datetime.h
source/time/timedelta.h
source/time/timer.h
source/time/timestamp.h
source/time/timezone.h
source/time/utils.h