mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 18:37:15 +02:00
build: doxygen updated to 1.9.2
This commit is contained in:
@ -77,7 +77,7 @@ class UnitsConan(ConanFile):
|
|||||||
self.build_requires("catch2/2.13.4", force_host_context=True)
|
self.build_requires("catch2/2.13.4", force_host_context=True)
|
||||||
self.build_requires("linear_algebra/0.7.1@conan-oss/stable", force_host_context=True)
|
self.build_requires("linear_algebra/0.7.1@conan-oss/stable", force_host_context=True)
|
||||||
if self.options.build_docs:
|
if self.options.build_docs:
|
||||||
self.build_requires("doxygen/1.9.1")
|
self.build_requires("doxygen/1.9.2")
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
compiler = self.settings.compiler
|
compiler = self.settings.compiler
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
- refactor: `quantity` `op+()` and `op-()` reimplemented in terms of `reference` rather then `quantity` types
|
- refactor: `quantity` `op+()` and `op-()` reimplemented in terms of `reference` rather then `quantity` types
|
||||||
- (!) fix: add `quantity_point::origin`, like `std::chrono::time_point::clock`
|
- (!) fix: add `quantity_point::origin`, like `std::chrono::time_point::clock`
|
||||||
- fix: account for different dimensions in `quantity_point_cast`'s constraint
|
- fix: account for different dimensions in `quantity_point_cast`'s constraint
|
||||||
- build: doxygen updated to 1.9.1
|
- build: doxygen updated to 1.9.2
|
||||||
- build: linear_algebra updated to 0.7.1
|
- build: linear_algebra updated to 0.7.1
|
||||||
|
|
||||||
- **0.7.0 May 11, 2021**
|
- **0.7.0 May 11, 2021**
|
||||||
|
Reference in New Issue
Block a user