]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add AtomicFile class for updating a file with rename-in-place
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 7 Aug 2019 17:48:49 +0000 (19:48 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 14 Aug 2019 19:42:34 +0000 (21:42 +0200)
commit3a9521ec25e916a0feb1e0a5895fd6a45f63149f
tree699a83e2a167a051bacb11cd8a0a1dc7ae08ebc4
parent2d99fd0df30b0b8fc0a1d69a6073a5abee81d076
Add AtomicFile class for updating a file with rename-in-place
Makefile.in
configure.ac
dev.mk.in
src/AtomicFile.cpp [new file with mode: 0644]
src/AtomicFile.hpp [new file with mode: 0644]
src/Error.hpp [new file with mode: 0644]