]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add and test change_extension()
authorThomas Otto <thomas.otto@pdv-fs.de>
Wed, 30 Oct 2019 15:38:28 +0000 (16:38 +0100)
committerThomas Otto <thomas.otto@pdv-fs.de>
Tue, 26 Nov 2019 13:45:21 +0000 (14:45 +0100)
commit1481c848d024f77e4a8d3ea7f9b7a5ed6d2a94ec
treeee2b1c410e54b6395b78094538edf43c114a79b7
parent313c6b03377e4806c4fccef48f11017abeb5e006
Add and test change_extension()

New function, not ported from legacy_util. Added because remove_extension()
followed by format("%s.new_ext", name) is used quite frequently.
src/Util.cpp
src/Util.hpp
unittest/test_Util.cpp