Commit Graph
2184 Commits
Author SHA1 Message Date
Mateusz Pusz febc95d319 build: Library version set to 2.0.0 2023-04-21 15:02:21 +01:00
Mateusz Pusz aa15d4dfb4 build: ratio_maths.h removed from CMake build 2023-04-21 15:01:28 +01:00
Mateusz Pusz 5d6fee2585 refactor: quantity refactored + make_quantity() added 2023-04-21 15:00:37 +01:00
Mateusz Pusz 237640cad8 refactor: ratio refactored to use conteval + _ratio_maths.h_ removed 2023-04-21 14:49:51 +01:00
Mateusz Pusz cc3314903d feat: quantity_spec logic implemented 2023-04-21 14:41:33 +01:00
Mateusz Pusz 1866973532 refactor(example): get_length() renamed to get_distance() 2023-04-11 09:12:48 +02:00
Mateusz Pusz 565465d284 fix: angular trigonometric functions now can be constrained with QuantityOf<angle> 2023-04-10 19:55:25 +02:00
Mateusz Pusz 7ef8193dfc fix: modulo operation logic fixed 2023-04-10 19:46:50 +02:00
Mateusz Pusz ccb06bc0c4 fix: CTAD from raw value restored for quantity_point of dimensionless[one] 2023-04-10 18:17:34 +02:00
Mateusz Pusz c807ba31be feat: quecto, ronto, ronna, quetta prefixed versions of unit symbols added 2023-04-08 19:54:31 +02:00
Mateusz Pusz d65393b4e2 refactor: quantity_spec casts functions renamed 2023-04-08 19:49:51 +02:00
Mateusz Pusz c54aa9b0eb refactor(example): common_type specialization for ranged_representation no longer needed 2023-04-07 23:00:34 +02:00
Mateusz Pusz cc1d411b2e refactor: small refactoring of values used to initialize an array in kalman examples 2023-04-07 22:59:15 +02:00
Mateusz Pusz 3d044a1f38 refactor(example): not needed explicit construction removed from glide_distance() 2023-04-07 22:56:03 +02:00
Mateusz Pusz 9666c1a065 feat(example): spherical_distance() now uses quantity-based trigonometric functions 2023-04-07 22:54:47 +02:00
Mateusz Pusz 40f6ae2da7 refactor: quantity refactored + quantity_test updated to reflect and test changes 2023-04-05 17:24:08 +02:00
Mateusz Pusz 1a940399c9 refactor: chrono types now convert to quantity kinds 2023-04-04 14:28:38 +02:00
Mateusz Pusz db2edfb539 feat: as_ratio(Magnitude) enabled 2023-04-04 14:27:04 +02:00
Mateusz Pusz 54dd8844b7 test: unit_symbol_test updated for a new unicode symbol of standard_gravity_unit 2023-04-03 19:28:51 +02:00
Mateusz Pusz 42a73739eb refactor: angle_test refactored to V2 2023-04-03 19:23:39 +02:00
Mateusz Pusz 660e62c0a6 refactor: chrono_test refactored to V2 2023-04-03 19:23:08 +02:00
Mateusz Pusz 8da791f8ba refactor(unit test): math tests refactored to not use removed constructor 2023-04-03 18:07:10 +02:00
Mateusz Pusz 8e8f17cb96 fix: get_equation now calls proper pow() overload 2023-04-03 17:45:43 +02:00
Mateusz Pusz e6eb908503 feat: convertible quantity kinds can now be compared 2023-04-03 17:44:34 +02:00
Mateusz Pusz 9f3ea544d5 fix: standard_gravity_unit now prints a correct unicode symbol 2023-03-30 17:49:02 +02:00
Mateusz Pusz e39555e90d feat: arithmetics on dimensionless quantities extended to units different than one 2023-03-30 17:47:47 +02:00
Mateusz Pusz 4d0d6b78a8 refactor: box_example refactored to storage_tank_example 2023-03-06 14:49:38 +01:00
Mateusz Pusz 0807f1eca0 ci: conan remove -f is no longer in Conan 2.0 2023-03-05 09:16:23 +01:00
Mateusz Pusz 81949e5ff1 refactor: explicit conversion constructors of quantity removed 2023-02-14 17:21:54 +01:00
Mateusz Pusz e98215c347 refactor: examples refactored to benefit from the latest features 2023-02-14 12:58:54 +01:00
Mateusz Pusz 079e640614 test: linear algebra test refactored to benefit from the latest features 2023-02-14 12:29:45 +01:00
Mateusz Pusz b7628a1752 feat: initial version of quantity_spec conversions implemented 2023-02-14 12:28:34 +01:00
Mateusz Pusz 858b1e625b test: tests for new features added to references test 2023-02-13 19:38:33 +01:00
Mateusz Pusz e353bb3436 refactor(unit test): support for new features added to unit and dimension unit tests 2023-02-13 19:07:16 +01:00
Mateusz Pusz 6d033d72fe fix(unit test): quantity construction switched to a new syntax in unit tests 2023-02-13 19:05:58 +01:00
Mateusz Pusz 7160caa597 refactor(example): avg_speed example don't need a quantity_cast anymore 2023-02-13 19:01:30 +01:00
Mateusz Pusz 1b924ffbc1 fix(example): Kalman filter examples now use a correct quantity of time 2023-02-13 18:59:36 +01:00
Mateusz Pusz f446b4f7a7 feat: standard_gravity now uses acceleration_of_free_fall 2023-02-13 18:56:20 +01:00
Mateusz Pusz 3c2e6d06bb refactor: ISQ system refactored to benefit from the latest changes 2023-02-13 18:55:54 +01:00
Mateusz Pusz 4e3daf3f02 fix: quantity construction in random.h fixed 2023-02-13 18:42:48 +01:00
Mateusz Pusz 8e6fb7818b fix: isq_angle compilation fixed 2023-02-13 18:39:12 +01:00
Mateusz Pusz f667037216 feat: associated quantities provided for units in various systems 2023-02-13 18:37:27 +01:00
Mateusz Pusz 89756c5b74 feat: QuantityKindSpec concept support added + some cleanup 2023-02-13 18:35:07 +01:00
Mateusz Pusz dd7c63b242 fix: quantity construction fixed in some operators 2023-02-13 18:34:00 +01:00
Mateusz Pusz 6b2606a8aa feat: explicit quantity_spec conversion support added to quantity constructor 2023-02-13 18:33:19 +01:00
Mateusz Pusz 41043c25f2 refactor: base unit definition refactored 2023-02-13 18:30:41 +01:00
Mateusz Pusz 0d33926a74 feat: specifying an associated quantity for a derived unit support added 2023-02-13 18:29:27 +01:00
Mateusz Pusz 1492c5c19e refactor: expr_fractions now takes a class-based type trait 2023-02-13 18:23:35 +01:00
Mateusz Pusz 75c3e26a53 fix: has_associated_quantity fixed 2023-02-13 18:18:08 +01:00
Mateusz Pusz a37df7504b fix: quantity_cast fixed 2023-02-13 18:17:41 +01:00