mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[PR #721] [MERGED] Proposal: Replace bundled gtest directory with Git submodule #1691
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1691
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/721
Author: @shymega
Created: 5/30/2020
Status: ✅ Merged
Merged: 6/8/2020
Merged by: @p12tic
Base:
master← Head:enhance/make-gtest-submodule📝 Commits (3)
e9b82b4Remove ext/gtest, ext/gmock to replace with Git submodule938ad34Add gtest/gmock framework, locked at 1.6.0b16ad17Fix CI infrastructure (.bat/.sh) to initialise Git submodules before build📊 Changes
276 files changed (+14 additions, -256592 deletions)
View changed files
➕
.gitmodules(+6 -0)📝
clean_build.bat(+2 -0)📝
clean_build.sh(+4 -0)➕
ext/gmock(+1 -0)➖
ext/gmock/CHANGES(+0 -92)➖
ext/gmock/CMakeLists.txt(+0 -151)➖
ext/gmock/CONTRIBUTORS(+0 -40)➖
ext/gmock/COPYING(+0 -28)➖
ext/gmock/Makefile.am(+0 -209)➖
ext/gmock/Makefile.in(+0 -1321)➖
ext/gmock/README(+0 -354)➖
ext/gmock/aclocal.m4(+0 -9139)➖
ext/gmock/build-aux/config.guess(+0 -1533)➖
ext/gmock/build-aux/config.h.in(+0 -69)➖
ext/gmock/build-aux/config.sub(+0 -1693)➖
ext/gmock/build-aux/depcomp(+0 -630)➖
ext/gmock/build-aux/install-sh(+0 -520)➖
ext/gmock/build-aux/ltmain.sh(+0 -8413)➖
ext/gmock/build-aux/missing(+0 -376)➖
ext/gmock/configure(+0 -17795)...and 80 more files
📄 Description
This PR replaces the bundled
/ext/gtestdirectory with a Git submodule locked at the same release as before - 1.6.0 - but it should be considered to bump the release in the near future when and if possible.Thoughts?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.