Closed andreamancuso closed 1 month ago
[!CAUTION]
Review failed
The pull request is closed.
This pull request introduces several modifications across multiple files within the packages/dear-imgui/cpp/
directory. Key changes include updates to the .gitignore
file to exclude specific directories, adjustments to CMake configuration files to reflect a new directory structure, and the removal of two main.cpp
files that contained implementations for table and tree views using the Dear ImGui library. Additionally, there are formatting changes in a CMake configuration file without functional alterations.
File Path | Change Summary |
---|---|
packages/dear-imgui/cpp/.gitignore |
Added entries: app/Debug , tests/build to ignore list. |
packages/dear-imgui/cpp/app/CMakeLists.txt |
Updated CMAKE_TOOLCHAIN_FILE and DEPS paths for new directory structure; adjusted output paths. |
packages/dear-imgui/cpp/app/vcpkg-overlay-ports/imgui/imgui-config.cmake.in |
Reformatted content without functional changes. |
packages/dear-imgui/cpp/table/main.cpp |
Deleted file containing table view implementation and Emscripten bindings. |
packages/dear-imgui/cpp/tests/CMakeLists.txt |
Updated source file paths and include directories for Google_Tests_run to reflect new structure. |
packages/dear-imgui/cpp/tree/main.cpp |
Deleted file containing tree view implementation and Emscripten bindings. |
🐰 In the garden where code does bloom,
New paths are set, making room!
With tables and trees now out of sight,
The structure stands tall, oh what a delight!
Ignore the clutter, let’s build anew,
In the world of ImGui, there’s much we can do! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Failed conditions
13 Security Hotspots
E Reliability Rating on New Code (required ≥ A)
See analysis details on SonarCloud
Catch issues before they fail your Quality Gate with our IDE extension SonarLint
Summary by CodeRabbit
Bug Fixes
New Features
Refactor
Chores
.gitignore
to exclude specific build directories from version control.