Mateusz Pusz
eec4312e01
style: clang-format applied to last commits to make pre-commit happy
2023-01-03 14:27:44 +01:00
Yves Delley
b6da63b2f0
refactor macros to start with UNITS_ and fix an MSVC issue with FMT_THROW
2022-12-30 17:22:04 +01:00
Mateusz Pusz
5d23567bec
feat(example): experimental_angle example replaced
2022-09-15 12:00:13 -06:00
Mateusz Pusz
6bc54819f3
fix: 💥 standard_gravity removed from si2019 namespace as it is not an SI defining constant
2022-09-15 11:49:37 -06:00
Mateusz Pusz
abc429a71a
refactor: rotation angle unit renamed to revolution
2022-09-05 12:12:12 +02:00
Mateusz Pusz
89a9551da0
feat(example): asin() usage added to the glide computer example
2022-09-02 20:08:14 +02:00
Mateusz Pusz
7719776711
feat: gradian support added
2022-09-01 10:48:34 +02:00
Mateusz Pusz
7caf14b8fe
feat(example): angle examples extended with degrees and rotations
2022-08-31 12:57:56 +02:00
Mateusz Pusz
0b8e5c0dfe
fix(example): foot_pound_second example now correctly uses international::knot which is typical for Marine industry
...
Resolves #357
2022-05-09 14:03:14 +02:00
Mateusz Pusz
999ff52d70
refactor: knot unit helper renamed to kn in FPS
...
Relates to #357
2022-04-19 18:48:46 +02:00
Mateusz Pusz
b221dace3f
style: clang-format applied to the remaining files
2022-04-02 21:36:42 +02:00
Markus Hofbauer
cf7a7ed17a
check: run pre-commit on all files
2022-04-02 18:58:23 +02:00
Markus Hofbauer
4c127797da
check: run pre-commit on all files
2022-03-18 16:12:21 +01:00
Mateusz Pusz
5668257fe1
build: Conan geerated target renamed to wg21_linear_algebra
2022-02-28 19:23:34 +01:00
Mateusz Pusz
f9fb6cc8b3
build: projectPrefix usage added
2021-11-05 23:35:30 +01:00
Mateusz Pusz
2333c4b3ea
build: CMake targets generated by Conan updated
2021-11-04 12:09:54 +01:00
Mateusz Pusz
7d370eb496
refactor: forward_range replaced with input_range
2021-10-15 18:21:26 +02:00
Mateusz Pusz
ee70c48b13
build: linear_algebra examples re-enabled on gcc11
2021-10-15 16:14:00 +02:00
Mateusz Pusz
b1bd4cab2d
feat: std::format support for compliant compilers added
2021-09-20 15:01:58 +02:00
Mateusz Pusz
daa00c2f08
build: linear_algebra examples disabled for gcc-11.1.0 due to ICE
2021-09-17 13:56:27 +02:00
Mateusz Pusz
1ebf72e041
build: linear algebra switched to wg21-linear_algebra/0.7.2
2021-09-09 09:13:10 +02:00
Mateusz Pusz
2c8c6c2e98
refactor: quantity cration helpers are not opt-out rather than opt-in
...
Resolves #277
2021-05-09 15:52:20 +02:00
Mateusz Pusz
7512e29137
fix: Windows build fixed
2021-04-16 14:55:42 +02:00
Mateusz Pusz
340e62f833
refactor: IWYU
2021-04-16 13:59:41 +02:00
Mateusz Pusz
46e1e5e932
refactor: US system renamed to USCS
2021-04-16 12:40:52 +02:00
Mateusz Pusz
70bff31d06
feat: quantity aliases support addded
2021-04-15 19:13:25 +02:00
Mateusz Pusz
813197021f
refactor: measurement example moved to a root examples directory
2021-04-15 14:05:36 +02:00
Mateusz Pusz
97245a8c96
feat: Kalman Filter tutorials 1-8 added
2021-04-13 18:16:11 +02:00
Mateusz Pusz
c545328be7
docs: Added the comment about the reason of ignoring diagnostics in experimental_angle
2021-04-08 12:41:23 +02:00
Mateusz Pusz
9c8deb6187
refactor: capacitor_time_curve refactored for references
2021-04-07 19:09:00 +02:00
Mateusz Pusz
dddc7572aa
refactor: conversion_factor example moved to the main examples directory
2021-04-07 19:05:02 +02:00
Mateusz Pusz
fdc31e7cde
refactor: example applications refactored to benefit more from references
2021-04-07 13:56:20 +02:00
Mateusz Pusz
40de14b9b7
refactor: common part of glide_computer moved to a directory
2021-04-07 12:36:39 +02:00
Mateusz Pusz
cf14032dce
refactor: custom_systems example moved to the parent directory
2021-04-07 11:54:35 +02:00
Mateusz Pusz
bd862d3517
refactor: Fine-grained references support added
2021-04-07 11:26:45 +02:00
Mateusz Pusz
b982921d27
refactor: References are now guarded UNITS_REFERENCES with (ON by default) + examples duplicated to subdirectories
...
Now References can be disabled to meassure a compile time impact. Also the same examples are now provided in two subdirectories to be able to easily compare the pros and cons of every quantity construction technique.
2021-04-06 15:57:28 +02:00