Skip to content

Commit

Permalink
Remove xsd checker (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo authored and hoangtungdinh committed May 22, 2024
1 parent 6adade8 commit bddd4ec
Show file tree
Hide file tree
Showing 37 changed files with 4 additions and 2,276 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_STANDARD 17)

add_definitions( -DDEV_ESSENTIAL_DISABLE_MAKE_RESULT_CHECK_RESERVED_ZERO=1 -DDEV_ESSENTIAL_DISABLE_DEPRECATED_WARNINGS=1)

file(STRINGS version QC4OPENX_VERSION LIMIT_COUNT 1)
project(qc4openx VERSION ${QC4OPENX_VERSION})

Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ install(
xosc_examples
DESTINATION
examples
)
)
57 changes: 0 additions & 57 deletions include/common/xsd/c_osc_schema_checker.h

This file was deleted.

44 changes: 0 additions & 44 deletions include/common/xsd/c_parser_error_handler.h

This file was deleted.

40 changes: 0 additions & 40 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,10 @@ set(CMAKE_INSTALL_RPATH $ORIGIN/../lib)

add_subdirectory(common)
add_subdirectory(report_modules)
add_subdirectory(checker_bundles)
add_subdirectory(result_pooling)
add_subdirectory(runtime)

if (WIN32)
## copy batch scripts
install(
FILES
CheckXodr.bat
CheckXosc.bat
DESTINATION
${CMAKE_INSTALL_PREFIX}/bin
)
else(WIN32)
## copy shell scripts
install(
FILES
CheckXodr.sh
CheckXosc.sh
DESTINATION
${CMAKE_INSTALL_PREFIX}/bin
PERMISSIONS
OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_EXECUTE GROUP_WRITE GROUP_READ
WORLD_EXECUTE WORLD_WRITE WORLD_READ
)
endif(WIN32)

# FIXME: install()?
## copy default configs
file(
COPY "${CMAKE_CURRENT_SOURCE_DIR}/DefaultXoscConfiguration.xml"
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin/
)
file(
COPY "${CMAKE_CURRENT_SOURCE_DIR}/DefaultXodrConfiguration.xml"
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin/
)

## copy common lib
file(
COPY "${PROJECT_SOURCE_DIR}/include"
Expand All @@ -68,11 +33,6 @@ file(
DESTINATION ${CMAKE_INSTALL_PREFIX}/src/common
PATTERN "*.svn" EXCLUDE
)
file(
COPY "${CMAKE_CURRENT_SOURCE_DIR}/common/src/xsd"
DESTINATION ${CMAKE_INSTALL_PREFIX}/src/common
PATTERN "*.svn" EXCLUDE
)
# FIXME: No cpp file
file(
COPY "${CMAKE_CURRENT_SOURCE_DIR}/common/src/util.cpp"
Expand Down
93 changes: 0 additions & 93 deletions src/CheckXodr.bat

This file was deleted.

86 changes: 0 additions & 86 deletions src/CheckXodr.sh

This file was deleted.

Loading

0 comments on commit bddd4ec

Please sign in to comment.