]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add util::create_dir, replacing create_parent_dirs and create_dir
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 25 Aug 2019 08:49:00 +0000 (10:49 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Sep 2019 20:04:43 +0000 (22:04 +0200)
commit770d0cf6e65b9302bc595c528440321aa34d6306
treee5e530021412bc835439f4bdee7ea3e9a2606863
parent90a5ba236badf526e44a7d114e4e7f1e298654b9
Add util::create_dir, replacing create_parent_dirs and create_dir
src/ccache.cpp
src/ccache.hpp
src/lockfile.cpp
src/util.cpp
src/util.hpp
unittest/framework.cpp
unittest/test_util.cpp