Gui and flow improvements#823
Open
o3wiz wants to merge 14 commits into
Open
Conversation
Adds simple per-OS presets with compile_commands export for a better dev experience: - mac/linux: Ninja Multi-Config (Debug;Release;RelWithDebInfo) - windows: Visual Studio 18 2026 - CMAKE_EXPORT_COMPILE_COMMANDS enabled on all presets - CMAKE_POLICY_VERSION_MINIMUM=3.5 so bundled/fetched modules configure under CMake 4.x Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add a vcpkg.json manifest and resolve dependencies through the vcpkg toolchain (wired into the CMake presets via VCPKG_ROOT). 3rdparty/CMakeLists.txt now uses find_package() for the migrated ports and keeps thin wrapper targets so src/ is unchanged. Migrated to vcpkg: simdutf, type-safe, roaring, uchardet, robin-hood-hashing, xxhash, whereami, exprtk, efsw, tbb, mimalloc, vectorscan (non-Windows) / hyperscan (Windows), plus catch2 + backward-cpp (tests feature) and sentry-native (sentry feature). Kept on CPM (no usable vcpkg port): - streamvbyte, kdtoolbox: no port. - maddy: used as a doc-generation executable, not the header-only lib. - KDSingleApplication, KArchive: link Qt; vcpkg would pull a second/Qt5 Qt conflicting with the app's system Qt. KArchive also gets a small idempotent source fix for QString::arg(QIODevice::OpenMode) under Qt 6.9+. Version pins: efsw 1.4.1 (handleFileAction signature) and catch2 2.13.9 (v2 API). Imported targets promoted to global scope so sibling dirs can link them. Relax a few brand-new Clang -Werror diagnostics (Clang only) so klogg's existing sources build under very recent toolchains. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Qt 6.9+ moc helpers (qtmochelpers.h -> q20algorithm.h) reopen namespace q20; when the generated .moc was included inside the test's anonymous namespace, q20 nested into it and q20::identity failed to resolve under Qt 6.11. Include the .moc at file scope instead — the Q_OBJECT classes remain visible there. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Cmake presets
* resolved some compile warnings * release new versions
* ignore DS_Store * qt6 vcpkg * discard older qt versions if defs
* previous and next tabs shortcuts * move tab shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.