Skip to content

Commit

Permalink
Reformat all source files and delete unnecessary files. (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues authored Dec 12, 2023
1 parent ecb5ab1 commit cfe5469
Show file tree
Hide file tree
Showing 193 changed files with 9,797 additions and 7,028 deletions.
34 changes: 0 additions & 34 deletions components/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ include(cmake/Modules/FindLibraryDependencies.cmake)
FindDynamicLibraryDependencies(sqlite "${sqlite_DYNAMIC_LIBS}")

set(SOURCE_FILES_clp
src/ArrayBackedPosIntSet.cpp
src/ArrayBackedPosIntSet.hpp
src/BufferedFileReader.cpp
src/BufferedFileReader.hpp
Expand All @@ -188,11 +187,9 @@ set(SOURCE_FILES_clp
src/clp/FileCompressor.hpp
src/clp/FileDecompressor.cpp
src/clp/FileDecompressor.hpp
src/clp/FileToCompress.cpp
src/clp/FileToCompress.hpp
src/clp/run.cpp
src/clp/run.hpp
src/clp/StructuredFileToCompress.cpp
src/clp/StructuredFileToCompress.hpp
src/clp/utils.cpp
src/clp/utils.hpp
Expand All @@ -201,11 +198,8 @@ set(SOURCE_FILES_clp
src/Defs.h
src/dictionary_utils.cpp
src/dictionary_utils.hpp
src/DictionaryEntry.cpp
src/DictionaryEntry.hpp
src/DictionaryReader.cpp
src/DictionaryReader.hpp
src/DictionaryWriter.cpp
src/DictionaryWriter.hpp
src/EncodedVariableInterpreter.cpp
src/EncodedVariableInterpreter.hpp
Expand All @@ -223,7 +217,6 @@ set(SOURCE_FILES_clp
src/FileReader.hpp
src/FileWriter.cpp
src/FileWriter.hpp
src/GlobalMetadataDB.cpp
src/GlobalMetadataDB.hpp
src/GlobalMetadataDBConfig.cpp
src/GlobalMetadataDBConfig.hpp
Expand All @@ -247,7 +240,6 @@ set(SOURCE_FILES_clp
src/LogSurgeonReader.hpp
src/LogTypeDictionaryEntry.cpp
src/LogTypeDictionaryEntry.hpp
src/LogTypeDictionaryReader.cpp
src/LogTypeDictionaryReader.hpp
src/LogTypeDictionaryWriter.cpp
src/LogTypeDictionaryWriter.hpp
Expand All @@ -260,7 +252,6 @@ set(SOURCE_FILES_clp
src/MySQLParamBindings.hpp
src/MySQLPreparedStatement.cpp
src/MySQLPreparedStatement.hpp
src/PageAllocatedVector.cpp
src/PageAllocatedVector.hpp
src/ParsedMessage.cpp
src/ParsedMessage.hpp
Expand Down Expand Up @@ -317,14 +308,12 @@ set(SOURCE_FILES_clp
src/StringReader.hpp
src/TimestampPattern.cpp
src/TimestampPattern.hpp
src/TraceableException.cpp
src/TraceableException.hpp
src/type_utils.hpp
src/Utils.cpp
src/Utils.hpp
src/VariableDictionaryEntry.cpp
src/VariableDictionaryEntry.hpp
src/VariableDictionaryReader.cpp
src/VariableDictionaryReader.hpp
src/VariableDictionaryWriter.cpp
src/VariableDictionaryWriter.hpp
Expand Down Expand Up @@ -373,9 +362,7 @@ set(SOURCE_FILES_clg
src/Defs.h
src/dictionary_utils.cpp
src/dictionary_utils.hpp
src/DictionaryEntry.cpp
src/DictionaryEntry.hpp
src/DictionaryReader.cpp
src/DictionaryReader.hpp
src/EncodedVariableInterpreter.cpp
src/EncodedVariableInterpreter.hpp
Expand All @@ -390,7 +377,6 @@ set(SOURCE_FILES_clg
src/FileReader.hpp
src/FileWriter.cpp
src/FileWriter.hpp
src/GlobalMetadataDB.cpp
src/GlobalMetadataDB.hpp
src/GlobalMetadataDBConfig.cpp
src/GlobalMetadataDBConfig.hpp
Expand All @@ -408,15 +394,13 @@ set(SOURCE_FILES_clg
src/ir/parsing.inc
src/LogTypeDictionaryEntry.cpp
src/LogTypeDictionaryEntry.hpp
src/LogTypeDictionaryReader.cpp
src/LogTypeDictionaryReader.hpp
src/MySQLDB.cpp
src/MySQLDB.hpp
src/MySQLParamBindings.cpp
src/MySQLParamBindings.hpp
src/MySQLPreparedStatement.cpp
src/MySQLPreparedStatement.hpp
src/PageAllocatedVector.cpp
src/PageAllocatedVector.hpp
src/ParsedMessage.cpp
src/ParsedMessage.hpp
Expand Down Expand Up @@ -470,14 +454,12 @@ set(SOURCE_FILES_clg
src/StringReader.hpp
src/TimestampPattern.cpp
src/TimestampPattern.hpp
src/TraceableException.cpp
src/TraceableException.hpp
src/type_utils.hpp
src/Utils.cpp
src/Utils.hpp
src/VariableDictionaryEntry.cpp
src/VariableDictionaryEntry.hpp
src/VariableDictionaryReader.cpp
src/VariableDictionaryReader.hpp
src/VariableDictionaryWriter.cpp
src/VariableDictionaryWriter.hpp
Expand Down Expand Up @@ -523,9 +505,7 @@ set(SOURCE_FILES_clo
src/Defs.h
src/dictionary_utils.cpp
src/dictionary_utils.hpp
src/DictionaryEntry.cpp
src/DictionaryEntry.hpp
src/DictionaryReader.cpp
src/DictionaryReader.hpp
src/EncodedVariableInterpreter.cpp
src/EncodedVariableInterpreter.hpp
Expand All @@ -550,12 +530,10 @@ set(SOURCE_FILES_clo
src/ir/parsing.inc
src/LogTypeDictionaryEntry.cpp
src/LogTypeDictionaryEntry.hpp
src/LogTypeDictionaryReader.cpp
src/LogTypeDictionaryReader.hpp
src/networking/socket_utils.cpp
src/networking/socket_utils.hpp
src/networking/SocketOperationFailed.hpp
src/PageAllocatedVector.cpp
src/PageAllocatedVector.hpp
src/ParsedMessage.cpp
src/ParsedMessage.hpp
Expand Down Expand Up @@ -611,14 +589,12 @@ set(SOURCE_FILES_clo
src/Thread.hpp
src/TimestampPattern.cpp
src/TimestampPattern.hpp
src/TraceableException.cpp
src/TraceableException.hpp
src/type_utils.hpp
src/Utils.cpp
src/Utils.hpp
src/VariableDictionaryEntry.cpp
src/VariableDictionaryEntry.hpp
src/VariableDictionaryReader.cpp
src/VariableDictionaryReader.hpp
src/VariableDictionaryWriter.cpp
src/VariableDictionaryWriter.hpp
Expand Down Expand Up @@ -664,11 +640,9 @@ set(SOURCE_FILES_unitTest
src/clp/FileCompressor.hpp
src/clp/FileDecompressor.cpp
src/clp/FileDecompressor.hpp
src/clp/FileToCompress.cpp
src/clp/FileToCompress.hpp
src/clp/run.cpp
src/clp/run.hpp
src/clp/StructuredFileToCompress.cpp
src/clp/StructuredFileToCompress.hpp
src/clp/utils.cpp
src/clp/utils.hpp
Expand All @@ -677,11 +651,8 @@ set(SOURCE_FILES_unitTest
src/Defs.h
src/dictionary_utils.cpp
src/dictionary_utils.hpp
src/DictionaryEntry.cpp
src/DictionaryEntry.hpp
src/DictionaryReader.cpp
src/DictionaryReader.hpp
src/DictionaryWriter.cpp
src/DictionaryWriter.hpp
src/EncodedVariableInterpreter.cpp
src/EncodedVariableInterpreter.hpp
Expand Down Expand Up @@ -714,7 +685,6 @@ set(SOURCE_FILES_unitTest
src/FileReader.hpp
src/FileWriter.cpp
src/FileWriter.hpp
src/GlobalMetadataDB.cpp
src/GlobalMetadataDB.hpp
src/GlobalMetadataDBConfig.cpp
src/GlobalMetadataDBConfig.hpp
Expand All @@ -740,7 +710,6 @@ set(SOURCE_FILES_unitTest
src/LogSurgeonReader.hpp
src/LogTypeDictionaryEntry.cpp
src/LogTypeDictionaryEntry.hpp
src/LogTypeDictionaryReader.cpp
src/LogTypeDictionaryReader.hpp
src/LogTypeDictionaryWriter.cpp
src/LogTypeDictionaryWriter.hpp
Expand All @@ -753,7 +722,6 @@ set(SOURCE_FILES_unitTest
src/MySQLParamBindings.hpp
src/MySQLPreparedStatement.cpp
src/MySQLPreparedStatement.hpp
src/PageAllocatedVector.cpp
src/PageAllocatedVector.hpp
src/ParsedMessage.cpp
src/ParsedMessage.hpp
Expand Down Expand Up @@ -811,14 +779,12 @@ set(SOURCE_FILES_unitTest
src/StringReader.hpp
src/TimestampPattern.cpp
src/TimestampPattern.hpp
src/TraceableException.cpp
src/TraceableException.hpp
src/type_utils.hpp
src/Utils.cpp
src/Utils.hpp
src/VariableDictionaryEntry.cpp
src/VariableDictionaryEntry.hpp
src/VariableDictionaryReader.cpp
src/VariableDictionaryReader.hpp
src/VariableDictionaryWriter.cpp
src/VariableDictionaryWriter.hpp
Expand Down
4 changes: 0 additions & 4 deletions components/core/cmake/utils.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
set(SOURCE_FILES_make-dictionaries-readable
${CMAKE_CURRENT_SOURCE_DIR}/src/dictionary_utils.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/dictionary_utils.hpp
${CMAKE_CURRENT_SOURCE_DIR}/src/DictionaryEntry.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/DictionaryEntry.hpp
${CMAKE_CURRENT_SOURCE_DIR}/src/DictionaryReader.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/DictionaryReader.hpp
${CMAKE_CURRENT_SOURCE_DIR}/src/FileReader.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/FileReader.hpp
Expand All @@ -13,7 +11,6 @@ set(SOURCE_FILES_make-dictionaries-readable
${CMAKE_CURRENT_SOURCE_DIR}/src/ir/parsing.hpp
${CMAKE_CURRENT_SOURCE_DIR}/src/LogTypeDictionaryEntry.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/LogTypeDictionaryEntry.hpp
${CMAKE_CURRENT_SOURCE_DIR}/src/LogTypeDictionaryReader.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/LogTypeDictionaryReader.hpp
${CMAKE_CURRENT_SOURCE_DIR}/src/ParsedMessage.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/ParsedMessage.hpp
Expand All @@ -34,7 +31,6 @@ set(SOURCE_FILES_make-dictionaries-readable
${CMAKE_CURRENT_SOURCE_DIR}/src/utils/make_dictionaries_readable/make-dictionaries-readable.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/VariableDictionaryEntry.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/VariableDictionaryEntry.hpp
${CMAKE_CURRENT_SOURCE_DIR}/src/VariableDictionaryReader.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/VariableDictionaryReader.hpp
${CMAKE_CURRENT_SOURCE_DIR}/src/WriterInterface.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/WriterInterface.hpp
Expand Down
1 change: 0 additions & 1 deletion components/core/src/ArrayBackedPosIntSet.cpp

This file was deleted.

Loading

0 comments on commit cfe5469

Please sign in to comment.