Skip to content

Commit

Permalink
Remove config gui component (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo authored Aug 23, 2024
1 parent 3a8126b commit f1222cb
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 2,317 deletions.
3 changes: 0 additions & 3 deletions doc/manual/file_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ to be used.

Notes for the paths:

- "application" should contain the path of your executable relative to the path
of the ConfigGUI binary - it is recommended to place all executables in the
`./bin` directory.
- Results will be stored in the directory from which the call is made.

## Result File (`*.xqar`)
Expand Down
3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ set(CMAKE_INSTALL_RPATH $ORIGIN/../lib)
add_subdirectory(common)
add_subdirectory(report_modules)
add_subdirectory(result_pooling)
add_subdirectory(runtime)

# FIXME: install()?
## copy common lib
Expand Down Expand Up @@ -40,4 +39,4 @@ file(
PATTERN "*.svn" EXCLUDE
)

file(MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin/plugin)
file(MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin/plugin)
40 changes: 0 additions & 40 deletions src/runtime/CMakeLists.txt

This file was deleted.

55 changes: 0 additions & 55 deletions src/runtime/src/c_configuration_validator.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions src/runtime/src/c_configuration_validator.h

This file was deleted.

84 changes: 0 additions & 84 deletions src/runtime/src/runtime.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions src/runtime/src/runtime.h

This file was deleted.

9 changes: 0 additions & 9 deletions src/runtime/src/stdafx.cpp

This file was deleted.

18 changes: 0 additions & 18 deletions src/runtime/src/stdafx.h

This file was deleted.

90 changes: 0 additions & 90 deletions src/runtime/src/ui/c_checker_dialog.cpp

This file was deleted.

Loading

0 comments on commit f1222cb

Please sign in to comment.