Commit Graph

177 Commits

Author SHA1 Message Date
Mateusz Pusz 0a33e0a0e6 refactor: quantity point bounds are now specified directly in origin - quantity_bounds_for customization point removed 2026-04-25 21:00:31 +02:00
Mateusz Pusz 12300bcd23 feat: safe_int and blog article about it added 2026-04-11 20:30:28 +02:00
Mateusz Pusz a1e1e7cb21 feat: non-negative quantities support added
Resolves #468
2026-04-06 22:51:42 +02:00
Mateusz Pusz 459211fc7a feat: quantity point bounds design finalized 2026-04-03 23:38:47 +02:00
Mateusz Pusz c30a637ae7 refactor: 💥 zeroth-names deprecated; quantity_from_unit_zero(); natural_point_origin 2026-03-31 22:03:03 +02:00
Mateusz Pusz 9966bec272 docs: safety docs updated with safe construction and force_numerical_value_in() 2026-03-25 11:02:19 +00:00
Mateusz Pusz 0171b76bd0 docs: safety features user's guide updated 2026-03-24 09:46:49 +00:00
Mateusz Pusz 89c64cdf31 docs: wavelength removed from quantity kind safety 2026-02-25 15:58:16 +01:00
Mateusz Pusz 38fefb9f80 docs: "Quantity Kind Safety" and "Quantity Safety" chapters improved in "Safety Features" 2026-02-24 22:27:39 +01:00
Mateusz Pusz 142beaa563 docs: "Quantity Kind Safety" now uses absorbed dose and dose equivalent 2026-01-31 11:46:52 +01:00
Mateusz Pusz bc437c142d docs: broken link fixed 2026-01-31 11:45:36 +01:00
Mateusz Pusz 43a64dc683 docs: "Safety Features" chapter added 2026-01-29 19:22:18 +01:00
Mateusz Pusz bf919ad6d4 docs: "Getting Started" index file added 2026-01-29 17:32:18 +01:00
Mateusz Pusz 8a33381f0b docs: most of the How-to Guides improved 2026-01-28 21:28:19 +01:00
Mateusz Pusz 6703f3e835 docs: Hwo-to Guides directory structure refactored 2026-01-25 22:58:22 +01:00
Mateusz Pusz f097d96946 docs: large docs update (new tutorials, index pages) 2026-01-25 22:15:23 +01:00
Mateusz Pusz afbe639772 docs: broken admonitions indentation fixed 2026-01-14 12:31:27 +01:00
Mateusz Pusz 9c5f2412bc refactor: 💥 international system renamed to yard_pound 2026-01-14 12:21:45 +01:00
Mateusz Pusz adda270c33 docs: a large refactoring of TOC
Some chapters moved to the top level and other moved to other places
2026-01-14 09:56:52 +01:00
Mateusz Pusz 57381cf991 docs: "Use Cases" renamed to "How-to Guides" 2026-01-13 17:00:49 +01:00
Mateusz Pusz 9a374a5646 refactor: isq::time swapped with isq::duration 2026-01-09 09:22:37 +01:00
Mateusz Pusz 090330d16a docs: admonition indentation fixed in "Introduction" 2026-01-07 12:38:10 +01:00
Mateusz Pusz 3b0518853f docs: "Extending the Library" chapter removed 2026-01-07 12:37:38 +01:00
Mateusz Pusz e770a40910 feat: 💥 natural units reworked from scratch
`system_reference` and `AssociatedUnit` removed
2026-01-04 20:11:53 +01:00
Mateusz Pusz 6d10a154fa feat: 💥 pi and π is now a unit constant (pi magnitude constant renamed to pi_c) 2025-12-28 13:35:54 +01:00
Mateusz Pusz 27d2def908 feat: 2.5.0 released 2025-12-24 15:50:11 +01:00
Mateusz Pusz 7ce2001a47 Merge branch 'master' into bugfix/disable-appleclang-17 2025-12-21 13:37:38 +01:00
Mateusz Pusz 0fa88a42ae docs: overflow on scaling example added to the "Cheat Sheet" 2025-12-18 09:46:37 +01:00
Mateusz Pusz ad5ebffc5e docs: examples documentation index refactored 2025-12-16 19:27:11 +01:00
Mateusz Pusz 238abc7731 docs: "Cheat Sheet" added 2025-12-15 11:30:24 +01:00
Mateusz Pusz a1106878e3 docs: "Quick Start` tabs rendering fixed 2025-12-14 19:43:45 +01:00
Mateusz Pusz af18c4be67 docs: examples reworked 2025-12-13 13:06:49 +01:00
Roth Michaels 0b8f78e4c5 Disable building with AppleClang 17
AppleClang 17 has the same compiler bug as Clang 19:
https://github.com/llvm/llvm-project/issues/110231

Updated conan configuration to disable building with AppleClang 17.

Updated compiler support documentation to show incompatible Xcode.
2025-11-11 11:45:43 +00:00
Mateusz Pusz 2a27c533b7 docs: Compiler Explorer links description modified 2025-11-04 18:13:26 -10:00
Mateusz Pusz 1e45ab1cb9 Merge branch 'master' into crtp_fix 2025-11-05 03:43:50 +01:00
Mateusz Pusz 43948e3086 build: MP_UNITS_BUILD_AS_SYSTEM_HEADERS removed 2025-11-02 15:36:47 -08:00
Mateusz Pusz 1a84e673c6 refactor: MP_UNITS_INSTALL renamed to MP_UNITS_BUILD_INSTALL 2025-10-14 20:32:37 +02:00
Mateusz Pusz 0e0751a2c2 style: pre-commit 2025-10-14 18:25:58 +02:00
Mateusz Pusz ce334ac0f4 docs: markdownlint issues fixed 2025-10-14 18:25:58 +02:00
Mateusz Pusz e9b70efdff Merge branch 'master' of github.com:mpusz/units 2025-10-14 18:25:09 +02:00
Alexandros Theodotou 1688d278e6 build: add INSTALL option to cmake
Implements #721.
2025-09-25 11:20:53 +09:00
Alexandros Theodotou 16ce422cdf build: explicit_this enabled for AppleClang 17 and MSVC 19.32
Both compilers do not implement the feature test macro, but they do
implement `explicit_this`, as mentioned in their corresponding release
notes:
- https://developer.apple.com/documentation/xcode-release-notes/xcode-16_3-release-notes
- https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.2

Resolves #722.
2025-09-24 21:25:22 +09:00
Mateusz Pusz b2738dd9c5 docs: "Quick Start" Improved 2025-09-21 13:22:30 +02:00
Mateusz Pusz 80b89337a7 docs: "Introduction" chapter improved 2025-09-21 13:21:34 +02:00
Mateusz Pusz e5c11afe00 docs: "Installation and Usage" cleanup 2025-09-21 13:21:04 +02:00
Mateusz Pusz af6dce5666 docs: examples links fixed 2025-09-21 13:20:16 +02:00
Mateusz Pusz 093485271b docs: compiler explorer links replaced with buttons 2025-09-21 13:18:38 +02:00
Mateusz Pusz 50af5ea5a1 docs: minor improvements 2025-09-21 13:15:42 +02:00
Mateusz Pusz 39754018ba build: explicit_this enabled for MSVC 19.5 2025-09-17 19:40:59 -06:00
Mateusz Pusz 37dfa39dba build: wg21-linear_algebra dependency removed 2025-07-11 16:59:13 +02:00