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

chore: build tests with cpp 14 #100

Closed
wants to merge 1 commit into from
Closed

Conversation

wineee
Copy link
Member

@wineee wineee commented Mar 28, 2024

Log: gtest 1.14 requires C++14 or higher now, this only changes the version used in tests, not in the rest of the build

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: wineee

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Jun 20, 2024

TAG Bot

New tag: 6.0.10
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #102

Log: gtest 1.14  requires C++14 or higher now, this only changes the version used in tests, not in the rest of the build
@deepin-ci-robot
Copy link

deepin pr auto review

关键摘要:

  • 代码从使用C++11升级到C++14,需要确认项目是否支持C++14,以及是否有相应的编译器和库支持。
  • 移除了-fno-access-control编译选项,需要确认这是否是有意为之,以及是否会影响代码的安全性。
  • 添加了-fsanitize=undefined,address编译选项,需要确保项目已经设置了相应的错误报告机制。

是否建议立即修改:

  • 是,需要确保C++14的升级不会导致编译错误或运行时问题。
  • 是,如果移除-fno-access-control会影响代码的安全性,应该立即修复。
  • 是,如果项目没有设置错误报告机制,应该立即添加。

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Aug 21, 2024

TAG Bot

New tag: 6.5.0
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #108

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Sep 13, 2024

TAG Bot

New tag: 6.5.1
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #113

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Sep 20, 2024

TAG Bot

New tag: 6.5.2
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #117

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Oct 16, 2024

TAG Bot

New tag: 6.5.3
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #122

@deepin-bot
Copy link
Contributor

deepin-bot bot commented Nov 7, 2024

TAG Bot

New tag: 6.5.4
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #124

@wineee wineee closed this by deleting the head repository Nov 28, 2024
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