Commit Graph

  • 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
  • 17de6bd872 fix: clang compilation fixed workarounded with the CTAD for quantity_formatter Mateusz Pusz 2024-04-19 14:38:11 +01:00
  • 00372cc5d5 docs: "Quantity formatting" chapter updated Mateusz Pusz 2024-04-18 22:55:19 +01:00
  • 4ee7fb3375 style: formatting fixed to make pre-commit happy Mateusz Pusz 2024-04-18 22:41:57 +01:00
  • 86743d6d24 fix: std::formattable usage is now conditional Mateusz Pusz 2024-04-18 22:41:13 +01:00
  • c5afd722e7 docs: Some docs updated to reflect the latest formatting changes Mateusz Pusz 2024-04-18 22:37:24 +01:00
  • fa04e93687 feat: New formatting specification implemented Mateusz Pusz 2024-04-18 22:29:09 +01:00
  • ae1003b279 Merge pull request #563 from NoahBres/master Mateusz Pusz 2024-04-19 06:17:41 +09:00
  • 7705d8b746 New line nbresler 2024-04-18 10:35:01 -07:00
  • 0346a4a4d3 Prepend details namesapce nbresler 2024-04-18 10:21:26 -07:00
  • c8b535cf4c feat: improved automatic mode of MP_UNITS_API_STD_FORMAT Mateusz Pusz 2024-04-18 17:38:11 +01:00
  • 832cba8134 Merge pull request #562 from nebkat/feat-remainder Mateusz Pusz 2024-04-18 21:35:36 +09:00
  • 069f2bf11a feat: IEEE floating-point division remainder Nebojsa Cvetkovic 2024-04-18 11:48:45 +01:00
  • 1e3a93d10c docs: new formatting syntax ideas Mateusz Pusz 2024-04-17 14:20:15 +01:00
  • da9340005f docs: 2.2 release announcement updated Mateusz Pusz 2024-04-17 12:16:40 +01:00
  • 94b4d0a3e3 fix: bugs introduced by the flake8 recommendations fixed and those warnings are ignored from now on Mateusz Pusz 2024-04-17 11:40:24 +01:00
  • 4c9570e3ba docs: pre commit steps description for non-Conan users added to the contributing guide Mateusz Pusz 2024-04-16 22:21:18 +01:00
  • 8e50eae64f style: header files order changed to make pre-commit happy Mateusz Pusz 2024-04-16 22:14:35 +01:00
  • c40967bb2e fix: CMake config file now has a proper logic for std::format Mateusz Pusz 2024-04-16 22:12:43 +01:00
  • 23c4e0e45c fix: fmtlib handling in package_info() fixed Mateusz Pusz 2024-04-16 22:08:03 +01:00
  • 8e0a26b933 feat: 💥 API-related Conan, CMake, and preprocessor options redesigned Mateusz Pusz 2024-04-16 21:48:36 +01:00
  • 7b57ce5ab1 build: 💥 MP_UNITS_BUILD_LA and MP_UNITS_IWYU CMake options now have _DEV_ in the name Mateusz Pusz 2024-04-12 09:43:02 +02:00
  • 5036a3e0e0 docs: "The affine space" chapter improved Mateusz Pusz 2024-03-24 07:16:23 +01:00
  • 89e61169f8 style: whitespaces fixed to make pre-commit happy Mateusz Pusz 2024-03-23 23:55:32 +09:00
  • a18b4e6c59 docs: the affine space chapter rewritten Mateusz Pusz 2024-03-23 22:21:33 +09:00
  • 67caa04cbe ci: clang-18 added Mateusz Pusz 2024-03-22 09:40:45 +09:00
  • 0644790198 fix: zero-initialization for a unit symbol buffer Mateusz Pusz 2024-03-19 10:37:47 +09:00
  • a62fdd2331 refactor: precondition checks and asserts cleanup Mateusz Pusz 2024-03-19 10:37:01 +09:00
  • fb97c2ea5a refactor: basic_symbol_text renamed to symbol_text Mateusz Pusz 2024-03-18 23:12:39 +09:00
  • 7a0baae1ee feat: precondition checks added to basic_symbol_text Mateusz Pusz 2024-03-18 22:52:30 +09:00
  • 16f4f5d4a8 refactor: fixed_string refactored to reflect the latest changes to P3094R1 Mateusz Pusz 2024-03-18 22:50:35 +09:00
  • 02dc42738f fix: missing gsl-lite.hpp includes added Mateusz Pusz 2024-03-18 20:05:08 +09:00
  • e7fdc96efe Merge branch 'master' of github.com:mpusz/units Mateusz Pusz 2024-03-03 17:33:53 +01:00
  • a04cc62911 refactor: return type constraints improved for quantity and quantity_point Mateusz Pusz 2024-03-03 17:33:48 +01:00
  • 5675002a76 docs: "Changes to units definitions" chapter reordered in TOC in the 2.2 release announcement Mateusz Pusz 2024-03-03 17:20:04 +01:00
  • 95c4ba8ee5 docs: text_encoding code comments improved Mateusz Pusz 2024-02-28 08:52:58 +01:00
  • 1c9eb2bdb8 feat: string header added to core_gmf Mateusz Pusz 2024-02-28 08:52:40 +01:00
  • 1bc2ce585f docs: "Improved text output" added to the 2.2 release announcement Mateusz Pusz 2024-02-27 21:08:46 +01:00
  • 88e2656dc7 style: trailing whitespaces removed to make pre-commit happy Mateusz Pusz 2024-02-27 14:10:43 +01:00
  • bcca52e298 docs: "Text Output" chapter updated with the recent formatting changes Mateusz Pusz 2024-02-27 13:58:06 +01:00
  • 5d041fda2d test: unit_symbol() and dimension_symbol() runtime unit tests added Mateusz Pusz 2024-02-27 10:23:09 +01:00
  • 0c97be0be1 refactor: workaround for clang bug added to unit_symbol() and dimension_symbol() Mateusz Pusz 2024-02-27 10:22:26 +01:00