Merge pull request #1005 from DarkLordZach/registered-fmt

file_sys: Add support for registration format
This commit is contained in:
bunnei 2018-08-15 23:11:58 -04:00 committed by GitHub
commit c594ec3417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 1437 additions and 80 deletions

View file

@ -38,6 +38,8 @@ add_library(common STATIC
file_util.cpp
file_util.h
hash.h
hex_util.cpp
hex_util.h
logging/backend.cpp
logging/backend.h
logging/filter.cpp