Commit Graph

2883 Commits

Author SHA1 Message Date
Mateusz Pusz
c28a65ffa5 Update docs/users_guide/framework_basics/the_affine_space.md
Co-authored-by: Johel Ernesto Guerrero Peña <johelegp@gmail.com>
2023-12-21 12:25:09 +01:00
Mateusz Pusz
6a3f9a5ece docs: "The Affine Space" chapter updated to reflect the recent design changes 2023-12-21 12:25:09 +01:00
Mateusz Pusz
641163a4c3 test: verify that the implicit point origin is properly set for the rest of the units and derived ones 2023-12-21 12:25:09 +01:00
Mateusz Pusz
cccf1e24b0 refactor: point origin can't be set for a unit that does not have an associated quantity kind 2023-12-21 12:25:09 +01:00
Mateusz Pusz
fe099b5ad1 feat: propagation of point origins for scaled units added 2023-12-21 12:25:09 +01:00
Mateusz Pusz
5f840d7079 fix: point origins comparison fixed 2023-12-21 12:25:09 +01:00
Mateusz Pusz
10a2e6dc0d feat: 💥 initial implementation of implicit point origins 2023-12-21 12:25:09 +01:00
Mateusz Pusz
a114b9b9a3 docs: "Quantity points" chapter extended 2023-12-21 12:23:52 +01:00
Mateusz Pusz
ed2b91500a docs: "Quick Start" chapter reworked to be simpler and include quantity points 2023-12-21 12:13:38 +01:00
Mateusz Pusz
2493152ec7 docs: "Code Example" chapter renamed to "Look and Feel" and reordered in TOC to be after "Quick Start" 2023-12-21 11:47:20 +01:00
Mateusz Pusz
014d0ab6dc docs: Compiler Explorer link updated for smoot example 2023-12-21 10:42:28 +01:00
Mateusz Pusz
8726f58c17 docs: more info on smoot unit added + typo fixed 2023-12-21 10:39:43 +01:00
Mateusz Pusz
4809d6ea8d docs: Compiler Explorer link added to the smoot example 2023-12-21 09:52:31 +01:00
Mateusz Pusz
53ec5aba1b docs: smoot unit example added to the main page 2023-12-21 09:32:57 +01:00
Mateusz Pusz
cf14ab27e2 docs: CHANGELOG updated 2023-12-20 09:27:12 +01:00
Mateusz Pusz
7c83f586db refactor: value_casts cleanup 2023-12-20 09:24:35 +01:00
Mateusz Pusz
436463b7a7 feat: value_cast<Unit, Representation> added 2023-12-19 18:19:22 +01:00
Mateusz Pusz
0db047803e refactor: 💥 zeroth_Fahrenheit renamed to zeroth_degree_Fahrenheit 2023-12-19 08:16:58 +01:00
Mateusz Pusz
ec8441699f docs: CHANGELOG updated 2023-12-18 19:30:57 +01:00
Mateusz Pusz
e25588f988 docs: "Other maths" chapter updated with new functions 2023-12-18 19:30:20 +01:00
Mateusz Pusz
d12d865325 docs: example in the interop chapter updated to benefit from the value_cast for quantity points 2023-12-18 16:41:42 +01:00
Mateusz Pusz
ce6db6950f feat: quantity_point support added for quantity_cast and value_cast 2023-12-18 16:40:05 +01:00
Mateusz Pusz
bd9e4f944c fix: QuantityLike conversions required Q::rep instead of using one provided by quantity_like_traits 2023-12-18 15:40:25 +01:00
Mateusz Pusz
590d1fab85 docs: "Interoperability with Other Libraries" chapter added 2023-12-18 15:39:01 +01:00
Mateusz Pusz
f28ba96cb4 docs: "Release Notes" spelled with the upper case in 2.0 announcement 2023-12-17 19:28:13 +01:00
Mateusz Pusz
5ddb5b30d1 docs: CHANGELOG updated 2023-12-17 19:27:16 +01:00
Mateusz Pusz
8fcc7e3a49 refactor: zero_Fahrenheit renamed to zeroth_Fahrenheit 2023-12-17 18:32:01 +01:00
Mateusz Pusz
2f1e45abbd docs: Kona 2023 report updated 2023-12-17 17:41:42 +01:00
Mateusz Pusz
2a3341df7d docs: 2.0 release post updated 2023-12-17 17:33:35 +01:00
Mateusz Pusz
5b9718cbfa Merge pull request #530 from NAThompson/cmake_min_version
Update minimum cmake version to 3.5
2023-12-17 17:19:10 +01:00
Nick Thompson
267db9e2a2 Update minimum cmake version to 3.5
Currently, cmake is emitting the following warning:

```
CMake Deprecation Warning at cmake/ccache.cmake:23 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.
```

Update the CMake min version to 3.5 to unclutter the build logs and ensure users don't get broken by the deprecation.
2023-12-16 11:51:58 -08:00
Mateusz Pusz
06e7c04214 test: fma() tests refactored 2023-12-16 20:24:52 +01:00
Mateusz Pusz
05fd4a3ef7 refactor: math functions constraints refactored 2023-12-16 20:24:21 +01:00
Mateusz Pusz
84e6a6da74 Merge pull request #528 from NAThompson/classify
Floating point classification functions
2023-12-16 17:36:24 +01:00
Nick Thompson
7a270a6fd9 Floating point classification functions
Add the ability for `isnan`, `isfinite`, and `isinf` to work on dimensioned quantities.
2023-12-16 08:08:44 -08:00
Mateusz Pusz
ffba606115 Merge branch 'master' of github.com:mpusz/mp-units 2023-12-16 12:46:55 +01:00
Mateusz Pusz
0811ac0ca2 docs: project documentation layout refactored 2023-12-16 12:38:19 +01:00
Mateusz Pusz
462b4180f4 Merge pull request #526 from NAThompson/add_fma
Add fma to math.h
2023-12-15 22:42:25 +01:00
Nick
dd84873ac9 Merge branch 'master' into add_fma 2023-12-15 13:01:38 -08:00
Nick
f32aafe0df Merge branch 'mpusz:master' into add_fma 2023-12-11 18:01:52 -08:00
Mateusz Pusz
f1c3591693 docs: Kona report added 2023-12-11 21:26:58 +01:00
Mateusz Pusz
b010d08f28 ci: fetch-depth: 0 added to the documentation CI 2023-12-11 20:52:23 +01:00
Mateusz Pusz
0f649c9f74 ci: mkdocs-rss-plugin dependency installation added 2023-12-11 20:46:20 +01:00
Mateusz Pusz
360bedb12b docs: project blog added 2023-12-11 20:38:20 +01:00
Nick Thompson
51f8b47071 Add fma to math.h 2023-12-09 13:26:38 -08:00
Mateusz Pusz
ccd9bb1b10 docs: project description changed 2023-12-09 20:10:06 +01:00
Mateusz Pusz
217048857a build: project version updated to 2.2.0 2023-12-09 19:03:45 +01:00
Mateusz Pusz
121be1d6d0 docs: CHANGELOG updated v2.1.0 2023-12-09 18:50:42 +01:00
Mateusz Pusz
731d77dbd6 ci: apple-clang enabled also for CMake CI tests 2023-12-08 14:39:04 +01:00
Mateusz Pusz
202277d03b build: apple-clang-15 support added 2023-12-08 14:29:24 +01:00