Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request upgrades the codebase from C++ version 17 to version 20 and updates Boost from version 1.85 to 1.88. The changes include updating compiler standards, modernizing deprecated Boost ASIO APIs, updating copyright years to 2025, and fixing compatibility issues with the new library versions.
Key Changes:
- Updated C++ standard from 17 to 20 across all build configurations and profiles
- Upgraded Boost dependency from 1.85.0 to 1.88.0 and other library versions
- Replaced deprecated Boost ASIO APIs with modern equivalents throughout the codebase
Reviewed Changes
Copilot reviewed 291 out of 291 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| CMakeLists.txt | Updated C++ standard to 20 and incremented build version |
| conanfile.py | Upgraded Boost to 1.88.0, mqtt_cpp to 13.2.2, and gtest to 1.17.0 |
| conan/profiles/* | Updated all compiler profiles to use C++ standard 20 |
| src/mtconnect/utilities.* | Modernized date/time handling and fixed API compatibility issues |
| test_package/period_filter_test.cpp | Replaced deprecated reset() with restart() for io_context |
| Various test and source files | Updated copyright years to 2025 and fixed ASIO API usage |
Comments suppressed due to low confidence (6)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
simonyg
approved these changes
Sep 28, 2025
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.
Upgraded C++ to version 20 and boost to version 1.88.