Skip to content

Refresh repository to use latest beman.exemplar template#56

Merged
ednolan merged 1 commit intobemanproject:mainfrom
ednolan:ednolan_exemplarfix_20260427
Apr 27, 2026
Merged

Refresh repository to use latest beman.exemplar template#56
ednolan merged 1 commit intobemanproject:mainfrom
ednolan:ednolan_exemplarfix_20260427

Conversation

@ednolan
Copy link
Copy Markdown
Member

@ednolan ednolan commented Apr 27, 2026

Refresh repository to use latest beman.exemplar template

Migrate beman.iterator_interface to the modern exemplar-based project
structure. Key changes:

  • Replace custom CI workflows with exemplar's JSON-configuration-based
    CI system using reusable infra-workflows, removing C++17 and
    MSVC/AppleClang entries that were not tested in the original CI
  • Convert from STATIC to INTERFACE library (src/ directory removed since
    the .cpp file had no actual functionality)
  • Replace hand-written install logic with beman_install_library() from
    the vendored infra/ package
  • Remove etc/-flags.cmake and etc/-toolchain.cmake files that set
    CMAKE_CXX_FLAGS and CMAKE_CXX_STANDARD, which violated the Beman
    Standard requirement that CMake projects must not adjust
    user-specified compilation flags
  • Adopt exemplar's CMakePresets.json with infra/ toolchain files
  • Add infra/ vendored infrastructure package
  • Add exemplar's pre-commit configuration, issue templates,
    contributing guidelines, and PR template
  • Update README to use exemplar's boilerplate structure while preserving
    iterator_interface-specific usage examples and documentation

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

@ednolan ednolan force-pushed the ednolan_exemplarfix_20260427 branch 2 times, most recently from d7a555d to 7340579 Compare April 27, 2026 23:17
Migrate beman.iterator_interface to the modern exemplar-based project
structure. Key changes:

- Replace custom CI workflows with exemplar's JSON-configuration-based
  CI system using reusable infra-workflows, removing C++17 and
  MSVC/AppleClang entries that were not tested in the original CI
- Convert from STATIC to INTERFACE library (src/ directory removed since
  the .cpp file had no actual functionality)
- Replace hand-written install logic with beman_install_library() from
  the vendored infra/ package
- Remove etc/*-flags.cmake and etc/*-toolchain.cmake files that set
  CMAKE_CXX_FLAGS and CMAKE_CXX_STANDARD, which violated the Beman
  Standard requirement that CMake projects must not adjust
  user-specified compilation flags
- Adopt exemplar's CMakePresets.json with infra/ toolchain files
- Add infra/ vendored infrastructure package
- Add exemplar's pre-commit configuration, issue templates,
  contributing guidelines, and PR template
- Update README to use exemplar's boilerplate structure while preserving
  iterator_interface-specific usage examples and documentation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ednolan ednolan force-pushed the ednolan_exemplarfix_20260427 branch from 7340579 to 77a7773 Compare April 27, 2026 23:18
@ednolan ednolan marked this pull request as ready for review April 27, 2026 23:37
@ednolan ednolan merged commit 2802f6b into bemanproject:main Apr 27, 2026
64 checks passed
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.

1 participant