Skip to content

Build System Clean up! #532

Description

@Ohisemega

The CMake build system of Odin-data needs some cleanup. Some files which have likely been renamed or deleted still have references in the code comments and the build system. Search the build system for files referenced by the CMake instructions which no longer have references in the project and remove them. Also delete/update comments in source or header files that refer to those deprecated classes/files.
As an example, in cpp/frameProcessor/src/CMakeLists.txt, we have these lines:

file(GLOB APP_SOURCES FrameProcessorController.cpp
                      SharedMemoryController.cpp
                      SharedMemoryParser.cpp
                      SocketHandler.cpp )

However, the SharedMemoryParser.cpp and SocketHandler.cpp files no longer exist in the project. A global search for SharedMemoryParser brings up more references. These references should be removed and the relevant comments updated or removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docs/toolingDocumentation/development/deployment tools which improve the developers' and users' experiencegood first issueGood issue for new developers looking to explore and contribute to the codebasenice-to-haveGood feature/modification, but it doesn't impact the current state of the project's development.

    Type

    Fields

    No fields configured for Task.

    Projects

    Status
    🤷‍♂️ Needs Triage

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions