Skip to content

Commit

Permalink
Merge branch 'master' into fix/histogram-indexing-with-brackets-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
bgromov committed Jul 31, 2024
2 parents 8c42e30 + bc6db72 commit a85c398
Show file tree
Hide file tree
Showing 73 changed files with 13,053 additions and 2,359 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/clang-syntax-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-clang-cpp03-linux-STL:
name: Clang C++03 Linux STL
name: Syntax Check - Clang C++03 Linux STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -25,7 +25,7 @@ jobs:
make
build-clang-cpp03-linux-No-STL:
name: Clang C++03 Linux No STL
name: Syntax Check - Clang C++03 Linux No STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -43,7 +43,7 @@ jobs:
make
build-clang-cpp11-linux-STL:
name: Clang C++11 Linux STL
name: Syntax Check - Clang C++11 Linux STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -61,7 +61,7 @@ jobs:
make
build-clang-cpp11-linux-No-STL:
name: Clang C++11 Linux No STL
name: Syntax Check - Clang C++11 Linux No STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -79,7 +79,7 @@ jobs:
make
build-clang-cpp11-linux-STL-Force-CPP03:
name: Clang C++11 Linux STL Force C++03
name: Syntax Check - Clang C++11 Linux STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -97,7 +97,7 @@ jobs:
make
build-clang-cpp11-linux-No-STL-Force-CPP03:
name: Clang C++11 Linux No STL Force C++03
name: Syntax Check - Clang C++11 Linux No STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -115,7 +115,7 @@ jobs:
make
build-clang-cpp14-linux-STL:
name: Clang C++14 Linux STL
name: Syntax Check - Clang C++14 Linux STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -133,7 +133,7 @@ jobs:
make
build-clang-cpp14-linux-No-STL:
name: Clang C++14 Linux No STL
name: Syntax Check - Clang C++14 Linux No STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -151,7 +151,7 @@ jobs:
make
build-clang-cpp14-linux-STL-Force-CPP03:
name: Clang C++14 Linux STL Force C++03
name: Syntax Check - Clang C++14 Linux STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -169,7 +169,7 @@ jobs:
make
build-clang-cpp14-linux-No-STL-Force-CPP03:
name: Clang C++14 Linux No STL Force C++03
name: Syntax Check - Clang C++14 Linux No STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -187,7 +187,7 @@ jobs:
make
build-clang-cpp17-linux-STL:
name: Clang C++17 Linux STL
name: Syntax Check - Clang C++17 Linux STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -205,7 +205,7 @@ jobs:
make
build-clang-cpp17-linux-No-STL:
name: Clang C++17 Linux No STL
name: Syntax Check - Clang C++17 Linux No STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -223,7 +223,7 @@ jobs:
make
build-clang-cpp17-linux-STL-Force-CPP03:
name: Clang C++17 Linux STL Force C++03
name: Syntax Check - Clang C++17 Linux STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -241,7 +241,7 @@ jobs:
make
build-clang-cpp17-linux-No-STL-Force-CPP03:
name: Clang C++17 Linux No STL Force C++03
name: Syntax Check - Clang C++17 Linux No STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -259,7 +259,7 @@ jobs:
make
build-clang-cpp20-linux-STL:
name: Clang C++20 Linux STL
name: Syntax Check - Clang C++20 Linux STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -277,7 +277,7 @@ jobs:
make
build-clang-cpp20-linux-No-STL:
name: Clang C++20 Linux No STL
name: Syntax Check - Clang C++20 Linux No STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -295,7 +295,7 @@ jobs:
make
build-clang-cpp20-linux-STL-Force-CPP03:
name: Clang C++20 Linux STL Force C++03
name: Syntax Check - Clang C++20 Linux STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -313,7 +313,7 @@ jobs:
make
build-clang-cpp20-linux-No-STL-Force-CPP03:
name: Clang C++20 Linux No STL Force C++03
name: Syntax Check - Clang C++20 Linux No STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/gcc-syntax-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-gcc-cpp03-linux-STL:
name: GCC C++03 Linux STL
name: Syntax Check - GCC C++03 Linux STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -25,7 +25,7 @@ jobs:
make
build-gcc-cpp03-linux-No-STL:
name: GCC C++03 Linux No STL
name: Syntax Check - GCC C++03 Linux No STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -43,7 +43,7 @@ jobs:
make
build-gcc-cpp11-linux-STL:
name: GCC C++11 Linux STL
name: Syntax Check - GCC C++11 Linux STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -61,7 +61,7 @@ jobs:
make
build-gcc-cpp11-linux-No-STL:
name: GCC C++11 Linux No STL
name: Syntax Check - GCC C++11 Linux No STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -79,7 +79,7 @@ jobs:
make
build-gcc-cpp11-linux-STL-Force-CPP03:
name: GCC C++11 Linux STL Force C++03
name: Syntax Check - GCC C++11 Linux STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -97,7 +97,7 @@ jobs:
make
build-gcc-cpp11-linux-No-STL-Force-CPP03:
name: GCC C++11 Linux No STL Force C++03
name: Syntax Check - GCC C++11 Linux No STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -115,7 +115,7 @@ jobs:
make
build-gcc-cpp14-linux-STL:
name: GCC C++14 Linux STL
name: Syntax Check - GCC C++14 Linux STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -133,7 +133,7 @@ jobs:
make
build-gcc-cpp14-linux-No-STL:
name: GCC C++14 Linux No STL
name: Syntax Check - GCC C++14 Linux No STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -151,7 +151,7 @@ jobs:
make
build-gcc-cpp14-linux-STL-Force-CPP03:
name: GCC C++14 Linux STL Force C++03
name: Syntax Check - GCC C++14 Linux STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -169,7 +169,7 @@ jobs:
make
build-gcc-cpp14-linux-No-STL-Force-CPP03:
name: GCC C++14 Linux No STL Force C++03
name: Syntax Check - GCC C++14 Linux No STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -187,7 +187,7 @@ jobs:
make
build-gcc-cpp17-linux-STL:
name: GCC C++17 Linux STL
name: Syntax Check - GCC C++17 Linux STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -205,7 +205,7 @@ jobs:
make
build-gcc-cpp17-linux-No-STL:
name: GCC C++17 Linux No STL
name: Syntax Check - GCC C++17 Linux No STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -223,7 +223,7 @@ jobs:
make
build-gcc-cpp17-linux-STL-Force-CPP03:
name: GCC C++17 Linux STL Force C++03
name: Syntax Check - GCC C++17 Linux STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -241,7 +241,7 @@ jobs:
make
build-gcc-cpp17-linux-No-STL-Force-CPP03:
name: GCC C++17 Linux No STL Force C++03
name: Syntax Check - GCC C++17 Linux No STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -259,7 +259,7 @@ jobs:
make
build-gcc-cpp20-linux-STL:
name: GCC C++20 Linux STL
name: Syntax Check - GCC C++20 Linux STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -277,7 +277,7 @@ jobs:
make
build-gcc-cpp20-linux-No-STL:
name: GCC C++20 Linux No STL
name: Syntax Check - GCC C++20 Linux No STL
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -295,7 +295,7 @@ jobs:
make
build-gcc-cpp20-linux-STL-Force-CPP03:
name: GCC C++20 Linux STL Force C++03
name: Syntax Check - GCC C++20 Linux STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -313,7 +313,7 @@ jobs:
make
build-gcc-cpp20-linux-No-STL-Force-CPP03:
name: GCC C++20 Linux No STL Force C++03
name: Syntax Check - GCC C++20 Linux No STL Force C++03
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
Binary file added EmbeddedTemplateLibrary-20.39.0.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions arduino/library-arduino.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Embedded Template Library ETL",
"version": "20.38.11",
"version": "20.39.0",
"authors": {
"name": "John Wellbelove",
"email": "[email protected]"
Expand All @@ -11,7 +11,7 @@
"keywords": "c-plus-plus, cpp, algorithms, containers, templates",
"repository": {
"type": "git",
"url": "https://github.com/ETLCPP/etl.git"
"url": "https://github.com/ETLCPP/etl-arduino.git"
},
"build": {
"includeDir": "include"
Expand Down
2 changes: 1 addition & 1 deletion arduino/library-arduino.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Embedded Template Library ETL
version=20.38.11
version=20.39.0
author= John Wellbelove <[email protected]>
maintainer=John Wellbelove <[email protected]>
license=MIT
Expand Down
9 changes: 9 additions & 0 deletions images/Coverty Shields.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<a href="https://scan.coverity.com/projects/embedded-template-library">
<img alt="Coverity Scan Build Status"
src="https://scan.coverity.com/projects/30565/badge.svg"/>
</a>

<a href="https://scan.coverity.com/projects/embedded-template-library">
<img alt="Coverity Scan Build Status"
src="https://img.shields.io/coverity/scan/30565.svg"/>
</a>
Loading

0 comments on commit a85c398

Please sign in to comment.