]> git.ipfire.org Git - thirdparty/ccache.git/commit
chore: Replace nonstd::optional with std::optional
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 16 May 2022 19:57:46 +0000 (21:57 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 23 May 2022 17:16:28 +0000 (19:16 +0200)
commiteea89d4ae353a051987a3fc75355653a153e0174
treebfd792ebeaf35734658687d142d374f85d51c504
parenta078662d9a2d219c4f68c4a298fdca09ebeecbcd
chore: Replace nonstd::optional with std::optional
49 files changed:
LICENSE.adoc
src/Args.cpp
src/Args.hpp
src/Config.cpp
src/Config.hpp
src/Context.hpp
src/Depfile.cpp
src/Depfile.hpp
src/Logging.hpp
src/Result.cpp
src/Result.hpp
src/ResultExtractor.cpp
src/ResultExtractor.hpp
src/ResultInspector.cpp
src/ResultInspector.hpp
src/ResultRetriever.cpp
src/ResultRetriever.hpp
src/UmaskScope.hpp
src/Util.cpp
src/Util.hpp
src/argprocessing.cpp
src/argprocessing.hpp
src/ccache.cpp
src/core/Manifest.cpp
src/core/Manifest.hpp
src/core/exceptions.hpp
src/core/mainoptions.cpp
src/storage/Storage.cpp
src/storage/Storage.hpp
src/storage/primary/CacheFile.hpp
src/storage/primary/PrimaryStorage.cpp
src/storage/primary/PrimaryStorage.hpp
src/storage/primary/PrimaryStorage_cleanup.cpp
src/storage/primary/PrimaryStorage_compress.cpp
src/storage/primary/StatsFile.cpp
src/storage/primary/StatsFile.hpp
src/storage/secondary/FileStorage.cpp
src/storage/secondary/HttpStorage.cpp
src/storage/secondary/RedisStorage.cpp
src/storage/secondary/SecondaryStorage.hpp
src/third_party/nonstd/optional.hpp [deleted file]
src/util/Tokenizer.hpp
src/util/string.cpp
src/util/string.hpp
unittest/test_Args.cpp
unittest/test_Config.cpp
unittest/test_Util.cpp
unittest/test_ccache.cpp
unittest/test_util_string.cpp