]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Add and use util::pstr type alias
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 1 Jun 2024 12:00:07 +0000 (14:00 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 Jun 2024 15:18:48 +0000 (17:18 +0200)
commit6a2e782f6775f8c07240958e13d7d225396e128e
tree4a0fa91166abe9ab5b501894843705e418222911
parent8e52c07c729d91f39f3c1e7dd450f50feff0d5a2
refactor: Add and use util::pstr type alias

Also removed less common util::PathString::operator const char* to make
some call sites unambiguous.
26 files changed:
src/ccache/Config.cpp
src/ccache/Depfile.cpp
src/ccache/Hash.hpp
src/ccache/InodeCache.cpp
src/ccache/argprocessing.cpp
src/ccache/ccache.cpp
src/ccache/core/Statistics.cpp
src/ccache/core/StatsLog.cpp
src/ccache/core/StatsLog.hpp
src/ccache/core/common.cpp
src/ccache/core/mainoptions.cpp
src/ccache/execute.cpp
src/ccache/storage/local/LocalStorage.cpp
src/ccache/storage/local/util.cpp
src/ccache/util/DirEntry.cpp
src/ccache/util/FileStream.hpp
src/ccache/util/LockFile.cpp
src/ccache/util/PathString.hpp
src/ccache/util/TemporaryFile.cpp
src/ccache/util/file.cpp
src/ccache/util/path.cpp
src/ccache/util/path.hpp
unittest/test_Depfile.cpp
unittest/test_InodeCache.cpp
unittest/test_argprocessing.cpp
unittest/test_util_path.cpp