Skip to content

Commit

Permalink
Main is C++23
Browse files Browse the repository at this point in the history
  • Loading branch information
lloda committed Oct 2, 2024
1 parent 5f2560a commit 3c6fe9d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 75 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/gcc11-no-sanitize.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/gcc11.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/gcc14-no-sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
cxxflags: ['"-O3 -fno-sanitize=all -std=c++20 -DRA_DO_OPT_SMALLVECTOR=0"',
'"-O3 -fno-sanitize=all -std=c++20 -DRA_DO_OPT_SMALLVECTOR=1"',
'"-O3 -fno-sanitize=all -DRA_DO_CHECK=0 -DNDEBUG -std=c++20"',
'"-O3 -fno-sanitize=all -std=c++2b"']
cxxflags: ['"-O3 -fno-sanitize=all -std=c++23 -DRA_DO_OPT_SMALLVECTOR=0"',
'"-O3 -fno-sanitize=all -std=c++23 -DRA_DO_OPT_SMALLVECTOR=1"',
'"-O3 -fno-sanitize=all -DRA_DO_CHECK=0 -DNDEBUG -std=c++23"']
steps:
- uses: actions/checkout@v4
- name: update
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/gcc14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
cxxflags: ['"-O3 -std=c++20 -DRA_DO_OPT_SMALLVECTOR=0"',
'"-O3 -std=c++20 -DRA_DO_OPT_SMALLVECTOR=1"',
'"-O3 -DRA_DO_CHECK=0 -DNDEBUG -std=c++20"',
'"-O3 -std=c++2b"']
cxxflags: ['"-O3 -std=c++23 -DRA_DO_OPT_SMALLVECTOR=0"',
'"-O3 -std=c++23 -DRA_DO_OPT_SMALLVECTOR=1"',
'"-O3 -DRA_DO_CHECK=0 -DNDEBUG -std=c++23"']
steps:
- uses: actions/checkout@v4
- name: update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[![C/C++ CI](https://github.com/lloda/ra-ra/actions/workflows/gcc11.yml/badge.svg)](https://github.com/lloda/ra-ra/actions/workflows/gcc11.yml) [![C/C++ CI](https://github.com/lloda/ra-ra/actions/workflows/gcc11-no-sanitize.yml/badge.svg)](https://github.com/lloda/ra-ra/actions/workflows/gcc11-no-sanitize.yml) [![C/C++ CI](https://github.com/lloda/ra-ra/actions/workflows/gcc14.yml/badge.svg)](https://github.com/lloda/ra-ra/actions/workflows/gcc14.yml) [![C/C++ CI](https://github.com/lloda/ra-ra/actions/workflows/gcc14-no-sanitize.yml/badge.svg)](https://github.com/lloda/ra-ra/actions/workflows/gcc14-no-sanitize.yml)
[![C/C++ CI](https://github.com/lloda/ra-ra/actions/workflows/gcc14.yml/badge.svg)](https://github.com/lloda/ra-ra/actions/workflows/gcc14.yml) [![C/C++ CI](https://github.com/lloda/ra-ra/actions/workflows/gcc14-no-sanitize.yml/badge.svg)](https://github.com/lloda/ra-ra/actions/workflows/gcc14-no-sanitize.yml)

# ra-ra

Expand Down

0 comments on commit 3c6fe9d

Please sign in to comment.