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

Fix all gcc-13 -Wmaybe-uninitialized warnings #119

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 87 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,85 @@ jobs:
toolset: "gcc"
compiler: "g++-7"
cxxstd: "03,11,14,17"
- name: "TOOLSET=clang COMPILER=clang++ CXXSTD=03,11 Job 7"
- name: "TOOLSET=gcc COMPILER=g++-8 CXXSTD=03,11,14,17 Job 7"
buildtype: "boost"
packages: "g++-8"
packages_to_remove: ""
os: "ubuntu-latest"
container: "ubuntu:20.04"
cxx: "g++-8"
sources: ""
llvm_os: ""
llvm_ver: ""
toolset: "gcc"
compiler: "g++-8"
cxxstd: "03,11,14,17"
- name: "TOOLSET=gcc COMPILER=g++-9 CXXSTD=03,11,14,17 Job 8"
buildtype: "boost"
packages: "g++-9"
packages_to_remove: ""
os: "ubuntu-latest"
container: "ubuntu:20.04"
cxx: "g++-9"
sources: ""
llvm_os: ""
llvm_ver: ""
toolset: "gcc"
compiler: "g++-9"
cxxstd: "03,11,14,17"
- name: "TOOLSET=gcc COMPILER=g++-10 CXXSTD=03,11,14,17 Job 9"
buildtype: "boost"
packages: "g++-10"
packages_to_remove: ""
os: "ubuntu-latest"
container: "ubuntu:20.04"
cxx: "g++-10"
sources: ""
llvm_os: ""
llvm_ver: ""
toolset: "gcc"
compiler: "g++-10"
cxxstd: "03,11,14,17"
- name: "TOOLSET=gcc COMPILER=g++-11 CXXSTD=03,11,14,17,20 Job 10"
buildtype: "boost"
packages: "g++-11"
packages_to_remove: ""
os: "ubuntu-latest"
container: "ubuntu:20.04"
cxx: "g++-11"
sources: ""
llvm_os: ""
llvm_ver: ""
toolset: "gcc"
compiler: "g++-11"
cxxstd: "03,11,14,17,20"
- name: "TOOLSET=gcc COMPILER=g++-12 CXXSTD=03,11,14,17,20 Job 11"
buildtype: "boost"
packages: "g++-12"
packages_to_remove: ""
os: "ubuntu-latest"
container: "ubuntu:22.04"
cxx: "g++-12"
sources: ""
llvm_os: ""
llvm_ver: ""
toolset: "gcc"
compiler: "g++-12"
cxxstd: "03,11,14,17,20"
- name: "TOOLSET=gcc COMPILER=g++-13 CXXSTD=03,11,14,17,20 Job 12"
buildtype: "boost"
packages: "g++-13"
packages_to_remove: ""
os: "ubuntu-latest"
container: "ubuntu:23.04"
cxx: "g++-13"
sources: ""
llvm_os: ""
llvm_ver: ""
toolset: "gcc"
compiler: "g++-13"
cxxstd: "03,11,14,17,20"
- name: "TOOLSET=clang COMPILER=clang++ CXXSTD=03,11 Job 13"
buildtype: "boost"
packages: "clang"
packages_to_remove: ""
Expand All @@ -128,7 +206,7 @@ jobs:
toolset: "clang"
compiler: "clang++"
cxxstd: "03,11"
- name: "TOOLSET=clang COMPILER=clang++-3.5 CXXSTD=03, Job 8"
- name: "TOOLSET=clang COMPILER=clang++-3.5 CXXSTD=03, Job 14"
buildtype: "boost"
packages: "clang-3.5 libstdc++-4.9-dev"
packages_to_remove: ""
Expand All @@ -141,7 +219,7 @@ jobs:
toolset: "clang"
compiler: "clang++-3.5"
cxxstd: "03,11,14"
- name: "TOOLSET=clang COMPILER=clang++-3.6 CXXSTD=03, Job 9"
- name: "TOOLSET=clang COMPILER=clang++-3.6 CXXSTD=03, Job 15"
buildtype: "boost"
packages: "clang-3.6"
packages_to_remove: ""
Expand All @@ -154,7 +232,7 @@ jobs:
toolset: "clang"
compiler: "clang++-3.6"
cxxstd: "03,11,14"
- name: "TOOLSET=clang COMPILER=clang++-3.7 CXXSTD=03, Job 10"
- name: "TOOLSET=clang COMPILER=clang++-3.7 CXXSTD=03, Job 16"
buildtype: "boost"
packages: "clang-3.7"
packages_to_remove: ""
Expand All @@ -167,7 +245,7 @@ jobs:
toolset: "clang"
compiler: "clang++-3.7"
cxxstd: "03,11,14"
- name: "TOOLSET=clang COMPILER=clang++-3.8 CXXSTD=03, Job 11"
- name: "TOOLSET=clang COMPILER=clang++-3.8 CXXSTD=03, Job 17"
buildtype: "boost"
packages: "clang-3.8 libstdc++-4.9-dev"
packages_to_remove: ""
Expand All @@ -180,7 +258,7 @@ jobs:
toolset: "clang"
compiler: "clang++-3.8"
cxxstd: "03,11,14"
- name: "TOOLSET=clang COMPILER=clang++-3.9 CXXSTD=03, Job 12"
- name: "TOOLSET=clang COMPILER=clang++-3.9 CXXSTD=03, Job 18"
buildtype: "boost"
packages: "clang-3.9 libstdc++-4.9-dev"
packages_to_remove: ""
Expand All @@ -193,7 +271,7 @@ jobs:
toolset: "clang"
compiler: "clang++-3.9"
cxxstd: "03,11,14"
- name: "TOOLSET=clang COMPILER=clang++-4.0 CXXSTD=03, Job 13"
- name: "TOOLSET=clang COMPILER=clang++-4.0 CXXSTD=03, Job 19"
buildtype: "boost"
packages: "clang-4.0"
packages_to_remove: ""
Expand All @@ -206,7 +284,7 @@ jobs:
toolset: "clang"
compiler: "clang++-4.0"
cxxstd: "03,11,14"
- name: "TOOLSET=clang COMPILER=clang++-5.0 CXXSTD=03, Job 14"
- name: "TOOLSET=clang COMPILER=clang++-5.0 CXXSTD=03, Job 20"
buildtype: "boost"
packages: "clang-5.0"
packages_to_remove: ""
Expand Down Expand Up @@ -266,7 +344,7 @@ jobs:
if [ -n "$PACKAGES_TO_REMOVE" ]; then sudo apt-get purge -y $PACKAGES_TO_REMOVE; fi
echo ">>>>> APT: REPO.."
for i in {1..3}; do sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test" && break || sleep 2; done

if test -n "${LLVM_OS}" ; then
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
if test -n "${LLVM_VER}" ; then
Expand Down
Loading
Loading