Skip to content

build: uplift C++ kata baseline - #1

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

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

Conversation

@megabyde

@megabyde megabyde commented Aug 2, 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 telemetry protocol, Replit files, run target, boundary fixtures, and tests

MSVC requires INT32_MIN for the signed 32-bit lower-bound fixture; the literal form narrows under LLP64. The expected bytes and production code are unchanged.

Verification

  • default make and make help
  • CCACHE_DIR=/tmp/coding-cuddles-hyper-optimized-telemetry-cpp-kata-ccache make format-check
  • CCACHE_DIR=/tmp/coding-cuddles-hyper-optimized-telemetry-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

@megabyde
megabyde requested a review from a team August 2, 2026 07:50
@megabyde
megabyde merged commit 4283d56 into main Aug 2, 2026
4 checks passed
@megabyde
megabyde deleted the feat/zero-start-setup branch August 2, 2026 22:40
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