Commit Graph

  • 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
  • 563895137a fix: missing header files added to unit.h and dimension.h Mateusz Pusz 2024-02-27 10:21:44 +01:00
  • 64b8ace663 fix: missing export added for text_encoding Mateusz Pusz 2024-02-27 10:17:32 +01:00
  • 19193577eb build: CTest usage with --output-on-failure enabled in conanfile Mateusz Pusz 2024-02-27 09:46:22 +01:00
  • 63d00977e1 docs: improved the docs for using-directives of unit_symbols Mateusz Pusz 2024-02-27 09:43:41 +01:00
  • d9723b61a6 docs: "hello units" example updated with dimensions output Mateusz Pusz 2024-02-26 14:36:49 +01:00
  • aa72c830c4 docs: import mp_units; lines removed from the recently added code examples Mateusz Pusz 2024-02-26 14:02:16 +01:00
  • 978b1918f9 style: whitespaces cleanup to make pre-commit happy Mateusz Pusz 2024-02-26 13:50:32 +01:00
  • a6fd23a5e4 docs: unit symbols admonition extended in the "Quick Start" chapter Mateusz Pusz 2024-02-26 13:47:57 +01:00
  • 95c1357820 fix: missing type_traits.h header added Mateusz Pusz 2024-02-26 10:04:24 +01:00
  • e50d75a104 feat: dimension text output added Mateusz Pusz 2024-02-26 09:30:08 +01:00
  • 10ee4cc13c feat: some light and radiation ISQ quantities added Mateusz Pusz 2024-02-24 09:32:58 +01:00
  • f1639a038b style: headers reordered to make pre-commit happy Mateusz Pusz 2024-02-23 22:24:26 +01:00
  • 5ca9168381 feat: proper exports implemented for C++ modules Mateusz Pusz 2024-02-23 21:09:17 +01:00
  • 6546878e5e fix: __cpp_explicit_this_parameter clang-18 hack applied only for C++23 and up Mateusz Pusz 2024-02-23 16:51:59 +01:00
  • 81ad4aedee refactor: get_canonical_unit moved out from detail namespace Mateusz Pusz 2024-02-23 16:40:58 +01:00
  • 97fabb9c84 refactor: compat_macros.h added to format.h Mateusz Pusz 2024-02-23 16:27:21 +01:00
  • caf40e10d4 refactor: core_gmf.h tuning Mateusz Pusz 2024-02-23 14:12:37 +01:00
  • be317116fc refactor: missing header files included Mateusz Pusz 2024-02-23 14:06:53 +01:00
  • c36fe2e9ac fix: compat_macros.h added to core_gmf.h Mateusz Pusz 2024-02-23 09:06:59 +01:00
  • c57d172e29 fix: compilation fixed after last commits Mateusz Pusz 2024-02-22 22:35:18 +01:00
  • b1466ca020 refactor: FMT macros moved to compat_macros.h Mateusz Pusz 2024-02-22 20:52:39 +01:00
  • 572968f932 ci: GitHub actions updated to not use deprecated versions Mateusz Pusz 2024-02-22 20:33:58 +01:00
  • 4475bab192 style: whitespaces fixed to make pre-commit happy Mateusz Pusz 2024-02-22 20:30:42 +01:00
  • 16ae51d748 style: SortUsingDeclarations disabled in .clang-format Mateusz Pusz 2024-02-22 20:29:59 +01:00
  • 7aacf5a3bf fix: ODR violations in C++ modules fixed for clang-18 Mateusz Pusz 2024-02-22 20:25:05 +01:00
  • c18788f3ad docs: 2.2 release announcement draft added Mateusz Pusz 2024-02-22 17:21:29 +01:00
  • cb3a29e2b5 docs: CHANGELOG updated Mateusz Pusz 2024-02-22 17:13:10 +01:00
  • f38c5ef3cf docs: CRTP full name fixed Mateusz Pusz 2024-02-22 11:23:22 +01:00
  • a907bcdcfd style: whitespaces fixed in a Dockerfile Mateusz Pusz 2024-02-22 11:19:19 +01:00
  • e37c83d5e1 docs: Cairo dependency described in the MkDocs section Mateusz Pusz 2024-02-22 09:44:30 +01:00
  • cc05323b36 Merge pull request #551 from mpusz/typed_references Mateusz Pusz 2024-02-21 10:36:09 +01:00
  • 6fed655bc3 refactor: reference interface refactored a bit to workaround clang-16 linking issues Mateusz Pusz 2024-02-21 10:17:04 +01:00
  • e6b9a5cb92 Revert "refactor: make_reference used to return values from reference operations" Mateusz Pusz 2024-02-21 10:06:31 +01:00
  • 1afb3d5c18 Merge branch 'master' of github.com:mpusz/units Mateusz Pusz 2024-02-20 19:59:53 +01:00
  • cd61e077b7 test: a few quantity_spec tests added Mateusz Pusz 2024-02-20 19:59:46 +01:00
  • f81e9bdcfe refactor: kind_of_ refactored to take a type to improve error messages Mateusz Pusz 2024-02-20 19:49:22 +01:00
  • 792bd2c191 style: small formatting cleanup of conanfile.py Mateusz Pusz 2024-02-17 23:02:00 +01:00
  • d4f41bb513 refactor: _min_cppstd replaced with an inlined version Mateusz Pusz 2024-02-17 23:00:23 +01:00
  • 8e2a3c6340 style: CheckCXXFeatureSupported.cmake reformatted to make pre-commit happy Mateusz Pusz 2024-02-17 22:50:47 +01:00
  • aacdf6770b build(conan): can_run check added before running tests Mateusz Pusz 2024-02-17 22:47:46 +01:00
  • 8cb8416ea5 build(conan): generate() now set cache_variables Mateusz Pusz 2024-02-17 22:46:24 +01:00
  • 3d89bec4b9 feat: 💥 MP_UNITS_AS_SYSTEM_HEADERS support removed Mateusz Pusz 2024-02-17 22:45:23 +01:00
  • 762f56d865 build: include_guard added to AddMPUnitsModule Mateusz Pusz 2024-02-17 22:44:30 +01:00
  • 532b9e53d4 build: check_cxx_feature_supported added Mateusz Pusz 2024-02-17 22:43:48 +01:00
  • 9f08f4b170 refactor: validate_ascii_string refactored to is_basic_literal_character_set Mateusz Pusz 2024-02-17 08:40:54 +01:00
  • cb858f1e51 feat: ABI concerns resolved with introduction of u8 strings for symbols Mateusz Pusz 2024-02-16 22:13:13 +01:00
  • 54dbeea68b style: AddMPUnitsModule reformatted with cmake-format Mateusz Pusz 2024-02-16 17:02:56 +01:00
  • 8b9ca0e342 Merge branch 'master' of github.com:mpusz/mp-units Mateusz Pusz 2024-02-16 15:46:44 +01:00
  • 0035015133 build: CMake header sets require at least 3.23 Mateusz Pusz 2024-02-15 22:22:35 +01:00
  • c24a0c060d build: add_mp_units_module improved Mateusz Pusz 2024-02-15 22:20:46 +01:00
  • 4145f3f6f1 refactor(example): partial headers replaced with the isq header Mateusz Pusz 2024-02-15 22:19:29 +01:00
  • d5474cc095 docs: minor fixes Mateusz Pusz 2024-02-15 22:18:39 +01:00
  • bde00c80c6 refactor: total energy refactored to use CTAD instead of auto Mateusz Pusz 2024-02-15 22:13:24 +01:00
  • 19826eaf3d fix: compilation fixed on C++23 Mateusz Pusz 2024-02-14 07:07:21 +01:00
  • 2e609d9d6d fix: add missing unit test changes Mateusz Pusz 2024-02-13 21:14:00 +01:00
  • 26a7b35e73 Merge pull request #550 from mpusz/typed_prefixes Mateusz Pusz 2024-02-13 20:45:53 +01:00
  • f1353a7166 docs: get_kind() note added to "Systems of Quantities" chapter Mateusz Pusz 2024-02-13 20:25:28 +01:00
  • 202c1d10da refactor: get_kind() now returns kind_of Mateusz Pusz 2024-02-13 20:23:03 +01:00
  • f16ac802b3 fix: a value set for __cpp_explicit_this_parameter Mateusz Pusz 2024-02-13 16:26:38 +01:00