externpro 26.01.1-45-g37c6f25#6
Merged
Merged
Conversation
Update deprecated boost::filesystem v2 API calls to work with updated boost: - path.leaf() → path.filename().string() - fs::basename(path) → path.stem().string() - fs::extension(path) → path.extension().string() - fs::is_regular(status) → fs::is_regular_file(status) - Fix vexing parse warnings by using assignment syntax instead of function declaration The boost::filesystem v3 API moved from free functions to member functions and requires explicit .string() conversion for path objects.
- Update minimum CMake version from 3.31 to 4.3 - Remove XP_NAMESPACE and xproinc.cmake inclusion (now part of CMakePresets) - Package name and Target Namespace now match - Make xpExternPackage conditional 'if(COMMAND' - Add FIND_XPRO_CMAKE to force cmake script mode instead of CPS for this package - share/cps/wxInclude.cps: component "wxInclude::wxInclude" has unknown type "executable" and was not imported - Auto-infer dependencies (Boost) - add CMAKE_EXPERIMENTAL_GENERATE_SBOM in presets
…error Add Boost::chrono to target_link_libraries to fix LNK1104 error on Windows CI: 'cannot open file libboost_chrono-vc145-mt-sgd-x64-1_91.lib' Boost::timer internally depends on Boost::chrono, but this dependency isn't automatically expressed in Boost's CMake configuration on Windows. Explicitly linking Boost::chrono resolves the missing library error.
b6f3d15 to
b48084b
Compare
Collaborator
Author
|
issue externpro/externpro#322 |
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.
Summary
Update externpro submodule to
26.01.1-45-g37c6f25Changes
.devcontainerto externpro26.01.1-45-g37c6f25e8abe40160130701a4f60f08e60ee3c035b274c737c6f25041606bc49737abe4228d316daccd386exprodeps.mdxprodeps.svg.github/release-tag.json(tag:xpv1.2.4)Workflow Update Report
CMakePresets.json
.devcontainer/cmake/presets/xpWindowsVs2022.jsoninclude and stagedCMakePresets.jsonThis PR was created automatically by GitHub Actions