Commit Graph

  • 5ef36dcf4e ci: ASzc/change-string-case-action updated to v6 Mateusz Pusz 2024-05-24 10:03:38 +02:00
  • 30a23b4c21 build: tc.absolute_paths moved out from build_all Mateusz Pusz 2024-05-24 09:39:15 +02:00
  • f227cdd227 build: tc.absolute_paths = True set to enable CMake CI Mateusz Pusz 2024-05-24 09:36:29 +02:00
  • cb7cbf4cb3 refactor: fixed_string refactoring to match the R2 specs Mateusz Pusz 2024-05-22 12:18:48 +02:00
  • 7322d9a10f refactor: std::simd-like integral_constant usage added to member functions Mateusz Pusz 2024-05-21 12:11:43 +02:00
  • 20b0848031 refactor: 2-parameters fixed_string constructors are not explicit anymore Mateusz Pusz 2024-05-21 12:11:00 +02:00
  • c9382ecbda ci: macos upgraded to version 14 Mateusz Pusz 2024-05-16 22:26:35 +02:00
  • b9614ba8a1 docs: 2.1.1 release added to CHANGELOG Mateusz Pusz 2024-05-16 22:25:30 +02:00
  • 197e2f5901 build: version 2.1.1 v2.1.1 2.1 Mateusz Pusz 2024-05-16 22:00:16 +02:00
  • 2d229514cb feat: explicit this enabled on clang-18 Mateusz Pusz 2024-05-16 19:14:30 +02:00
  • b21af8cabb fix: remove_kind fixed Mateusz Pusz 2024-05-16 19:12:38 +02:00
  • c2e1b31024 ci: clang-18 added Mateusz Pusz 2024-05-16 19:12:22 +02:00
  • bb78d160e7 fix: kind_of_ definition fixed again Mateusz Pusz 2024-05-16 18:47:52 +02:00
  • 7a79a15f4f fix: derived_quantity_spec definition fixed for C++23 Mateusz Pusz 2024-05-16 18:33:10 +02:00
  • 4703131bbd ci: CI enviornment updated + GCC 14 support added Mateusz Pusz 2024-05-16 14:34:19 +02:00
  • 309782ef4a build: -Wno-subobject-linkage added for GCC compilation of static unit tests Mateusz Pusz 2024-05-16 14:06:33 +02:00
  • 430b37e108 build: -Wno-subobject-linkage added for GCC compilation of static unit tests Mateusz Pusz 2024-05-16 14:06:33 +02:00
  • 72b6fa0fcf ci: C++ modules disabled for gcc-14 Mateusz Pusz 2024-05-16 13:46:43 +02:00
  • 96f9b5b714 ci: gcc-14 added Mateusz Pusz 2024-05-16 13:26:47 +02:00
  • af5f62f6ce ci: clang-16 reverted to ubuntu-22.04 Mateusz Pusz 2024-05-16 13:24:12 +02:00
  • a7cfa60f56 ci: python version changed to 3.x Mateusz Pusz 2024-05-16 13:15:05 +02:00
  • 2a5d5c4ebf fix: missing sstream header added to fixed_string_test Mateusz Pusz 2024-05-16 13:06:34 +02:00
  • baf77c2581 ci: Ubuntu machines upgraded to 24.04 Mateusz Pusz 2024-05-16 13:04:44 +02:00
  • f4e44651a9 docs: fmtlib dependency removed from the Compiler Explorer code Mateusz Pusz 2024-05-16 12:35:49 +02:00
  • 15a6d02152 Merge branch 'master' of github.com:mpusz/mp-units Mateusz Pusz 2024-05-16 12:33:58 +02:00
  • 5dc21fd29b refactor: zeroth_degree_Fahrenheit definition simplified Mateusz Pusz 2024-05-16 12:33:28 +02:00
  • ecb39d79c0 fix: missing headers added to quantity_spec.h Mateusz Pusz 2024-05-16 12:31:30 +02:00
  • a479246ea7 feat: basic_fixed_string implementation and testing improved Mateusz Pusz 2024-05-16 12:30:45 +02:00
  • 3ccdcdd220 Merge pull request #574 from burnpanck/bugfix/add-missing-unit-symbols-for-ohm Mateusz Pusz 2024-05-15 15:47:39 +09:00
  • 6c85ba3f17 Update src/systems/include/mp-units/systems/si/unit_symbols.h Yves Delley 2024-05-14 15:50:04 +02:00
  • 1e287c2a27 fixed value_cast<ToQP> with matching units but differing point_origin Yves Delley 2024-05-12 11:53:26 +02:00
  • ae912c0efb added one more test; highlighting an issue with detail::common_magnitude_type_impl when both types are the same Yves Delley 2024-05-12 11:47:03 +02:00
  • 5412e27677 Merge branch 'master' into feature/more-value-casts Yves Delley 2024-05-12 11:14:59 +02:00
  • f30fac17f0 added a bit of documentation Yves Delley 2024-05-12 11:13:00 +02:00
  • c0efdb1790 better handle simultaneous change of representation, unit and point_origin in value_cast, to prevent overflow in more cases. Yves Delley 2024-05-12 10:57:33 +02:00
  • d4734f630d add missing unit symbols for ohm Yves Delley 2024-05-11 11:10:30 +02:00
  • 9cddc21035 Merge pull request #572 from burnpanck/bugfix/allow-lvalue-references-in-value-cast Mateusz Pusz 2024-05-11 17:19:16 +09:00
  • c51baae074 value_cast overloads for ToQ and ToQP Yves Delley 2024-05-10 23:13:44 +02:00
  • f74f99b7b1 Merge branch 'master' into bugfix/allow-lvalue-references-in-value-cast Yves Delley 2024-05-10 23:29:43 +02:00
  • 1eb491750c fix formatting Yves Delley 2024-05-10 23:26:12 +02:00
  • 14f658120e fix value_cast with lvalue references to quantity_point Yves Delley 2024-05-10 23:08:46 +02:00
  • 8f8b908b3d added more tests, hopefully, the issue does now surface Yves Delley 2024-05-10 23:07:55 +02:00
  • be8fc9eb98 add tests for value_cast of quantity_point Yves Delley 2024-05-10 22:38:15 +02:00
  • 9300cb72ea Merge pull request #570 from burnpanck/feature/math-for-quantity-point Mateusz Pusz 2024-05-11 05:38:49 +09:00
  • 086e62c80c suggestions from review Yves Delley 2024-05-10 22:23:52 +02:00
  • 4c7f58ec94 Merge pull request #569 from burnpanck/bugfix/allow-lvalue-references-in-quantity-cast Mateusz Pusz 2024-05-11 05:06:23 +09:00
  • 09c7b059c7 review suggestions Yves Delley 2024-05-10 21:38:40 +02:00
  • c2fa8a9000 avoid using a function for the lvalue test Yves Delley 2024-05-10 21:13:21 +02:00
  • d03f9c17a3 fix constexpr and format Yves Delley 2024-05-10 20:15:15 +02:00
  • d8371074f8 fix quantity_cast to accept lvalue references Yves Delley 2024-05-10 20:07:07 +02:00
  • ddbdd6a4c2 added support for isfinite isinf and isnan on instances of quantity_point Yves Delley 2024-05-10 20:05:36 +02:00
  • b119abed56 add test for lvalue references in quantity_cast Yves Delley 2024-05-10 20:01:35 +02:00
  • 15404cd3a7 docs: Compiler Explorer links updated to reflect the systems file tree refactoring Mateusz Pusz 2024-05-09 18:08:13 +02:00
  • e4232b5834 docs: examples in README do not use C++ modules anymore Mateusz Pusz 2024-05-09 15:51:33 +02:00
  • c0f1ff701d build: additional options added to clang-tidy command and clang-tidy-18 hardcoded as an executable to use Mateusz Pusz 2024-05-08 21:53:01 +02:00
  • 54d144d112 refactor: workarounds for clang-tidy-18 Mateusz Pusz 2024-05-08 14:46:04 +02:00
  • 23ab3ecef4 feat: CMake CI updated to support the changes introduced in the latest Conan version Mateusz Pusz 2024-05-08 14:35:00 +02:00
  • 999012dd97 build: CMAKE_EXPORT_COMPILE_COMMANDS flag enabled for the developer's build Mateusz Pusz 2024-05-08 12:16:37 +02:00
  • 5bac7d341d style: clang-format applied to distibution_test.cpp Mateusz Pusz 2024-05-08 12:16:02 +02:00
  • 1c164b798a fix: some clang-tidy related changes reverted to fix clang-16 compilation Mateusz Pusz 2024-05-08 12:14:38 +02:00
  • 3dcb8f4f49 refactor: remove dependency on <ranges> header and switch to use an iterator-based copy algorithm Mateusz Pusz 2024-05-08 11:18:54 +02:00
  • 75f719add7 refactor: code refactored to comply with clang-tidy Mateusz Pusz 2024-05-08 11:12:38 +02:00
  • 901b5e5394 docs: formatting grammar language changed to EBNF Mateusz Pusz 2024-05-05 18:58:40 +02:00
  • 79a1d61c5c fix: handling of MP_UNITS_BUILD_CXX_MODULES fixed Mateusz Pusz 2024-04-25 19:33:30 +02:00
  • f770057052 refactor: IWYU updates Mateusz Pusz 2024-04-25 19:33:03 +02:00
  • 8ea346be1c refactor: 💥 header files with the entire system definitions moved up in the directory tree Mateusz Pusz 2024-04-25 16:30:52 +02:00
  • dbc225961d docs: 2.2 release announcement updated Mateusz Pusz 2024-04-25 16:24:43 +02:00
  • a5b2b793e4 docs: "Project structure" chapter expanded Mateusz Pusz 2024-04-25 16:23:59 +02:00
  • fbe3cec982 feat: 💥 core.h removed Mateusz Pusz 2024-04-25 16:09:00 +02:00
  • 56bfe8f011 refactor: underlying_type split to wrapped_type and value_type and used in code Mateusz Pusz 2024-04-25 16:08:23 +02:00
  • 4e339cdcd8 docs: ext header files got comments describing their purpose Mateusz Pusz 2024-04-25 14:36:35 +02:00
  • 11960a23ae refactor: 💥 type list tools made and implementation detail of the library Mateusz Pusz 2024-04-24 21:10:25 +02:00
  • c066104af7 refactor: 💥 framework.h introduced + IWYU Mateusz Pusz 2024-04-24 20:53:54 +02:00
  • 2a05f931e7 build: MP_UNITS_BUILD_AS_SYSTEM_HEADERS restored (but renamed) Mateusz Pusz 2024-04-24 20:17:39 +02:00
  • e4ea668998 build: IWYU enabled on GCC Mateusz Pusz 2024-04-24 20:10:44 +02:00
  • 5c680199b8 build: IWYU path handling fixed Mateusz Pusz 2024-04-24 12:43:56 +02:00
  • 117e8bd740 ci: Conan and CMake CI now use different cache names Mateusz Pusz 2024-04-23 10:38:26 +02:00
  • ece2b096fb style: clang-format to make pre-commit happy Mateusz Pusz 2024-04-23 09:19:50 +02:00
  • 15389107d4 fix: dependencies on cstdint header fixed Mateusz Pusz 2024-04-23 08:59:14 +02:00
  • 8580c59875 build: formatting headers moved back to compat_macros.h but this time they are included conditionally Mateusz Pusz 2024-04-23 08:56:27 +02:00
  • 5449fe7418 fix: formatting headers added to core_gmf.h Mateusz Pusz 2024-04-22 21:20:24 +02:00
  • 3a16a020e7 fix: fixed_string compilation fixed Mateusz Pusz 2024-04-22 20:46:40 +02:00
  • 031fa62e36 refactor: reference returns auto to improve compilation times Mateusz Pusz 2024-04-22 19:22:01 +02:00
  • e20492e159 build: formatting headers moved from compat_macros.h to fmt.h Mateusz Pusz 2024-04-22 19:21:18 +02:00
  • 795277cfeb docs: smoot example improved Mateusz Pusz 2024-04-20 17:20:33 +01:00
  • c8208e1052 docs: @nebkat contributions added to the 2.2 release announcement Mateusz Pusz 2024-04-20 17:16:50 +01:00
  • 13fbd3c35c docs: Compiler Explorer links updated Mateusz Pusz 2024-04-20 10:59:15 +01:00
  • 7d0e97b982 docs: P3045 reference added to docs Mateusz Pusz 2024-04-19 23:33:32 +01:00
  • 74458a36cf docs: emojis added to the "breaking change" statements Mateusz Pusz 2024-04-19 18:43:07 +01:00
  • 0f0d7d8715 docs: code fragments fixed in the poll titles Mateusz Pusz 2024-04-19 18:36:40 +01:00
  • eb6e331de7 style: whitespaces fixed again Mateusz Pusz 2024-04-19 18:27:41 +01:00
  • 9525a4b25b style: indentation in the blog post fixed Mateusz Pusz 2024-04-19 18:09:44 +01:00
  • 12e394f128 docs: Tokyo meeting report Mateusz Pusz 2024-04-19 18:05:47 +01:00
  • 1a6dbfd66e refactor: magnitude_test updated with the latest changes Mateusz Pusz 2024-04-19 17:08:09 +01:00
  • 94a9a28d90 refactor: ISQ quantities includes in the chrono.h limited to the SI quantities only Mateusz Pusz 2024-04-19 16:54:40 +01:00
  • 63f97d3396 fix: improved text formatting in examples Mateusz Pusz 2024-04-19 16:49:27 +01:00
  • 41f500e729 Merge pull request #555 from mpusz/new_format Mateusz Pusz 2024-04-20 00:18:23 +09:00
  • 6ad831b573 docs: 2.2 release updated with mag_ratio Mateusz Pusz 2024-04-19 16:14:34 +01:00
  • 72491443fc fix: use std::formattable only when fmtlib is not used Mateusz Pusz 2024-04-19 15:30:42 +01:00
  • f90a218705 refactor: 💥 ratio hidden as an implementation detail behind mag_ratio Mateusz Pusz 2024-04-19 15:29:00 +01:00