Skip to content

Commit

Permalink
ffi: Add Deserializer class to deserialize log events from key-valu…
Browse files Browse the repository at this point in the history
…e pair IR format. (y-scope#511)

Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
LinZhihao-723 and kirkrodrigues authored Aug 25, 2024
1 parent fee4afe commit ea7678f
Show file tree
Hide file tree
Showing 8 changed files with 973 additions and 47 deletions.
2 changes: 2 additions & 0 deletions components/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ set(SOURCE_FILES_unitTest
src/clp/ffi/encoding_methods.hpp
src/clp/ffi/encoding_methods.inc
src/clp/ffi/ir_stream/byteswap.hpp
src/clp/ffi/ir_stream/Deserializer.cpp
src/clp/ffi/ir_stream/Deserializer.hpp
src/clp/ffi/ir_stream/decoding_methods.cpp
src/clp/ffi/ir_stream/decoding_methods.hpp
src/clp/ffi/ir_stream/decoding_methods.inc
Expand Down
Loading

0 comments on commit ea7678f

Please sign in to comment.