Commit Graph

  • 712a38eda6 Fix badge image links Chip Hogg 2023-01-14 14:11:21 +00:00
  • 3a4eb9143c Merge pull request #420 from Twon/update_codeql_cachekey Mateusz Pusz 2023-01-07 12:21:40 +01:00
  • cfb4614fb6 Remove whitespace Antony Peacock 2023-01-07 10:27:38 +00:00
  • 05e80a75f6 Merge branch 'master' into update_codeql_cachekey Antony Peacock 2023-01-07 10:24:33 +00:00
  • a1ed005c12 Ensure OS present Antony Peacock 2023-01-07 10:15:48 +00:00
  • af5d562047 Merge pull request #419 from Twon/update_codeql_cachekey Mateusz Pusz 2023-01-07 10:10:50 +01:00
  • 09c2fabec4 Stray stdlib with old style expansion Antony Peacock 2023-01-07 08:52:26 +00:00
  • 845d347773 Cache keys were missed in last update Antony Peacock 2023-01-07 08:34:36 +00:00
  • 57ad07573d Merge pull request #418 from Twon/workflow_run_on_requires_matrix Mateusz Pusz 2023-01-07 09:22:04 +01:00
  • 6fbbdb0e47 Remove trailing white space Antony Peacock 2023-01-06 22:45:19 +00:00
  • 30d0dbfff8 Run on does not have access to environment. Use matrix for common OS setting Antony Peacock 2023-01-06 22:40:08 +00:00
  • 867e5cd2b8 Merge pull request #417 from Twon/conan_cache_fix Mateusz Pusz 2023-01-06 20:19:13 +01:00
  • c786ae1e47 Whitespace fix Antony Peacock 2023-01-06 17:07:17 +00:00
  • c677264e44 Syntax fix Antony Peacock 2023-01-06 16:49:48 +00:00
  • 10df364407 Missing env Antony Peacock 2023-01-06 16:35:44 +00:00
  • b028f76664 Remove matrix values Antony Peacock 2023-01-06 16:33:24 +00:00
  • 93e2daced8 Environment variable acccess does not require env prefix Antony Peacock 2023-01-06 16:20:12 +00:00
  • 4e89392beb Merge pull request #416 from Twon/buildinfo_in_cachekey Mateusz Pusz 2023-01-06 14:31:30 +01:00
  • 8b0b477e52 Merge branch 'master' into buildinfo_in_cachekey Antony Peacock 2023-01-06 13:11:42 +00:00
  • 41d90cc917 Update all workflows to use new Conan cache key Antony Peacock 2023-01-06 13:05:36 +00:00
  • 46d72d5cd7 Merge pull request #415 from Twon/buildinfo_in_cachekey Mateusz Pusz 2023-01-06 12:43:54 +01:00
  • e002c3f0c6 Merge branch 'master' into buildinfo_in_cachekey Antony Peacock 2023-01-06 11:30:07 +00:00
  • 7a79a44343 Move the cachekey to using build information for identiciation. Antony Peacock 2023-01-06 11:17:52 +00:00
  • 9a7a55b873 test: test's text output fixed after unit ordering change Mateusz Pusz 2023-01-05 10:39:23 +01:00
  • 7c43d27a21 ci: there is no clang-12 on jammy Mateusz Pusz 2023-01-04 20:50:20 +01:00
  • 1a3e29ebbb docs: trailing whitespace removed from glossary docs Mateusz Pusz 2023-01-04 20:47:29 +01:00
  • 48265f0d4e ci: gcc-12 support added Mateusz Pusz 2023-01-04 20:40:12 +01:00
  • f7cd43da35 docs: linear algebra examples added to the "quantity value" in glossary Mateusz Pusz 2023-01-04 20:18:33 +01:00
  • 163295842e test: initial version of linear_algebra_test added Mateusz Pusz 2023-01-04 19:06:25 +01:00
  • 1d83b7a99c fix: incorrect function trailing ; removed Mateusz Pusz 2023-01-04 15:34:10 +01:00
  • b78b53e757 build(example): custom_systems example removed as not relevant anymore Mateusz Pusz 2023-01-04 15:32:13 +01:00
  • da64f17895 feat: quantity::number_in(Unit auto) added + removed non-const lvalue overload of number() Mateusz Pusz 2023-01-03 17:44:44 +01:00
  • eec4312e01 style: clang-format applied to last commits to make pre-commit happy Mateusz Pusz 2023-01-03 14:27:44 +01:00
  • 8644df8a98 Merge branch 'master' of github.com:mpusz/units Mateusz Pusz 2023-01-03 14:23:30 +01:00
  • 49ba489118 Merge pull request #407 from burnpanck/feature/make-fmt-more-embedded-friendly Mateusz Pusz 2023-01-01 22:45:20 +01:00
  • 662df7c406 docs: CONTRIBUTING.md instructions updated Mateusz Pusz 2022-12-31 18:18:27 +01:00
  • a6901a17e8 double check MSVC fix Yves Delley 2022-12-31 14:07:33 +01:00
  • 02f6f36aeb one more attempt at fixing the MSVC failures Yves Delley 2022-12-31 12:45:55 +01:00
  • b6da63b2f0 refactor macros to start with UNITS_ and fix an MSVC issue with FMT_THROW Yves Delley 2022-12-30 17:16:26 +01:00
  • 2cf736a1e6 feat: preventing possible future units crash when using namespace std; Mateusz Pusz 2022-12-29 20:18:48 +01:00
  • 6b72dd39c1 refactor: headers with system definitions moved to _systems_ subdirectory Mateusz Pusz 2022-12-29 19:27:54 +01:00
  • 2571b36964 test: additional checks for dimensionless units added to iec80000 quantities Mateusz Pusz 2022-12-29 19:01:32 +01:00
  • c7d7c7d49f refactor: isq_angle refactored after consulting with Paul Quincey Mateusz Pusz 2022-12-29 19:00:15 +01:00
  • 97da55edfa refactor: the rest of the systems refactored for V2 Mateusz Pusz 2022-12-29 18:59:10 +01:00
  • a9c190a7bf test: iec80000 unit test added Mateusz Pusz 2022-12-27 12:51:28 +01:00
  • 05da8b6153 fix: storage_capacity definition fixed Mateusz Pusz 2022-12-27 12:50:47 +01:00
  • 12e48ea3c0 fix: _quantity.h_ header added to _base_quantities.h_ to make all the definition complete Mateusz Pusz 2022-12-27 12:49:21 +01:00
  • 016984f1b3 feat: about half of IEC 80000 quantities support added Mateusz Pusz 2022-12-27 12:20:23 +01:00
  • 7ee95bcbeb test: metabench tests removed from repo Mateusz Pusz 2022-12-27 11:04:49 +01:00
  • 26ec17ceb2 refactor: experimental_angle example renamed to strong_angular_quantities + cotes angle fix Mateusz Pusz 2022-12-27 10:56:13 +01:00
  • f430e81202 style: CMake files reformatted to make pre-commit happy Mateusz Pusz 2022-12-27 10:51:29 +01:00
  • 6165392d84 test: isq_angle_test added Mateusz Pusz 2022-12-27 10:50:20 +01:00
  • 84c16b27bb refactor: cotes_angle renamed to cotes_angle_constant + cotes_angle constant introduced Mateusz Pusz 2022-12-27 10:49:47 +01:00
  • 3653053e48 refactor: experimental_angle example refactored for V2 Mateusz Pusz 2022-12-27 10:36:01 +01:00
  • f0a91aa77e refactor: math functions constraints weakened to allow interoperability with more argument types Mateusz Pusz 2022-12-27 10:29:48 +01:00
  • eea25c13c7 feat: isq_angle system added Mateusz Pusz 2022-12-27 10:23:59 +01:00
  • 5914744e5d fix: solid_angular_measure definition fixed Mateusz Pusz 2022-12-27 10:18:37 +01:00
  • 58949bf22a feat: rad2 unit symbol added Mateusz Pusz 2022-12-27 10:17:58 +01:00
  • 210f401416 refactor: units ordering do need type_name (it also caused worse ordering on text output) Mateusz Pusz 2022-12-27 10:08:59 +01:00
  • ff14b49b68 refactor: additional unit tests enabled for the V2 build Mateusz Pusz 2022-12-25 17:34:51 +01:00
  • 9e5a95edef feat: deg unit symbol added to SI Mateusz Pusz 2022-12-25 17:33:47 +01:00
  • 2a3e1f6035 refactor: angular system created Mateusz Pusz 2022-12-25 17:32:29 +01:00
  • daf6d2fb7a refactor: downcasting-specific build options removed Mateusz Pusz 2022-12-25 17:30:08 +01:00
  • 1cec3d4867 refactor: _chrono.h_, _math.h_, and _random.h_ move to utlitity CMake module Mateusz Pusz 2022-12-25 17:20:44 +01:00
  • 07687f9ef6 refactor: _generic/dimensionless.h_ removed (units added to _unit.h_) Mateusz Pusz 2022-12-25 17:14:54 +01:00
  • fd26f8cdff refactor(example): glide computer refactored for V2 Mateusz Pusz 2022-12-23 19:24:56 +01:00
  • 278dbace98 refactor(example): remaining kalman filter examples refactored for V2 Mateusz Pusz 2022-12-23 19:23:00 +01:00
  • 770b9ab6ee refactor: basic_concepts removed Mateusz Pusz 2022-12-23 19:21:35 +01:00
  • b9f2b7fe9d refactor: std::chrono support refactored for V2 Mateusz Pusz 2022-12-23 19:21:01 +01:00
  • a45088b859 refactor: quantity_point refactored for V2 Mateusz Pusz 2022-12-23 19:20:34 +01:00
  • 4efbf81814 docs: another small cleanup of quantity Mateusz Pusz 2022-12-23 19:16:23 +01:00
  • 0987fffe99 fix: [[nodiscard]] removed from a format() function Mateusz Pusz 2022-12-23 18:06:38 +01:00
  • 9ad2cd5986 fix: QUANTITY_SPEC macros now use units:: namespace Mateusz Pusz 2022-12-23 18:04:40 +01:00
  • dd8fb22e6e feat: quantity is now a structural type Mateusz Pusz 2022-12-23 18:03:15 +01:00
  • e2a2076c8d style: quantity header cleanup Mateusz Pusz 2022-12-23 18:01:51 +01:00
  • c056f4535c refactor: quantity_like types refactored Mateusz Pusz 2022-12-23 17:58:57 +01:00
  • a62c388d05 refactor: make_quantity helper not needed with the new syntax Mateusz Pusz 2022-12-23 16:29:39 +01:00
  • 0fc05850c8 refactor: trigonometric functions refactored for isq::angular_measure Mateusz Pusz 2022-12-23 16:27:12 +01:00
  • 62c3e5f2b6 fix: hypot implementation fixed Mateusz Pusz 2022-12-23 13:44:40 +01:00
  • 0caf998df1 refactor: reference::operator() return type constraints improved Mateusz Pusz 2022-12-22 21:28:49 +01:00
  • e61bfafd29 fix: consteval replaced with constexpr for quantity_spec::operator() Mateusz Pusz 2022-12-22 21:28:03 +01:00
  • 57d655062c refactor: quantity_spec::operator[] return type constraints improved Mateusz Pusz 2022-12-22 21:26:51 +01:00
  • 858cbb472f refactor: First examples refactored to a new quantity creation syntax Mateusz Pusz 2022-12-22 18:06:20 +01:00
  • 0a1ee606f3 feat: new quantity creation syntax support added Mateusz Pusz 2022-12-22 17:50:41 +01:00
  • be58a6e03a refactor: quantity_spec::operator[] return type constrained with Reference concept Mateusz Pusz 2022-12-22 16:48:28 +01:00
  • a32eb712da refactor: quantity_spec::operator[] made consteval Mateusz Pusz 2022-12-22 15:58:37 +01:00
  • 1ff048a70e refactor: unused reference operator removed Mateusz Pusz 2022-12-22 15:56:14 +01:00
  • 2b760b5d46 refactor(example): kalman filter 1-5 examples refactored for V2 Mateusz Pusz 2022-12-20 17:29:31 +01:00
  • 82b1f7ffc0 refactor(example): RepresentationOf support added to examples Mateusz Pusz 2022-12-20 17:26:55 +01:00
  • 915ca82a0b refactor: __cpp_explicit_this_parameter implementation of number() added Mateusz Pusz 2022-12-20 17:23:29 +01:00
  • c51f6a9d29 refactor: RepresentationOf concept usage added + quantity concepts cleanup Mateusz Pusz 2022-12-20 17:22:51 +01:00
  • 6028f182d3 feat: magnetic_constant constant added Mateusz Pusz 2022-12-20 12:53:08 +01:00
  • 25682397bd docs: comment for magnetic_flux_density fixed Mateusz Pusz 2022-12-20 12:52:12 +01:00
  • b7884b90a8 Revert "feat: ISQ quantity names conflicts resolved with inline namespaces" Mateusz Pusz 2022-12-20 12:46:07 +01:00
  • 043410d2f8 feat: ISQ quantity names conflicts resolved with inline namespaces Mateusz Pusz 2022-12-20 11:20:47 +01:00
  • 11d64094c1 refactor(unit test): symbol_text_test refactored for V2 Mateusz Pusz 2022-12-20 10:48:07 +01:00
  • f06e8898ae refactor: capacitor_time_curve refactored for V2 Mateusz Pusz 2022-12-20 10:43:55 +01:00
  • dd8a0a9697 feat: electromagnetic SI constants added Mateusz Pusz 2022-12-20 10:42:13 +01:00
  • c30ce61c19 feat: electromagnetism quantity specifications added Mateusz Pusz 2022-12-20 10:38:54 +01:00
  • dcfd7a5a62 docs: degree_Celsius confirmed to not have SI prefixes Mateusz Pusz 2022-12-19 20:46:21 +01:00