mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
build: version 2.1.1
This commit is contained in:
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
### 2.2.0 <small>WIP</small> { id="2.2.0" }
|
### 2.2.0 <small>WIP</small> { id="2.2.0" }
|
||||||
|
|
||||||
|
### 2.1.1 <small>May 16, 2024</small> { id="2.1.1" }
|
||||||
|
|
||||||
|
- fix: unit tests compilation on gcc-14 fixed
|
||||||
|
- fix: explicit `this` parameter support fixed
|
||||||
|
|
||||||
### 2.1.0 <small>December 8, 2023</small> { id="2.1.0" }
|
### 2.1.0 <small>December 8, 2023</small> { id="2.1.0" }
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
[](https://github.com/mpusz/mp-units/actions?query=workflow%3ADocumentation+branch%3Amaster)
|
[](https://github.com/mpusz/mp-units/actions?query=workflow%3ADocumentation+branch%3Amaster)
|
||||||
|
|
||||||
[](https://conan.io/center/mp-units)
|
[](https://conan.io/center/mp-units)
|
||||||
[](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.1.0)
|
[](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.2.0)
|
||||||
|
|
||||||
|
|
||||||
# `mp-units` - A Physical Quantities and Units library for C++
|
# `mp-units` - A Physical Quantities and Units library for C++
|
||||||
|
@ -341,7 +341,7 @@ with the following differences:
|
|||||||
|
|
||||||
```ini title="conanfile.txt" hl_lines="2"
|
```ini title="conanfile.txt" hl_lines="2"
|
||||||
[requires]
|
[requires]
|
||||||
mp-units/2.1.0@mpusz/testing
|
mp-units/2.1.1@mpusz/testing
|
||||||
|
|
||||||
[layout]
|
[layout]
|
||||||
cmake_layout
|
cmake_layout
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.19)
|
cmake_minimum_required(VERSION 3.19)
|
||||||
project(mp-units VERSION 2.1.0 LANGUAGES CXX)
|
project(mp-units VERSION 2.1.1 LANGUAGES CXX)
|
||||||
|
|
||||||
set(projectPrefix MP_UNITS_)
|
set(projectPrefix MP_UNITS_)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user