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
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
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
1e45ab1cb9
Merge branch 'master' into crtp_fix
2025-11-05 03:43:50 +01:00
Mateusz Pusz
ce334ac0f4
docs: markdownlint issues fixed
2025-10-14 18:25:58 +02: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
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
40abc664e8
docs: clang-19 issues mentioned in a compiler support table
2025-04-03 07:59:18 +01:00
Mateusz Pusz
dc8843eeeb
refactor: MSVC bug is fixed so workaround is removed
2025-02-15 10:39:36 +01:00
Roth Michaels
8293f023dd
Update apple-clang compiler support info for std::format
2024-12-19 14:10:21 -05:00
Mateusz Pusz
7b64b4b650
refactor: 💥 from now unit_symbol and dimension_symbol always returns std::string_view
2024-11-16 09:57:53 +01:00
Mateusz Pusz
e6c65d6c89
build: MP_UNITS_BUILD_IMPORT_STD CMake option removed
2024-09-20 09:34:38 -06:00
Mateusz Pusz
866550eefc
docs: MSVC compilation announced and its bugs listed on the compiler's conformance page
2024-09-10 21:00:30 +02:00
Mateusz Pusz
698accac4f
docs: import std; row added to the "C++ compiler support" table
2024-07-16 20:50:42 +02:00
Mateusz Pusz
4551a247b5
fix: broken links in the docs fixed
2024-05-30 12:10:19 +02:00
Mateusz Pusz
9c4a87e2e4
docs: gcc-14 does not support C++ modules correctly
2024-05-29 20:45:26 +02:00
Mateusz Pusz
8e0a26b933
feat: 💥 API-related Conan, CMake, and preprocessor options redesigned
2024-04-16 21:48:36 +01:00