Commit Graph

  • 8f45f5f66d docs: intro to ISQ part 2 changed Mateusz Pusz 2024-10-14 19:01:35 +02:00
  • a6e4f897a8 docs: ISQ part 2 published Mateusz Pusz 2024-10-14 18:42:50 +02:00
  • 89bafed961 docs: conan profile updated to present gcc-14 instead of gcc-12 which is no longer supported Mateusz Pusz 2024-10-11 12:59:38 +02:00
  • 87d0d73d1b fix: MSVC bug workaround Mateusz Pusz 2024-10-10 22:40:49 +02:00
  • 527c6dae63 test: fmt unit tests updated to the latest version Mateusz Pusz 2024-10-10 09:00:31 +02:00
  • 195c3ad68b test: Unicode symbols used in unit tests Mateusz Pusz 2024-10-10 00:12:43 +02:00
  • d790c8b44a feat: Unicode unit symbols Mateusz Pusz 2024-10-10 00:10:05 +02:00
  • 4eb63227e2 refactor: 💥 ascii -> portable, unicode -> utf8, 'A' -> 'P' Mateusz Pusz 2024-10-10 00:02:08 +02:00
  • cb424a79c0 fix: math functions constraints fixed Mateusz Pusz 2024-10-09 18:28:44 +02:00
  • f1590b0f04 refactor: magnitude::op==() now uses our own is_same_v Mateusz Pusz 2024-10-09 17:28:04 +02:00
  • 2b1e7edd69 refactor: derived_from_the_same_base_dimension no longer needed Mateusz Pusz 2024-10-09 17:27:01 +02:00
  • 70a18fec0c refactor: 💥 op==(U1, U2) now checks for the same type (old behavior available as equivalent(U1, U2)) + convertible now verifies associated quantity_spec as well Mateusz Pusz 2024-10-09 17:26:13 +02:00
  • e3ce507fd3 docs: initial version of ISQ part 5 added Mateusz Pusz 2024-10-08 09:15:57 +02:00
  • 01c5169600 docs: ISQ part 1 published Mateusz Pusz 2024-10-07 08:42:38 +02:00
  • dd55a52675 feat: alternative litre unit symbol L added to prevent ambiguities with 1 Mateusz Pusz 2024-10-06 08:32:38 +02:00
  • 2249879d62 feat: litre text symbol changed from l to L to avoid ambiguity with 1 Mateusz Pusz 2024-10-06 08:17:30 +02:00
  • 65860ad7d7 build: setting of some test_package CMake options enabled only for a cxx_modules build Mateusz Pusz 2024-10-06 08:06:38 +02:00
  • ee7caf494e docs: better_type_name description added in a comment Mateusz Pusz 2024-10-06 08:05:10 +02:00
  • cff9e25d3e feat: common_unit selection algorithm improved to make rev + rad return rad Mateusz Pusz 2024-10-05 22:57:46 +02:00
  • 21d07a4cf4 docs: "Symbols of scaled units" chapter added + minor updates to scaled and common units chapters Mateusz Pusz 2024-10-05 18:11:18 +02:00
  • 569f27af8b fix: common_unit handling fixed for some corner cases Mateusz Pusz 2024-10-05 17:52:52 +02:00
  • 07e4e795c1 refactor: magnitude interface cleanup Mateusz Pusz 2024-10-04 17:22:15 +02:00
  • f07e518ff0 test: unit tests for the inverse of mag_constant added Mateusz Pusz 2024-10-04 14:59:39 +02:00
  • fbe384a476 feat: TagType concept added Mateusz Pusz 2024-10-04 14:55:59 +02:00
  • 909d7d9065 docs: added TODO for radical powers of magnitude tests Mateusz Pusz 2024-10-04 09:13:08 +02:00
  • a95b2c770e fix: explicit cast added to less for magnitudes to fix clang-arm64 conversion error Mateusz Pusz 2024-10-03 22:10:38 +02:00
  • cc521ee723 fix: magnitude compilation fixed Mateusz Pusz 2024-10-03 20:40:46 +02:00
  • dba8b07eb5 feat: added support for printing powers of magnitude constants Mateusz Pusz 2024-10-03 19:34:16 +02:00
  • d783c3cda9 feat: magnitude text now obeys formatting parameters and knows how to print constants Mateusz Pusz 2024-10-03 18:39:41 +02:00
  • 5c1035a312 fix: extraneous space in unit symbol having only denominators removed Mateusz Pusz 2024-10-03 18:34:37 +02:00
  • 2c15f3c058 feat: tag types are now required to be empty Mateusz Pusz 2024-10-03 16:51:01 +02:00
  • 6f771e0ed7 refactor: shorten_T removed Mateusz Pusz 2024-10-03 16:46:57 +02:00
  • 87ed5c02d2 refactor: unit_symbol_formatting moved to a dedicated header file Mateusz Pusz 2024-10-03 16:46:17 +02:00
  • 1ee98471ac refactor: unit_symbol_impl simplified Mateusz Pusz 2024-10-03 16:44:59 +02:00
  • 51dc1d7469 fix: according to ISO 80000-16 % should always be prefixed with space Mateusz Pusz 2024-10-03 11:54:40 +02:00
  • 1a8a386460 feat: fractional exponents support added to mag_power Mateusz Pusz 2024-10-03 10:25:23 +02:00
  • f3e1ace5f6 refactor(tests): usf alias provided in unit_symbol_test.h Mateusz Pusz 2024-10-03 09:22:49 +02:00
  • defc69b346 refactor: 💥 mag_constant now takes a symbol and a value and the class deriving from it must be final Mateusz Pusz 2024-10-02 19:05:45 +02:00
  • 79cfd3ec9a fix: clang-16 compilation fixed Mateusz Pusz 2024-10-02 18:01:34 +02:00
  • eeece8a356 feat: scaled_unit does not have a priority over derived_unit anymore Mateusz Pusz 2024-10-02 16:10:29 +02:00
  • d7309c8602 feat: scaled_unit symbol printing improved ([] around the entire unit, small magnitude values do not use a power of 10 anymore) Mateusz Pusz 2024-10-02 15:27:38 +02:00
  • 61817ae61f refactor: abs moved to constexpr_math.h Mateusz Pusz 2024-10-02 15:24:52 +02:00
  • 25e99fe0fa feat: common unit symbols now use EQUIV{u1, u2, ...} syntax Mateusz Pusz 2024-10-02 08:14:14 +02:00
  • 0d00be067a refactor: convertible(U1, U2) implementation simplified Mateusz Pusz 2024-10-01 21:37:31 +02:00
  • 246defb9b2 fix: constraits for magnitude added for scaled_unit and fixed common_unit instantiating it incorrectly Mateusz Pusz 2024-10-01 21:36:33 +02:00
  • 4a98817c15 feat(example): currency example now uses chrono::time_point and has better interfaces Mateusz Pusz 2024-10-01 19:53:02 +02:00
  • 74c55baebe docs: minor cleanup of quantity hierarchies Mateusz Pusz 2024-10-01 19:52:06 +02:00
  • 77aa13e54d docs: minor cleanup of part 1 and 3 of ISQ series Mateusz Pusz 2024-10-01 19:51:15 +02:00
  • 50bfb1a21c docs: ISQ part 4 added Mateusz Pusz 2024-10-01 19:50:48 +02:00
  • 1ff527b5e8 docs: ISQ parts 1-3 improved Mateusz Pusz 2024-10-01 12:07:19 +02:00
  • e7663fe9fd ci: MSVC enabled on CMake CI Mateusz Pusz 2024-09-30 20:03:10 +02:00
  • a9fc203ee5 fix: MSVC workaround applied to test_package Mateusz Pusz 2024-09-30 19:46:21 +02:00
  • 1039332750 style: pre-commit whitespaces cleanup in ISQ articles Mateusz Pusz 2024-09-30 19:21:36 +02:00
  • c9c22ba08a ci: commands of ci-conan fixed for MSVC Mateusz Pusz 2024-09-30 19:19:19 +02:00
  • 367b03358d docs: "MSVC compiler support" chapter added to the 2.3.0 announcement Mateusz Pusz 2024-09-30 19:11:10 +02:00
  • cc043360d5 ci: MSVC added to the CI Mateusz Pusz 2024-09-30 19:07:37 +02:00
  • 5f1c53dcd8 docs: typo fixed in the "iec80000 system renamed to iec" chapter of the 2.3.0 announcement Mateusz Pusz 2024-09-30 18:57:42 +02:00
  • 801e14c9d9 docs: minor styling changes to the "Systems of Quantities" chapter Mateusz Pusz 2024-09-30 18:25:53 +02:00
  • 189e75b3c2 docs: 3 first articles of the ISQ series added Mateusz Pusz 2024-09-30 18:25:03 +02:00
  • 6ffe2d022a style: pre-commit Mateusz Pusz 2024-09-30 18:23:34 +02:00
  • 0da8af7ffe ci: sudo apt update added for documentation.yml in hope that it will resolve missing system pacakges issue Mateusz Pusz 2024-09-30 17:11:15 +02:00
  • 11338c4324 docs: blog comments support added Mateusz Pusz 2024-09-30 14:47:28 +02:00
  • 59eeba213a docs: category of the ISO meeting reports changed to "WG21 Updates" Mateusz Pusz 2024-09-30 14:08:30 +02:00
  • dc8772ca23 docs: graphs of ISQ kind hierarchies improved Mateusz Pusz 2024-09-28 15:54:42 +02:00
  • f9f488ca19 docs: missing systems added to the "Project Structure" chapter Mateusz Pusz 2024-09-28 15:27:26 +02:00
  • 47344b13bd refactor: pi mag_constant refactored to be one-liner Mateusz Pusz 2024-09-28 15:20:41 +02:00
  • fcbd172135 feat: iec::bit using-declared in iec::unit_symbols Mateusz Pusz 2024-09-28 15:08:36 +02:00
  • fb8f67c68a refactor: 💥 all iec quantity specifications are now deprecated and moved to isq Mateusz Pusz 2024-09-28 15:06:22 +02:00
  • 5a48f19746 feat: 💥 phase_velocity and group_velocity aliases removed from ISQ by ISO Mateusz Pusz 2024-09-28 11:58:28 +02:00
  • 1c8b8ff8e9 fix: missing are_ingredients_convertible overloads added Mateusz Pusz 2024-09-27 19:16:11 +02:00
  • b4697896f4 docs: 2.4.0 section added to CHANGELOG Mateusz Pusz 2024-09-27 13:44:39 +02:00
  • 7fabd975dc chore: mp-units version bumped to 2.4.0 Mateusz Pusz 2024-09-27 13:38:51 +02:00
  • 83941d9575 build(conan): default values for Conan options changed v2.3.0 Mateusz Pusz 2024-09-27 12:53:23 +02:00
  • 7a196f47ba docs: CHANGELOG updated Mateusz Pusz 2024-09-27 12:22:47 +02:00
  • 3fc7ecc316 build(conan): packaging improved Mateusz Pusz 2024-09-27 12:12:26 +02:00
  • 7ea1ea0ff7 fix: __cpp_deleted_function workaround for clang-19 added Mateusz Pusz 2024-09-27 11:59:37 +02:00
  • 5f2cb78037 build: package_type is dynamically set in conanfile.py depending if we build modules or not Mateusz Pusz 2024-09-27 07:53:13 +02:00
  • 562c2e1ea1 docs: 2.3.0 release announcement updated Mateusz Pusz 2024-09-26 20:48:20 +02:00
  • 9ed9132794 docs: CHANGELOG updated Mateusz Pusz 2024-09-26 20:46:37 +02:00
  • 3190d15eba feat: common_unit support added Mateusz Pusz 2024-09-26 20:28:41 +02:00
  • 25af8c9d8f feat: for_each on std::tuple added Mateusz Pusz 2024-09-26 16:40:20 +02:00
  • 922907890f feat: type_list_unique added Mateusz Pusz 2024-09-26 13:04:52 +02:00
  • a27089cb9c Revert "build: clang no longer needs a workaround for 75057" Mateusz Pusz 2024-09-26 10:30:34 +02:00
  • a7471ead84 build: clang no longer needs a workaround for 75057 Mateusz Pusz 2024-09-26 10:24:32 +02:00
  • 028410941d feat: multiply syntax for offset units marked as deprecated Mateusz Pusz 2024-09-26 10:23:26 +02:00
  • 1caa7b7406 feat: iec80000 namespace marked as deprecated Mateusz Pusz 2024-09-26 10:22:43 +02:00
  • fe1fab03a3 feat: mag_pi marked as deprecated Mateusz Pusz 2024-09-26 10:20:45 +02:00
  • 8c12f95ee5 Revert "feat: 💥 variadic template versions of get_common_XXX() removed (only 2-argument overloads used in practice)" Mateusz Pusz 2024-09-25 12:51:33 +02:00
  • 534df1bfc1 fix: setting path to node_modules/.bin fixed Mateusz Pusz 2024-09-25 12:49:57 +02:00
  • 1c31a2e7cb build: API Reference generation procedure simplified Mateusz Pusz 2024-09-25 12:39:37 +02:00
  • ab888aaecd feat: 💥 variadic template versions of get_common_XXX() removed (only 2-argument overloads used in practice) Mateusz Pusz 2024-09-24 18:22:00 +02:00
  • ed9e67537b fix: mag constraints fixed for clang-17 Mateusz Pusz 2024-09-24 10:12:47 +02:00
  • e23e185cce fix: missing header files added to constexpr_math.h Mateusz Pusz 2024-09-24 09:58:01 +02:00
  • bbef4f903b build: catch2 dependency updated to 3.7.0 Mateusz Pusz 2024-09-24 09:37:39 +02:00
  • dcab80525d refactor: 💥 common_XXX() functions renamed to get_common_XXX() Mateusz Pusz 2024-09-24 09:36:59 +02:00
  • 5f9a6e4a20 docs: 2.3.0 release announcement updated Mateusz Pusz 2024-09-24 09:03:06 +02:00
  • c05e1bcdb7 docs: fix typo in the "Value conversions summary" chapter Mateusz Pusz 2024-09-24 09:02:48 +02:00
  • 226118852f docs: imrpove "Superpowers of the unit one" chapter Mateusz Pusz 2024-09-24 09:02:25 +02:00
  • 488572cbe0 docs: import_std Conan option marked as experimental Mateusz Pusz 2024-09-24 09:00:56 +02:00
  • d4861a36fd docs: CHANGELOG updated Mateusz Pusz 2024-09-24 08:54:55 +02:00