]> git.ipfire.org Git - thirdparty/ccache.git/commit
Use UpperCamelCase instead of snake_case for namespaces
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 25 Sep 2019 18:33:15 +0000 (20:33 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Oct 2019 21:16:46 +0000 (23:16 +0200)
commit1a88b504f854709cb80b3b9d37c8ab52adbb8161
treefda2a091e919bda7b24c7e5ae146d6929bfc1b00
parentb78e0d8d954be8b365fd93ba9e11e60cc7b3f8b4
Use UpperCamelCase instead of snake_case for namespaces

This makes Foo::bar work for both a namespace Foo and a class Foo.
19 files changed:
CONTRIBUTING.md
Makefile.in
dev.mk.in
src/AtomicFile.cpp
src/CacheFile.cpp
src/Config.cpp
src/Util.cpp [new file with mode: 0644]
src/Util.hpp [moved from src/util.hpp with 99% similarity]
src/ccache.cpp
src/cleanup.cpp
src/cleanup.hpp
src/compress.cpp
src/compress.hpp
src/legacy_util.cpp [moved from src/util.cpp with 86% similarity]
src/lockfile.cpp
unittest/framework.cpp
unittest/test_Config.cpp
unittest/test_Util.cpp [new file with mode: 0644]
unittest/test_util.cpp [deleted file]