Skip to content

Commit

Permalink
clo: Add CLI command to extract a compressed file as IR. (y-scope#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiqi96 authored Jun 22, 2024
1 parent 92ba15a commit ea99f50
Show file tree
Hide file tree
Showing 12 changed files with 852 additions and 336 deletions.
9 changes: 9 additions & 0 deletions components/core/src/clp/clo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set(
../BufferReader.hpp
../cli_utils.cpp
../cli_utils.hpp
../clp/FileDecompressor.cpp
../clp/FileDecompressor.hpp
../database_utils.cpp
../database_utils.hpp
../Defs.h
Expand All @@ -20,6 +22,10 @@ set(
../ffi/ir_stream/decoding_methods.cpp
../ffi/ir_stream/decoding_methods.hpp
../ffi/ir_stream/decoding_methods.inc
../ffi/ir_stream/encoding_methods.cpp
../ffi/ir_stream/encoding_methods.hpp
../ffi/ir_stream/utils.cpp
../ffi/ir_stream/utils.hpp
../FileDescriptor.cpp
../FileDescriptor.hpp
../FileReader.cpp
Expand All @@ -29,6 +35,8 @@ set(
../Grep.cpp
../Grep.hpp
../ir/LogEvent.hpp
../ir/LogEventSerializer.cpp
../ir/LogEventSerializer.hpp
../ir/parsing.cpp
../ir/parsing.hpp
../ir/parsing.inc
Expand Down Expand Up @@ -115,6 +123,7 @@ set(
clo.cpp
CommandLineArguments.cpp
CommandLineArguments.hpp
constants.hpp
OutputHandler.cpp
OutputHandler.hpp
)
Expand Down
Loading

0 comments on commit ea99f50

Please sign in to comment.