Skip to content

Commit

Permalink
Split StreamReader into an interface and implementation to prepare …
Browse files Browse the repository at this point in the history
…for adding another IR stream reader. (#26)

Co-authored-by: Junhao Liao <[email protected]>
Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2024
1 parent c6f1c54 commit 8e3b660
Show file tree
Hide file tree
Showing 9 changed files with 481 additions and 313 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ if(CMAKE_BUILD_TYPE MATCHES "Release")
endif()

set(CLP_FFI_JS_SRC_MAIN
src/clp_ffi_js/ir/decoding_methods.cpp
src/clp_ffi_js/ir/StreamReader.cpp
src/clp_ffi_js/ir/UnstructuredIrStreamReader.cpp
)

set(CLP_FFI_JS_SRC_CLP_CORE
Expand Down
2 changes: 1 addition & 1 deletion src/clp_ffi_js/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ IncludeCategories:
Priority: 4
# Library headers. Update when adding new libraries.
# NOTE: clang-format retains leading white-space on a line in violation of the YAML spec.
- Regex: "<(emscripten|fmt|spdlog)"
- Regex: "<(emscripten|fmt|json|spdlog)"
Priority: 3
- Regex: "^<(clp)"
Priority: 3
Expand Down
Loading

0 comments on commit 8e3b660

Please sign in to comment.