Skip to content

Bump dependencies, clean CMake, small headers update#155

Open
sean-parent wants to merge 3 commits into
mainfrom
sean-parent/updates
Open

Bump dependencies, clean CMake, small headers update#155
sean-parent wants to merge 3 commits into
mainfrom
sean-parent/updates

Conversation

@sean-parent

Copy link
Copy Markdown
Member

Upgrade dependency versions: cpp-library 5.2.0→5.4.1, copy-on-write 1.1.0→1.1.1, and Boost 1.90.0→1.91.0-1 (updated URL and SHA). Clean up CMake whitespace/formatting and fix Doxygen target configuration spacing. Remove unused #include <adobe/fnv.hpp> from adobe/name.hpp and replace with in test/to_string/main.cpp to match usage.

Upgrade dependency versions: cpp-library 5.2.0→5.4.1, copy-on-write 1.1.0→1.1.1, and Boost 1.90.0→1.91.0-1 (updated URL and SHA). Clean up CMake whitespace/formatting and fix Doxygen target configuration spacing. Remove unused #include <adobe/fnv.hpp> from adobe/name.hpp and replace <vector> with <array> in test/to_string/main.cpp to match usage.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates third-party dependency versions and performs small cleanup changes to keep build/test code aligned with actual usage and improve CMake readability.

Changes:

  • Bumped CPM dependencies: stlab/cpp-library to 5.4.1, stlab/copy-on-write to 1.1.1, and Boost to 1.91.0-1 (with updated URL/SHA).
  • Cleaned CMake formatting/whitespace, including the documentation (Doxygen) configuration block.
  • Removed/adjusted includes to match usage (<vector><array> in a test, removed unused adobe/fnv.hpp include).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
CMakeLists.txt Updates dependency versions and tidies formatting in core build + docs configuration.
adobe/name.hpp Removes an unused include to reduce header dependencies.
test/to_string/main.cpp Switches to <array> to match actual buffer usage in std::to_chars test helper.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CMakeLists.txt Outdated
…d test files

- Removed unnecessary includes from parser_shared.cpp, virtual_machine.cpp, xml_parser.cpp, xstring.cpp, zuid.cpp, and zuid_sys_dep.cpp.
- Cleaned up test files by eliminating redundant includes and organizing header files for better readability.
- Added NOLINT comments for include cleaner in various test files to maintain code quality.
- Improved code consistency and reduced compilation time by streamlining header dependencies.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 77 out of 77 changed files in this pull request and generated 14 comments.


#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test.hpp> // NOLINT(misc-include-cleaner) // NOLINT(misc-include-cleaner)

#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test.hpp> // NOLINT(misc-include-cleaner) // NOLINT(misc-include-cleaner)

// boost
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test.hpp> // NOLINT(misc-include-cleaner) // NOLINT(misc-include-cleaner)

#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test.hpp> // NOLINT(misc-include-cleaner) // NOLINT(misc-include-cleaner)

#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test.hpp> // NOLINT(misc-include-cleaner) // NOLINT(misc-include-cleaner)
#define BOOST_TEST_MAIN

#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test.hpp> // NOLINT(misc-include-cleaner) // NOLINT(misc-include-cleaner)

#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test.hpp> // NOLINT(misc-include-cleaner) // NOLINT(misc-include-cleaner)

#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test.hpp> // NOLINT(misc-include-cleaner) // NOLINT(misc-include-cleaner)
Comment thread test/closed_hash/main.cpp
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test.hpp> // NOLINT(misc-include-cleaner) // NOLINT(misc-inlucde-cleaner)
Comment thread source/zuid_sys_dep.cpp
Comment on lines 16 to 20
#include <adobe/config.hpp>
#include <adobe/implementation/zuid_sys_dep.hpp>
#include <adobe/once.hpp>

#if ADOBE_PLATFORM_WIN
#include <windows.h>
#endif

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