125 Commits

Author SHA1 Message Date
f4b167a269 docs: deprecated header files removed from documentation 2025-06-20 10:56:34 +02:00
40abc664e8 docs: clang-19 issues mentioned in a compiler support table 2025-04-03 07:59:18 +01:00
dc8843eeeb refactor: MSVC bug is fixed so workaround is removed 2025-02-15 10:39:36 +01:00
8293f023dd Update apple-clang compiler support info for std::format 2024-12-19 14:10:21 -05:00
f99a73a75f refactor: "expression templates" renamed to "symbolic expressions" 2024-11-28 15:34:52 +01:00
b77aa52355 refactor: absolute renamed to point
Resolves #645
2024-11-24 14:19:16 +01:00
580ddf7ab6 docs: comment about default options changed in conanfile examples 2024-11-20 09:23:32 +01:00
384cb87eac style: pre-commit 2024-11-20 00:18:31 +01:00
6fde5ec911 docs: contracts Conan option default value description improved 2024-11-20 00:17:11 +01:00
8c39e02f88 docs: conanfile.py examples added to the installation chapter 2024-11-19 23:53:21 +01:00
86cbe972d3 docs: mp-units Conan options added to conanfile.txt examples 2024-11-19 20:34:12 +01:00
7b64b4b650 refactor: 💥 from now unit_symbol and dimension_symbol always returns std::string_view 2024-11-16 09:57:53 +01:00
57a030a602 docs: 2.4.0 release 2024-11-05 17:30:38 +01:00
50b4ed94d2 docs: "Why derived units order is not preserved from the multiplication?" chapter added to FAQ 2024-10-16 17:17:48 +02:00
89bafed961 docs: conan profile updated to present gcc-14 instead of gcc-12 which is no longer supported 2024-10-11 12:59:38 +02:00
4eb63227e2 refactor: 💥 ascii -> portable, unicode -> utf8, 'A' -> 'P' 2024-10-10 00:02:08 +02:00
f9f488ca19 docs: missing systems added to the "Project Structure" chapter 2024-09-28 15:27:26 +02:00
7fabd975dc chore: mp-units version bumped to 2.4.0 2024-09-27 13:38:51 +02:00
488572cbe0 docs: import_std Conan option marked as experimental 2024-09-24 09:00:56 +02:00
e6c65d6c89 build: MP_UNITS_BUILD_IMPORT_STD CMake option removed 2024-09-20 09:34:38 -06:00
93f41cf499 docs: Compiler Explorer link to basic operations example updated 2024-09-13 10:48:46 +02:00
866550eefc docs: MSVC compilation announced and its bugs listed on the compiler's conformance page 2024-09-10 21:00:30 +02:00
2a4e1e3d95 docs: Rework of "Getting Started" section
Inspired by #603
2024-09-05 08:17:35 +02:00
698accac4f docs: import std; row added to the "C++ compiler support" table 2024-07-16 20:50:42 +02:00
827b0f5ee1 docs: small celanup of "Build options" chapter 2024-07-16 17:36:41 +02:00
b870b85c25 feat: import std; support added
Resolves #595
2024-07-16 17:36:00 +02:00
fcc16ae282 feat: convertibility of a quantity with a unit one with the raw value added
Resolves #553
2024-07-14 18:31:11 +02:00
175fd04c3a fix: LA library bug workaround
Blocked by BobSteagall/wg21#77
2024-07-11 19:18:28 +02:00
de1381748c feat: 💥 Conan and CMake options changed as requested at ConanCenter code review 2024-07-03 18:45:19 +01:00
1365d62293 refactor: degree Celsius and Fahrenheit symbols text now use Unicode codepoints 2024-07-02 11:43:53 +01:00
ba8681f90b feat: 💥 delta and absolute construction helpers 2024-06-30 12:03:24 +02:00
fc1c11cd96 docs: broken links to systems subdirectory fixed 2024-06-25 13:49:50 -05:00
1b31518f09 Merge pull request #585 from mpusz/reference_modifiers
Reference specifiers
2024-06-21 04:18:56 +09:00
579b658a4d docs: docs updated to use new spelling for Conan options 2024-06-20 14:52:02 +02:00
4b46be7604 refactor: reference specifiers are now variable templates 2024-06-20 09:20:33 +02:00
1eac5a923b docs: documentation updated for reference specifiers 2024-06-20 08:54:58 +02:00
d7345fb005 docs: 2.2.0 release 2024-06-14 15:53:05 +02:00
2876ae1ebd build: CMake API parameter values handling and documentation improved
Relates to #581
2024-06-05 08:27:48 +02:00
22c82f1c00 docs: MP_UNITS_DEV_CLANG_TIDY added and release tags updated for other _DEV_ options 2024-05-31 09:02:00 +02:00
bbd048b9be docs: freestanding flags documentation added 2024-05-30 20:42:53 +02:00
6486c85773 ci: clang-tidy CI added 2024-05-30 15:00:25 +02:00
a6562acde5 feat: allow configuring GSL library use
Resolves #576
2024-05-30 12:23:14 +02:00
4551a247b5 fix: broken links in the docs fixed 2024-05-30 12:10:19 +02:00
9c4a87e2e4 docs: gcc-14 does not support C++ modules correctly 2024-05-29 20:45:26 +02:00
f4e44651a9 docs: fmtlib dependency removed from the Compiler Explorer code 2024-05-16 12:35:49 +02:00
15404cd3a7 docs: Compiler Explorer links updated to reflect the systems file tree refactoring 2024-05-09 18:08:13 +02:00
8ea346be1c refactor: 💥 header files with the entire system definitions moved up in the directory tree 2024-04-25 16:34:11 +02:00
a5b2b793e4 docs: "Project structure" chapter expanded 2024-04-25 16:23:59 +02:00
2a05f931e7 build: MP_UNITS_BUILD_AS_SYSTEM_HEADERS restored (but renamed) 2024-04-24 20:17:39 +02:00
13fbd3c35c docs: Compiler Explorer links updated 2024-04-20 10:59:15 +01:00