Commit Graph

  • 52bbd00ab4 style: clang-format new rules applied to the code base Mateusz Pusz 2023-05-26 14:20:00 +02:00
  • 561fbf7c93 merge branch master Mateusz Pusz 2023-05-26 13:53:52 +02:00
  • b7e467ff42 Merge pull request #459 from HazardyKnusperkeks/macro Mateusz Pusz 2023-05-26 08:18:58 +02:00
  • 814b731696 Work around Windows macro Björn Schäpers 2023-05-23 22:53:00 +02:00
  • 7d9ae3ec31 refactor: mp_units subdirectory renamed to mp-units Mateusz Pusz 2023-05-25 12:47:10 +02:00
  • a4171e2fb6 docs: some comments and TODOs added Mateusz Pusz 2023-05-25 12:15:52 +02:00
  • 32fcbd7829 fix: quantity_spec ingredients sorting fixed Mateusz Pusz 2023-05-25 11:59:09 +02:00
  • 59a1269174 Merge pull request #460 from tobylorenz/master v0.8.0 Mateusz Pusz 2023-05-25 10:35:27 +02:00
  • 002d5b4275 feat: inch_of_mercury support added Mateusz Pusz 2023-05-25 10:34:34 +02:00
  • 537aca2bc0 Add "inch of mercury" pressure unit as US Custom Unit Tobias Lorenz 2023-05-24 15:28:54 +02:00
  • 299032a7e8 refactor: conversion from quantity to quantity_point is now explicit Mateusz Pusz 2023-05-24 22:42:11 +02:00
  • a3e5c84a47 feat: support for convertibility of point origins added Mateusz Pusz 2023-05-24 22:39:42 +02:00
  • 68b32533a8 test: many new reference tests added Mateusz Pusz 2023-05-22 20:16:37 +02:00
  • d04dab7002 test: more quantity_spec tests added Mateusz Pusz 2023-05-22 17:59:37 +02:00
  • 0f7ae6954f refactor: definitions of derived quantities with equations resulting in electric_current fixed Mateusz Pusz 2023-05-22 17:58:04 +02:00
  • 5b2978b89a feat: UnitOf concept now supports dimensionless[radian] Mateusz Pusz 2023-05-22 17:55:32 +02:00
  • 6975a02570 refactor: InvocableQuantities concept simplified Mateusz Pusz 2023-05-22 17:54:47 +02:00
  • cd2cd620bb refactor: constraints for common_reference improved Mateusz Pusz 2023-05-22 17:54:14 +02:00
  • 26164edeac refactor: constraints for common_unit improved Mateusz Pusz 2023-05-22 17:53:50 +02:00
  • 86e1f058e7 feat: common_quantity_spec extended to properly work with kinds derived from the dimensionless Mateusz Pusz 2023-05-22 17:52:59 +02:00
  • 590539ad6c feat: The last corner cases in quantity_spec conversions addressed Mateusz Pusz 2023-05-22 16:50:04 +02:00
  • 2d2211fffa refactor: UnitOf used in quantity_spec::operator[] Mateusz Pusz 2023-05-18 11:33:10 +02:00
  • 41484742ae fix: missing header file added Mateusz Pusz 2023-05-17 11:50:15 +02:00
  • 34a824b232 feat: UnitOf concept added Mateusz Pusz 2023-05-17 10:35:18 +02:00
  • 7bad01fd45 refactor: Harmonic concept renamed to IntegralConversionFactor Mateusz Pusz 2023-05-16 16:58:16 +02:00
  • 9322aa25e4 Revert "feat: runtime conversion factors between units support added" Mateusz Pusz 2023-05-16 16:41:51 +02:00
  • 81eafbf13e refactor: convertible_result renamed to specs_convertible_result Mateusz Pusz 2023-05-16 16:02:10 +02:00
  • cc8a088013 feat: runtime conversion factors between units support added Mateusz Pusz 2023-05-16 15:01:15 +02:00
  • 9d085cbe7e refactor(example): [[nodiscard]] added for currency Mateusz Pusz 2023-05-16 15:00:18 +02:00
  • 978ce4093a feat: quantity_point converting constructor now takes into account convertibility of the quantity type Mateusz Pusz 2023-05-16 14:08:36 +02:00
  • 1dae61e1c8 feat: quantity converting constructor now takes into account a convertibility of a representation type Mateusz Pusz 2023-05-16 14:07:29 +02:00
  • 01755d66ce fix: forgot to commit a constructor for dimensionless quantities Mateusz Pusz 2023-05-16 14:05:01 +02:00
  • 56c8297c03 refactor: quantity_point binary operators are not hidden friends anymore to prevent surprising conversions Mateusz Pusz 2023-05-16 14:04:01 +02:00
  • a2b1fdd4c8 feat: unit conversion operator added to quantity_point Mateusz Pusz 2023-05-16 13:44:13 +02:00
  • 32aa05700b refactor: quantity binary operators are not hidden friends anymore to prevent surprising conversions Mateusz Pusz 2023-05-16 13:41:41 +02:00
  • 9a51ed55c9 refactor(example): NTTP template deduction failure workaround for HAE altitude Mateusz Pusz 2023-05-15 16:19:44 +02:00
  • fc30bb38dc style: whitespaces fixed to make pre-commit happy Mateusz Pusz 2023-05-15 13:34:01 +02:00
  • ffbb54f789 docs: "Defining Systems" chapter added Mateusz Pusz 2023-05-15 13:28:41 +02:00
  • d97e650cac feat(example): HAE support added to UAV example Mateusz Pusz 2023-05-15 12:58:35 +02:00
  • a9cb0c0a40 refactor(example): msl_altitude moved to geographic.h and the header file was moved to another dir in examples Mateusz Pusz 2023-05-15 12:56:11 +02:00
  • 929dc72f13 fix: compilation-error fixed Mateusz Pusz 2023-05-14 21:56:02 +02:00
  • 4209ac20fc refactor(example): quantity_point support added to currency example Mateusz Pusz 2023-05-14 13:32:12 +02:00
  • eaca8d073a refactor: convertible_to_result renamed to convertible_result Mateusz Pusz 2023-05-14 12:58:32 +02:00
  • 1e28c11cfc refactor: convertible_to(U1, U2) renamed to convertible(U1, U2) Mateusz Pusz 2023-05-14 12:43:26 +02:00
  • c892889901 feat(example): currency and unmanned_aerial_vehicle examples added Mateusz Pusz 2023-05-14 10:38:08 +02:00
  • c33e3a584d feat: ReferenceOf concept added Mateusz Pusz 2023-05-14 09:35:18 +02:00
  • 92ff1ecc07 fix: MSVC 14.3 complained about shadowing a symbol of second with local variable s Mateusz Pusz 2023-05-12 12:29:48 +02:00
  • c1385d2a67 style: extra empty line at top of the file removed Mateusz Pusz 2023-05-12 12:20:07 +02:00
  • 6399e53776 docs: link in usage.rst fixed Mateusz Pusz 2023-05-12 12:19:23 +02:00
  • 65a59750f5 ci: conan data caching improved in documentation CI Mateusz Pusz 2023-05-12 12:06:59 +02:00
  • cac562d5d4 ci: linear_algebra dependecy disabled for MSVC 14.2 build Mateusz Pusz 2023-05-12 11:55:06 +02:00
  • ea4a67b226 build: build_context_activated no longer needed for doxygen Mateusz Pusz 2023-05-12 11:49:20 +02:00
  • e3f641c2bb fix: LA support fixed Mateusz Pusz 2023-05-12 11:25:54 +02:00
  • 27d6180579 ci: "build_all" disabled in CMake Test Package CI Mateusz Pusz 2023-05-12 08:31:10 +02:00
  • dc3e44bdf5 ci: documentation generation disabled in CMake Test Package CI Mateusz Pusz 2023-05-11 20:50:51 +02:00
  • a69a027cac docs: usage updated for Conan 2.0 Mateusz Pusz 2023-05-11 18:01:30 +02:00
  • 4dfed87010 docs: some typos fixed Mateusz Pusz 2023-05-11 18:01:12 +02:00
  • eb1e06eb95 build: the remaining Conan dependencies added Mateusz Pusz 2023-05-11 17:59:12 +02:00
  • 27cd47b7af refactor: implicit conversion on construction allowed for quantity_point if quantity does the same Mateusz Pusz 2023-05-11 11:10:52 +02:00
  • 4a01f05658 Merge pull request #455 from dbraeckelmann/patch-1 Mateusz Pusz 2023-05-09 18:00:57 +02:00
  • 39262fde5f Fixed typo in storage_capacity.rst headline dbraeckelmann 2023-05-09 10:31:16 +02:00
  • 8ef6d409b2 refactor: character of dynamic_viscosity and magnetic_flux_density set explicitly Mateusz Pusz 2023-05-02 22:00:19 +02:00
  • 541a554852 feat: is_kind added to some dimensionless quantities definitions Mateusz Pusz 2023-05-02 21:42:54 +02:00
  • 82b18fc44c feat: is_kind support added to quantity_spec definition Mateusz Pusz 2023-05-02 21:39:25 +02:00
  • bc63ab23e1 refactor: [[nodiscard]] added to functions in type_traits.h Mateusz Pusz 2023-05-02 21:35:28 +02:00
  • 6102183881 chore: Conan 1.X temporary files removed from .gitignore Mateusz Pusz 2023-04-21 15:23:46 +01:00
  • 4673d89293 chore: .clang-format updated Mateusz Pusz 2023-04-21 15:22:56 +01:00
  • 2bb8e4e739 test: quantity tests updated Mateusz Pusz 2023-04-21 15:22:14 +01:00
  • 11dd023143 docs: comments updated in chrono_test Mateusz Pusz 2023-04-21 15:18:58 +01:00
  • 318b9e260b refactor(example): small refactoring of examples Mateusz Pusz 2023-04-21 15:18:09 +01:00
  • 258a62edcc refactor: quantity hiearchy kinds fixed for some quantity definitions Mateusz Pusz 2023-04-21 15:10:02 +01:00
  • 546a8a79a9 test: fmt test fixed for radian Mateusz Pusz 2023-04-21 15:03:07 +01:00
  • febc95d319 build: Library version set to 2.0.0 Mateusz Pusz 2023-04-21 15:02:21 +01:00
  • aa15d4dfb4 build: ratio_maths.h removed from CMake build Mateusz Pusz 2023-04-21 15:01:28 +01:00
  • 5d6fee2585 refactor: quantity refactored + make_quantity() added Mateusz Pusz 2023-04-21 15:00:37 +01:00
  • 237640cad8 refactor: ratio refactored to use conteval + _ratio_maths.h_ removed Mateusz Pusz 2023-04-21 14:49:51 +01:00
  • cc3314903d feat: quantity_spec logic implemented Mateusz Pusz 2023-04-21 14:41:33 +01:00
  • 1866973532 refactor(example): get_length() renamed to get_distance() Mateusz Pusz 2023-04-11 09:12:48 +02:00
  • 565465d284 fix: angular trigonometric functions now can be constrained with QuantityOf<angle> Mateusz Pusz 2023-04-10 19:55:25 +02:00
  • 7ef8193dfc fix: modulo operation logic fixed Mateusz Pusz 2023-04-10 19:46:50 +02:00
  • ccb06bc0c4 fix: CTAD from raw value restored for quantity_point of dimensionless[one] Mateusz Pusz 2023-04-10 18:17:34 +02:00
  • c807ba31be feat: quecto, ronto, ronna, quetta prefixed versions of unit symbols added Mateusz Pusz 2023-04-08 19:54:31 +02:00
  • d65393b4e2 refactor: quantity_spec casts functions renamed Mateusz Pusz 2023-04-08 19:49:51 +02:00
  • 760c6d724e fix: incorrect unit of pow(), sqrt(), and cbrt() fixed Mateusz Pusz 2023-04-08 19:33:00 +02:00
  • c54aa9b0eb refactor(example): common_type specialization for ranged_representation no longer needed Mateusz Pusz 2023-04-07 23:00:34 +02:00
  • cc1d411b2e refactor: small refactoring of values used to initialize an array in kalman examples Mateusz Pusz 2023-04-07 22:59:15 +02:00
  • 3d044a1f38 refactor(example): not needed explicit construction removed from glide_distance() Mateusz Pusz 2023-04-07 22:56:03 +02:00
  • 9666c1a065 feat(example): spherical_distance() now uses quantity-based trigonometric functions Mateusz Pusz 2023-04-07 22:54:47 +02:00
  • 40f6ae2da7 refactor: quantity refactored + quantity_test updated to reflect and test changes Mateusz Pusz 2023-04-05 17:24:08 +02:00
  • 1a940399c9 refactor: chrono types now convert to quantity kinds Mateusz Pusz 2023-04-04 14:28:38 +02:00
  • db2edfb539 feat: as_ratio(Magnitude) enabled Mateusz Pusz 2023-04-04 14:27:04 +02:00
  • 54dd8844b7 test: unit_symbol_test updated for a new unicode symbol of standard_gravity_unit Mateusz Pusz 2023-04-03 19:28:51 +02:00
  • 42a73739eb refactor: angle_test refactored to V2 Mateusz Pusz 2023-04-03 19:23:39 +02:00
  • 660e62c0a6 refactor: chrono_test refactored to V2 Mateusz Pusz 2023-04-03 19:23:08 +02:00
  • 8da791f8ba refactor(unit test): math tests refactored to not use removed constructor Mateusz Pusz 2023-04-03 17:47:13 +02:00
  • 8e8f17cb96 fix: get_equation now calls proper pow() overload Mateusz Pusz 2023-04-03 17:45:43 +02:00
  • e6eb908503 feat: convertible quantity kinds can now be compared Mateusz Pusz 2023-04-03 17:44:34 +02:00
  • b40c7b2fcd ci: trying another way to pass a package_ref Mateusz Pusz 2023-03-31 17:54:33 +02:00
  • 230ccb152a ci: promotion restricted to a package being built in this CI run Mateusz Pusz 2023-03-31 16:07:04 +02:00
  • 3b67f6e746 ci: promote_package job now correctly checkouts the code Mateusz Pusz 2023-03-31 09:36:39 +02:00