Skip to content

build: uplift C++ kata baseline - #2

Merged
megabyde merged 2 commits into
mainfrom
feat/zero-start-setup
Aug 2, 2026
Merged

build: uplift C++ kata baseline#2
megabyde merged 2 commits into
mainfrom
feat/zero-start-setup

Conversation

@megabyde

@megabyde megabyde commented Aug 1, 2026

Copy link
Copy Markdown
Member

Summary

  • require CMake 3.24 and C++17, disable compiler extensions, and use the installed-or-verified GoogleTest 1.17.0 integration
  • standardize Make targets, three-platform CI, ownership, and weekly dependency updates
  • document reproducible setup while preserving the Roman Numerals exercises, Replit files, example executable, and tests

Verification

  • default make and make help
  • CCACHE_DIR=/tmp/coding-cuddles-roman-numerals-cpp-kata-ccache make format-check
  • CCACHE_DIR=/tmp/coding-cuddles-roman-numerals-cpp-kata-ccache make test; make run
  • clean direct CMake configure, build, and CTest cycle
  • forced dependency fallback with pinned archive verification
  • Ninja Multi-Config test cycle
  • parsed changed configuration files
  • git diff --check origin/main...HEAD

Preserve Replit support and the example run target while removing forced
Clang, Ninja, and system GoogleTest requirements.

Add portable build paths, three-platform CI, ownership, dependency updates,
and setup guidance.
@megabyde
megabyde requested a review from a team August 1, 2026 02:43
@megabyde megabyde changed the title feat: streamline cross-platform kata setup build: uplift C++ kata baseline Aug 2, 2026
@megabyde
megabyde merged commit 8184026 into main Aug 2, 2026
4 checks passed
@megabyde
megabyde deleted the feat/zero-start-setup branch August 2, 2026 22:11
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