Skip to content

Commit

Permalink
ffi: Redesign Deserializer API to deserialize key-value pair IR str…
Browse files Browse the repository at this point in the history
…eams one IR unit at a time (fixes #539). (#549)
  • Loading branch information
LinZhihao-723 authored Oct 7, 2024
1 parent 7826d73 commit 1c67908
Show file tree
Hide file tree
Showing 7 changed files with 346 additions and 166 deletions.
2 changes: 1 addition & 1 deletion components/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,14 +326,14 @@ 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
src/clp/ffi/ir_stream/encoding_methods.cpp
src/clp/ffi/ir_stream/encoding_methods.hpp
src/clp/ffi/ir_stream/IrUnitHandlerInterface.hpp
src/clp/ffi/ir_stream/IrUnitType.hpp
src/clp/ffi/ir_stream/ir_unit_deserialization_methods.cpp
src/clp/ffi/ir_stream/ir_unit_deserialization_methods.hpp
src/clp/ffi/ir_stream/protocol_constants.hpp
Expand Down
135 changes: 0 additions & 135 deletions components/core/src/clp/ffi/ir_stream/Deserializer.cpp

This file was deleted.

Loading

0 comments on commit 1c67908

Please sign in to comment.