Skip to content

Commit

Permalink
ffi: Extract IR unit deserialization methods from Deserializer into…
Browse files Browse the repository at this point in the history
… standalone functions to prepare for a templatized `Deserializer`. (y-scope#544)
  • Loading branch information
LinZhihao-723 authored and gibber9809 committed Oct 23, 2024
1 parent 23594b9 commit 766a699
Show file tree
Hide file tree
Showing 8 changed files with 671 additions and 591 deletions.
2 changes: 2 additions & 0 deletions components/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ set(SOURCE_FILES_unitTest
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/ir_unit_deserialization_methods.cpp
src/clp/ffi/ir_stream/ir_unit_deserialization_methods.hpp
src/clp/ffi/ir_stream/protocol_constants.hpp
src/clp/ffi/ir_stream/Serializer.cpp
src/clp/ffi/ir_stream/Serializer.hpp
Expand Down
Loading

0 comments on commit 766a699

Please sign in to comment.