Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vendored gtest to 1.12.1 #2100

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

falbrechtskirchinger
Copy link
Contributor

Update googletest to the last version supporting C++11.

This is required to compile with -Wexit-time-destructors.

Steps to verify:

  • Download gtest v1.12.1 from here: https://github.com/google/googletest/releases/tag/release-1.12.1
  • Unpack and cd into googletest directory.
  • Run: find src include -type f -exec md5sum {} \; >sums
  • Clone this PR: git clone --depth 1 --branch update-gtest https://github.com/falbrechtskirchinger/cpp-httplib.git
  • cd into the test/gtest directory.
  • Run: md5sum -c path/to/sums; echo $?
  • The exit code should be 0.

Update googletest to the last version supporting C++11.
@yhirose
Copy link
Owner

yhirose commented Mar 12, 2025

Great!

@yhirose yhirose merged commit 94a4028 into yhirose:master Mar 12, 2025
7 of 8 checks passed
@falbrechtskirchinger falbrechtskirchinger deleted the update-gtest branch March 12, 2025 16:17
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