Imported Upstream version 4.3 upstream/4.3
authorJinWang An <jinwang.an@samsung.com>
Tue, 3 Aug 2021 07:30:48 +0000 (16:30 +0900)
committerJinWang An <jinwang.an@samsung.com>
Tue, 3 Aug 2021 07:30:48 +0000 (16:30 +0900)
commit4cb18bd611457fa47f5ade179f97f839c5e25d79
treeb833b3f3f5038292db5ae992325e71652c08179e
parent1d650321e4565184e6f1560a229f9625a85a4daf
Imported Upstream version 4.3
37 files changed:
.clang-format
.github/workflows/build.yaml
.gitignore
.mailmap
CMakeLists.txt
CONTRIBUTING.md
cmake/CIBuildType.cmake
cmake/CcacheVersion.cmake
cmake/GenerateConfigurationFile.cmake
doc/AUTHORS.adoc
doc/MANUAL.adoc
doc/NEWS.adoc
misc/clang-format [new file with mode: 0755]
misc/format-files
src/Args.hpp
src/CacheEntryWriter.cpp
src/Config.cpp
src/Fd.hpp
src/File.hpp
src/MiniTrace.cpp
src/Result.cpp
src/ResultRetriever.cpp
src/Sloppiness.hpp
src/Stat.cpp
src/Win32Util.cpp
src/Win32Util.hpp
src/ZstdCompressor.cpp
src/argprocessing.cpp
src/ccache.cpp
src/compopt.cpp
src/system.hpp
test/CMakeLists.txt
test/suites/base.bash
test/suites/ivfsoverlay.bash [new file with mode: 0644]
test/suites/profiling.bash
unittest/test_Config.cpp
unittest/test_Stat.cpp