Skip to content

Add version 3.4.0 #24

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

Merged
merged 80 commits into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
6314520
update service lifetime example
7bitcoder May 20, 2024
172a201
update service lifetime example
7bitcoder May 20, 2024
889a454
update service lifetime example
7bitcoder May 20, 2024
8ba4617
update service lifetime example
7bitcoder May 20, 2024
8e500df
update service lifetime example
7bitcoder May 20, 2024
90e0560
update service lifetime example
7bitcoder May 20, 2024
98ff077
Merge remote-tracking branch 'origin/dev' into dev
7bitcoder Jul 4, 2024
e98239b
add tester example
7bitcoder Jul 5, 2024
0c03b24
Merge remote-tracking branch 'origin/dev' into dev
7bitcoder Jul 5, 2024
c59b6bf
update example docs
7bitcoder Jul 5, 2024
81ccdf2
update example docs
7bitcoder Jul 5, 2024
296cf65
update examples
7bitcoder Jul 8, 2024
8cff184
fix examples
7bitcoder Jul 8, 2024
ca9f76e
fix examples
7bitcoder Jul 8, 2024
118d775
fix examples
7bitcoder Jul 8, 2024
c92ea3f
update exceptions
7bitcoder Jul 24, 2024
94762c1
Merge remote-tracking branch 'origin/dev' into dev
7bitcoder Jul 24, 2024
4f51a8c
update string utils
7bitcoder Jul 24, 2024
3fa4bc8
add formatter
7bitcoder Jul 25, 2024
687c8c1
update string utils
7bitcoder Jul 25, 2024
2ecd0ba
update string utils
7bitcoder Jul 25, 2024
59e118d
update formatter
7bitcoder Jul 26, 2024
ea424ea
refactor meta code
7bitcoder Jul 27, 2024
41b047c
refactor meta code
7bitcoder Jul 27, 2024
a7bc6cd
refactor injector code
7bitcoder Jul 28, 2024
f2d3be1
update
7bitcoder Jul 29, 2024
aeb7692
update exceptions, docs and refactor injectors helpers
7bitcoder Jul 29, 2024
ef89e65
fix tests
7bitcoder Jul 29, 2024
84f5321
fix sprintf warning
7bitcoder Jul 29, 2024
89262b2
update ci
7bitcoder Jul 30, 2024
fd89bba
update ci
7bitcoder Jul 30, 2024
f2639fe
update ci
7bitcoder Jul 30, 2024
7db151c
update gtest to 1.15
7bitcoder Jul 30, 2024
8ae0e71
update Exceptions.hpp
7bitcoder Jul 31, 2024
e51a878
update macos ci
7bitcoder Jul 31, 2024
ec29b66
update macos ci
7bitcoder Jul 31, 2024
1b6204e
update macos ci
7bitcoder Jul 31, 2024
859b968
update macos ci
7bitcoder Jul 31, 2024
0c19ab6
update macos ci
7bitcoder Jul 31, 2024
ed0a11a
update macos ci
7bitcoder Jul 31, 2024
a0b2a2d
update macos ci
7bitcoder Jul 31, 2024
3618eaf
update macos ci
7bitcoder Jul 31, 2024
cbf18b7
update macos ci
7bitcoder Jul 31, 2024
bf1060d
update macos ci
7bitcoder Jul 31, 2024
b34ff31
update macos ci
7bitcoder Jul 31, 2024
558ed9b
update macos ci
7bitcoder Jul 31, 2024
efda8d7
update macos ci
7bitcoder Jul 31, 2024
53858d2
update macos ci
7bitcoder Jul 31, 2024
2be3819
update macos ci
7bitcoder Jul 31, 2024
ffd4c78
update macos ci
7bitcoder Jul 31, 2024
adeefe6
update macos ci
7bitcoder Jul 31, 2024
f8dad60
update macos ci
7bitcoder Jul 31, 2024
e9ce5d8
update macos ci
7bitcoder Jul 31, 2024
c2ec014
update macos ci
7bitcoder Jul 31, 2024
f51765b
update macos ci
7bitcoder Aug 1, 2024
25eaed8
update ci
7bitcoder Aug 2, 2024
528b6be
update ci
7bitcoder Aug 2, 2024
a50e48a
update ci
7bitcoder Aug 2, 2024
ab01614
update ci
7bitcoder Aug 2, 2024
8ea49a3
update ci
7bitcoder Aug 2, 2024
594875e
update ci
7bitcoder Aug 2, 2024
d955a2b
update ci
7bitcoder Aug 2, 2024
4ea0502
update ci
7bitcoder Aug 2, 2024
90209ea
update ci
7bitcoder Aug 2, 2024
165e958
update ci
7bitcoder Aug 2, 2024
faa4b65
update ci
7bitcoder Aug 2, 2024
8d02314
update ci
7bitcoder Aug 2, 2024
831ae91
update ci
7bitcoder Aug 2, 2024
6fa4d01
update ci
7bitcoder Aug 2, 2024
889595a
update ci
7bitcoder Aug 2, 2024
d6d5eca
update windows ci
7bitcoder Aug 2, 2024
d0070d2
update windows ci
7bitcoder Aug 2, 2024
abcc0a3
update tests
7bitcoder Aug 2, 2024
6deff81
bump version
7bitcoder Aug 3, 2024
2300e99
improve formatter
7bitcoder Aug 3, 2024
350aac6
improve formatter
7bitcoder Aug 3, 2024
40272f1
update macos ci
7bitcoder Aug 3, 2024
b4d9b63
update macos ci
7bitcoder Aug 3, 2024
906029e
fix macos ci
7bitcoder Aug 3, 2024
64e680c
update macos ci
7bitcoder Aug 3, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/DevCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, macos-12, windows-2022 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
library_type: [ HeaderOnly, Static, Shared ]
std: [ 17, 20 ]
std: [ 17, 20, 23 ]
build_type: [ Release ]

runs-on: ${{matrix.os}}
Expand Down
108 changes: 74 additions & 34 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,58 +16,98 @@ jobs:
fail-fast: false
matrix:
compiler:
- { tool: gcc, ver: 7 }
- { tool: gcc, ver: 8 }
- { tool: gcc, ver: 9 }
- { tool: gcc, ver: 10 }
- { tool: gcc, ver: 11 }
- { tool: gcc, ver: 12 }
- { tool: gcc, ver: 13 }
- { tool: clang, ver: 7 }
- { tool: clang, ver: 8 }
- { tool: clang, ver: 9 }
- { tool: clang, ver: 10 }
- { tool: clang, ver: 11 }
- { tool: clang, ver: 12 }
- { tool: clang, ver: 13 }
- { tool: clang, ver: 14 }
- { tool: clang, ver: 15 }
- { name: GCC, ver: 7 }
- { name: GCC, ver: 8 }
- { name: GCC, ver: 9 }
- { name: GCC, ver: 10 }
- { name: GCC, ver: 11 }
- { name: GCC, ver: 12 }
- { name: GCC, ver: 13 }
- { name: GCC, ver: 14 }
- { name: Clang, ver: 7 }
- { name: Clang, ver: 8 }
- { name: Clang, ver: 9 }
- { name: Clang, ver: 10 }
- { name: Clang, ver: 11 }
- { name: Clang, ver: 12 }
- { name: Clang, ver: 13 }
- { name: Clang, ver: 14 }
- { name: Clang, ver: 15 }
- { name: Clang, ver: 16 }
- { name: Clang, ver: 17 }
- { name: Clang, ver: 18 }
build_type: [ Release ]
os: [ ubuntu-20.04, ubuntu-22.04 ]
std: [ 17 ]
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
std: [ 17, 20, 23 ]
library_type: [ Static ]
include:
- compiler: { tool: gcc }
- compiler: { name: GCC }
cxx: g++
cc: gcc
packages: 'gcc-{0} g++-{0}'
generator: Ninja
- compiler: { tool: clang }
- compiler: { name: Clang }
cxx: clang++
cc: clang
packages: 'clang-{0}'
generator: Ninja
exclude:
- { os: ubuntu-20.04, compiler: { tool: gcc, ver: 12 } }
- { os: ubuntu-20.04, compiler: { tool: gcc, ver: 13 } }
- { os: ubuntu-20.04, compiler: { tool: clang, ver: 13 } }
- { os: ubuntu-20.04, compiler: { tool: clang, ver: 14 } }
- { os: ubuntu-20.04, compiler: { tool: clang, ver: 15 } }
- { os: ubuntu-22.04, compiler: { tool: gcc, ver: 7 } }
- { os: ubuntu-22.04, compiler: { tool: gcc, ver: 8 } }
- { os: ubuntu-22.04, compiler: { tool: clang, ver: 7 } }
- { os: ubuntu-22.04, compiler: { tool: clang, ver: 8 } }
- { os: ubuntu-22.04, compiler: { tool: clang, ver: 9 } }
- { os: ubuntu-22.04, compiler: { tool: clang, ver: 10 } }
- { os: ubuntu-20.04, compiler: { name: GCC, ver: 11 } }
- { os: ubuntu-20.04, compiler: { name: GCC, ver: 12 } }
- { os: ubuntu-20.04, compiler: { name: GCC, ver: 13 } }
- { os: ubuntu-20.04, compiler: { name: GCC, ver: 14 } }
- { os: ubuntu-20.04, compiler: { name: Clang, ver: 13 } }
- { os: ubuntu-20.04, compiler: { name: Clang, ver: 14 } }
- { os: ubuntu-20.04, compiler: { name: Clang, ver: 15 } }
- { os: ubuntu-20.04, compiler: { name: Clang, ver: 16 } }
- { os: ubuntu-20.04, compiler: { name: Clang, ver: 17 } }
- { os: ubuntu-20.04, compiler: { name: Clang, ver: 18 } }
- { os: ubuntu-22.04, compiler: { name: GCC, ver: 7 } }
- { os: ubuntu-22.04, compiler: { name: GCC, ver: 8 } }
- { os: ubuntu-22.04, compiler: { name: GCC, ver: 13 } }
- { os: ubuntu-22.04, compiler: { name: GCC, ver: 14 } }
- { os: ubuntu-22.04, compiler: { name: Clang, ver: 7 } }
- { os: ubuntu-22.04, compiler: { name: Clang, ver: 8 } }
- { os: ubuntu-22.04, compiler: { name: Clang, ver: 9 } }
- { os: ubuntu-22.04, compiler: { name: Clang, ver: 10 } }
- { os: ubuntu-22.04, compiler: { name: Clang, ver: 16 } }
- { os: ubuntu-22.04, compiler: { name: Clang, ver: 17 } }
- { os: ubuntu-22.04, compiler: { name: Clang, ver: 18 } }
- { os: ubuntu-24.04, compiler: { name: GCC, ver: 7 } }
- { os: ubuntu-24.04, compiler: { name: GCC, ver: 8 } }
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 7 } }
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 8 } }
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 9 } }
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 10 } }
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 11 } }
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 12 } }
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 13 } }
- { compiler: { name: GCC, ver: 7 }, std: 20 }
- { compiler: { name: GCC, ver: 7 }, std: 23 }
- { compiler: { name: GCC, ver: 8 }, std: 23 }
- { compiler: { name: GCC, ver: 9 }, std: 23 }
- { compiler: { name: GCC, ver: 10 }, std: 23 }
- { compiler: { name: Clang, ver: 7 }, std: 20 }
- { compiler: { name: Clang, ver: 7 }, std: 23 }
- { compiler: { name: Clang, ver: 8 }, std: 20 }
- { compiler: { name: Clang, ver: 8 }, std: 23 }
- { compiler: { name: Clang, ver: 9 }, std: 23 }
- { compiler: { name: Clang, ver: 10 }, std: 23 }
- { compiler: { name: Clang, ver: 11 }, std: 23 }
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 14 }, std: 20 } # gtest broken for now
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 14 }, std: 23 } # gtest broken for now
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 15 }, std: 20 } # gtest broken for now
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 15 }, std: 23 } # gtest broken for now
- { os: ubuntu-24.04, compiler: { name: Clang, ver: 17 }, std: 23 } # gtest broken for now

runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4

- name: Create Build Environment
env:
PACKAGES: ${{ matrix.compiler.tool == 'gcc' && format('gcc-{0} g++-{0}', matrix.compiler.ver) || format('{0}-{1}', matrix.compiler.tool, matrix.compiler.ver) }}
run: |
sudo apt update
sudo apt install ${{env.PACKAGES}} ninja-build -y
sudo apt install ${{format(matrix.packages, matrix.compiler.ver)}} ninja-build -y
sudo apt install locales-all
cmake -E make_directory ${{runner.workspace}}/build

Expand Down
66 changes: 48 additions & 18 deletions .github/workflows/MacOs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: MacOs

on:
pull_request:
branches: [ "main" ]
branches: [ 'main' ]
paths-ignore:
- "Docs/**"
- ".readthedocs.yaml"
- "README.md"
- 'Docs/**'
- '.readthedocs.yaml'
- 'README.md'

jobs:
test:
Expand All @@ -16,36 +16,66 @@ jobs:
fail-fast: false
matrix:
compiler: [
{ tool: apple-clang },
{ tool: gcc, ver: 10 },
{ tool: gcc, ver: 11 },
{ tool: gcc, ver: 12 } ]
{ name: 'Apple Clang' },
{ name: Clang, ver: 12 },
{ name: Clang, ver: 13 },
{ name: Clang, ver: 14 },
{ name: Clang, ver: 15 },
{ name: Clang, ver: 16 },
{ name: Clang, ver: 17 },
{ name: Clang, ver: 18 },
{ name: GCC, ver: 10 },
{ name: GCC, ver: 11 },
{ name: GCC, ver: 12 },
{ name: GCC, ver: 13 },
{ name: GCC, ver: 14 } ]
build_type: [ Release ]
os: [ macos-12 ]
std: [ 17 ]
os: [ macos-12, macos-13, macos-14 ]
std: [ 17, 20, 23 ]
library_type: [ Static ]
include:
- compiler: { tool: gcc }
cxx: g++
cc: gcc
- compiler: { tool: apple-clang }
- compiler: { name: 'Apple Clang' }
cxx: ''
cc: ''
generator: Ninja
- compiler: { name: Clang }
cxx: clang++
cc: clang
package: llvm
generator: Ninja
- compiler: { name: GCC }
cxx: 'g++-{0}'
cc: 'gcc-{0}'
package: gcc
generator: Ninja
exclude:
- { os: macos-12, compiler: { name: GCC, ver: 13 } }
- { os: macos-13, compiler: { name: GCC, ver: 10 } }
- { os: macos-13, compiler: { name: GCC, ver: 11 } }
- { os: macos-13, compiler: { name: GCC, ver: 13 } }
- { os: macos-14, compiler: { name: GCC, ver: 10 } }
- { compiler: { name: GCC, ver: 10 }, std: 23 }

runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4

- name: Create Build Environment
if: matrix.compiler.tool != 'apple-clang'
if: matrix.compiler.name != 'Apple Clang'
run: |
brew update &&
brew install ${{matrix.compiler.tool}}@${{matrix.compiler.ver}} ninja
brew install ${{matrix.package}}@${{matrix.compiler.ver}} ninja
cmake -E make_directory ${{runner.workspace}}/build
echo "CXX=${{matrix.cxx}}-${{matrix.compiler.ver}}" >> $GITHUB_ENV
echo "CC=${{matrix.cc}}-${{matrix.compiler.ver}}" >> $GITHUB_ENV

- name: Try Setup LLVM Environment
if: matrix.compiler.name == 'Clang'
run: |
echo "PATH=$(brew --prefix llvm@${{matrix.compiler.ver}})/bin:${PATH}" >> $GITHUB_ENV

- name: Configure
env:
CXX: ${{format(matrix.cxx, matrix.compiler.ver)}}
CC: ${{format(matrix.cc, matrix.compiler.ver)}}
run: cmake -B ${{runner.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_STANDARD=${{matrix.std}} -D_7BIT_DI_LIBRARY_TYPE=${{matrix.library_type}} -D_7BIT_DI_BUILD_ALL_TESTS=ON

- name: Build
Expand Down
91 changes: 55 additions & 36 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Windows

on:
pull_request:
branches: [ "main" ]
branches: [ 'main' ]
paths-ignore:
- "Docs/**"
- ".readthedocs.yaml"
- "README.md"
- 'Docs/**'
- '.readthedocs.yaml'
- 'README.md'

env:
CHOCO_LIB_DIR: C:\\ProgramData\\chocolatey\\lib
CHOCO_MINGW_BIN_DIR: C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin

jobs:
test:
Expand All @@ -19,60 +19,79 @@ jobs:
fail-fast: false
matrix:
compiler: [
{ tool: msvc, ver: 141 },
{ tool: msvc, ver: 142 },
{ tool: mingw, ver: 7.5.0 },
{ tool: mingw, ver: 8.5.0 },
{ tool: mingw, ver: 9.4.0 },
{ tool: mingw, ver: 10.3.0 },
{ tool: mingw, ver: 11.2.0 },
{ tool: mingw, ver: 12.2.0 },
{ tool: mingw, ver: 13.2.0 },
{ tool: LLVM, ver: 11.1.0 },
{ tool: LLVM, ver: 12.0.1 },
{ tool: LLVM, ver: 13.0.1 },
{ tool: LLVM, ver: 14.0.6 },
{ tool: LLVM, ver: 15.0.7 },
{ tool: LLVM, ver: 16.0.6 },
{ tool: LLVM, ver: 17.0.6 },
{ tool: LLVM, ver: 18.1.2 } ]
{ name: MSVC, ver: 141 },
{ name: MSVC, ver: 142 },
{ name: MSVC, ver: 143 },
{ name: MinGW, ver: 7.5.0 },
{ name: MinGW, ver: 8.5.0 },
{ name: MinGW, ver: 9.4.0 },
{ name: MinGW, ver: 10.3.0 },
{ name: MinGW, ver: 11.2.0 },
{ name: MinGW, ver: 12.2.0 },
{ name: Clang, ver: 11.1.0 },
{ name: Clang, ver: 12.0.1 },
{ name: Clang, ver: 13.0.1 },
{ name: Clang, ver: 14.0.6 },
{ name: Clang, ver: 15.0.7 },
{ name: Clang, ver: 16.0.6 },
{ name: Clang, ver: 17.0.6 },
{ name: Clang, ver: 18.1.2 },
{ name: Clang, ver: 18.1.8 } ]
build_type: [ Release ]
os: [ windows-2019 ]
std: [ 17 ]
os: [ windows-2019, windows-2022 ]
std: [ 17, 20, 23 ]
library_type: [ Static ]
include:
- compiler: { tool: mingw }
- compiler: { name: MSVC }
cxx: ''
cc: ''
generator: ''
- compiler: { name: MinGW }
cxx: g++
cc: gcc
package: mingw
generator: 'MinGW Makefiles'
- compiler: { tool: LLVM }
- compiler: { name: Clang }
cxx: clang++
cc: clang
package: LLVM
generator: Ninja
- compiler: { tool: msvc }
cxx: ''
cc: ''
generator: ''
exclude:
- { os: windows-2019, compiler: { name: MSVC, ver: 143 } }
- { os: windows-2022, compiler: { name: MSVC, ver: 141 } }
- { os: windows-2022, compiler: { name: Clang, ver: 11.1.0 } }
- { os: windows-2022, compiler: { name: Clang, ver: 12.0.1 } }
- { os: windows-2022, compiler: { name: Clang, ver: 13.0.1 } }
- { os: windows-2022, compiler: { name: Clang, ver: 14.0.6 } }
- { os: windows-2022, compiler: { name: Clang, ver: 15.0.7 } }
- { os: windows-2022, compiler: { name: Clang, ver: 16.0.6 } }
- { compiler: { name: MSVC, ver: 141 }, std: 23 }
- { compiler: { name: MinGW, ver: 7.5.0 }, std: 20 }
- { compiler: { name: MinGW, ver: 7.5.0 }, std: 23 }
- { compiler: { name: MinGW, ver: 8.5.0 }, std: 23 }
- { compiler: { name: MinGW, ver: 9.4.0 }, std: 23 }
- { compiler: { name: MinGW, ver: 10.3.0 }, std: 23 }
- { compiler: { name: Clang, ver: 11.1.0 }, std: 23 }

runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4

- name: Create Build Environment
if: matrix.compiler.tool != 'msvc'
if: matrix.compiler.name != 'MSVC'
shell: bash
run: choco install ${{matrix.compiler.tool}} --version ${{matrix.compiler.ver}} --allow-downgrade -y && choco install ninja && cmake -E make_directory ${{runner.workspace}}/build
run: choco install ${{matrix.package}} --version ${{matrix.compiler.ver}} --allow-downgrade -y && choco install ninja && cmake -E make_directory ${{runner.workspace}}/build

- name: Update Sys Path
if: matrix.compiler.tool == 'mingw'
run: ("${{env.CHOCO_LIB_DIR}}\\mingw\\tools\\install\\mingw64\\bin;" + (Get-Content -Path $env:GITHUB_PATH)) | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
- name: Try Setup MinGW Environment
if: matrix.compiler.name == 'MinGW'
run: ("${{env.CHOCO_MINGW_BIN_DIR}};" + (Get-Content -Path $env:GITHUB_PATH)) | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
shell: pwsh

- name: Configure
env:
CXX: ${{matrix.cxx}}
CC: ${{matrix.cc}}
PARAMETERS: ${{ matrix.compiler.tool == 'msvc' && format('-A x64 -T v{0}', matrix.compiler.ver) || format('-G "{0}"', matrix.generator) }}
PARAMETERS: ${{ matrix.compiler.name == 'MSVC' && format('-A x64 -T v{0}', matrix.compiler.ver) || format('-G "{0}"', matrix.generator) }}
run: cmake -B ${{runner.workspace}}/build ${{env.PARAMETERS}} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_STANDARD=${{matrix.std}} -D_7BIT_DI_LIBRARY_TYPE=${{matrix.library_type}} -D_7BIT_DI_BUILD_ALL_TESTS=ON

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15.0)
set(_7BIT_DI_LIBRARY 7bitDI)

set(_7BIT_DI_VERSION_MAJOR 3)
set(_7BIT_DI_VERSION_MINOR 3)
set(_7BIT_DI_VERSION_MINOR 4)
set(_7BIT_DI_VERSION_PATCH 0)

set(_7BIT_DI_VERSION ${_7BIT_DI_VERSION_MAJOR}.${_7BIT_DI_VERSION_MINOR}.${_7BIT_DI_VERSION_PATCH})
Expand Down
Loading
Loading