Skip to content

Reorganize source code into src/ directory#83

Draft
Claude wants to merge 2 commits into
mainfrom
claude/organize-source-code-structure
Draft

Reorganize source code into src/ directory#83
Claude wants to merge 2 commits into
mainfrom
claude/organize-source-code-structure

Conversation

@Claude
Copy link
Copy Markdown

@Claude Claude AI commented Mar 29, 2026

Moves all C++ source files (.cpp, .h, .mm) and CMake template files into a dedicated src/ directory for better project organization.

Changes

  • Source organization: All 24 source files relocated to src/ using git mv to preserve history
  • Build configuration: Updated CMakeLists.txt to reference src/ paths in:
    • Template file generation (version.h.in, UpdateConfig.h.in)
    • All three platform-specific executable definitions (macOS, Windows, Linux)
    • Source file properties (Objective-C++ compilation flags)
  • Documentation: Updated README.md and AGENTS.md with comprehensive module listings and new structure

Repository structure

Phraims/
├── src/                    # All C++ source code
│   ├── main.cpp
│   ├── SplitWindow.h/.cpp
│   ├── SplitFrameWidget.h/.cpp
│   ├── UpdateChecker.h/.cpp
│   └── ... (24 files total)
├── resources/              # Icons, Qt resources, templates
├── ci/                     # CI/CD build scripts
└── CMakeLists.txt

GitHub Actions workflows require no changes—they invoke CMake which now references the updated paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants