]> git.ipfire.org Git - thirdparty/ccache.git/commit
enhance: Add util::Bytes class
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 7 Sep 2022 08:17:21 +0000 (10:17 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 21 Sep 2022 15:06:27 +0000 (17:06 +0200)
commit501ed5e2bc27f4c8804de1c0b47012820c0f7e7b
treea2fd805636c2c10cc462eb6ea2d9ed521dbb794d
parentb5a2e104502a442059d727e280a83435a9c4d766
enhance: Add util::Bytes class
src/util/Bytes.cpp [new file with mode: 0644]
src/util/Bytes.hpp [new file with mode: 0644]
src/util/CMakeLists.txt
src/util/file.cpp
src/util/file.hpp
unittest/CMakeLists.txt
unittest/test_util_Bytes.cpp [new file with mode: 0644]