Commit Graph

382 Commits

Author SHA1 Message Date
Mateusz Pusz 822c409e91 docs: library directory structure chapter updated 2021-03-19 23:19:53 +01:00
Mateusz Pusz fc7b0e44e2 feat: 💥 !data system renamed to isq::iec80000 (quantity names renamed too)
Relates to #253
2021-03-19 23:04:52 +01:00
Mateusz Pusz 88e642ec74 refactor: QuantityValue concept renamed to Representation 2021-03-19 07:53:18 +01:00
Mateusz Pusz 901b09fd52 refactor: quantity::count() renamed to quantity::number()
Resolves #259
2021-03-19 06:47:37 +01:00
Johel Ernesto Guerrero Peña f0cfc14b83 refactor: remove operator/(Rep, reference)
Addresses https://github.com/mpusz/units/pull/261#discussion_r597289047.
2021-03-19 06:31:12 +01:00
Johel Ernesto Guerrero Peña 9da39070ed docs: update for reference<D, U> 2021-03-19 06:31:12 +01:00
Mateusz Pusz bf27b256b2 docs: CMake targets definition in usage updated 2021-03-18 20:50:38 +01:00
Mateusz Pusz 5df447f912 docs: usage updated 2021-03-18 08:17:45 +01:00
Mateusz Pusz 44025cd9a0 docs: CMake generators updated in "Live At Head" chapter 2021-03-17 15:57:11 +01:00
Mateusz Pusz 7ee0e3ff90 docs: ISQ systems reference fixed 2021-03-16 23:02:43 +01:00
Mateusz Pusz bbbb77286c refactor: physical replaced with isq
Refers to #249
2021-03-16 12:03:25 +01:00
Mateusz Pusz f3bcdc4ad2 docs: Project's dependencies updated on the Usage page 2021-03-16 10:27:59 +01:00
Mateusz Pusz 23720d055e refactor: Refactored the library file tree
Resolves #249
2021-03-16 09:32:28 +01:00
Mateusz Pusz 1f0dd453eb docs: clang support added to docs 2021-03-15 22:08:12 +01:00
Mateusz Pusz dd39dd4f6e Merge branch 'master' of github.com:mpusz/units 2021-03-14 16:50:28 +01:00
Mateusz Pusz c42b5c0498 docs: CMAKE_BUILD_TYPE is not needed as CMakeToolchain will provide it anyway 2021-03-14 16:50:24 +01:00
Mateusz Pusz 7c9e35dcd6 refactor: explicit usage unified accross the library 2021-03-13 19:55:18 +01:00
Mateusz Pusz 23da1299d6 build: CMake scripts cleanup 2021-03-13 19:53:09 +01:00
Mateusz Pusz 3b3b9d92fb docs: Minimum required VS version bumped to 16.9 2021-03-12 23:10:39 +01:00
Mateusz Pusz 65e383a506 docs: Basic concepts embraced with examples 2021-03-05 11:31:46 +01:00
Mateusz Pusz cdba0cdbc4 refactor: glide_computer refactored and extended with geographical coordinates 2021-02-26 14:10:36 +01:00
Mateusz Pusz db231659be docs: CHANGELOG updated 2021-02-23 20:35:10 +01:00
Johel Ernesto Guerrero Peña 017183653d feat: full-on dimensional analysis between related quantity kinds 2021-02-21 00:17:03 +01:00
Mateusz Pusz f2cb24357c fix: UDLs cannot be consteval 2021-02-18 19:54:40 +01:00
Mateusz Pusz 419db7a36e Merge branch 'master' of github.com:mpusz/units 2021-02-18 19:34:22 +01:00
Johel Ernesto Guerrero Peña 8d6d43b32d feat: quantity point-like support 2021-02-17 19:40:52 +01:00
Mateusz Pusz a7f452cd12 refactor: Got rid of -Wsign-conversion warnings on UDLs
Refers to #226
2021-02-17 19:37:20 +01:00
Mateusz Pusz 86584dbfe2 docs: "UDLs vs Unit Constants" chapter extended 2021-02-17 17:54:12 +01:00
Johel Ernesto Guerrero Peña 052d818385 fix: downcasting facility for non-default-constructible types 2021-02-17 15:51:39 +01:00
Mateusz Pusz 02ea4825e8 docs: Compilation warnings handling refactored 2021-02-17 15:45:30 +01:00
Mateusz Pusz 58903e46e6 build: Missing doc dependencies added 2021-02-16 19:20:10 +01:00
Mateusz Pusz 9923e76a7f docs: kind.rst renamed to kinds.rst 2021-02-16 19:19:44 +01:00
Mateusz Pusz a50492b7ab docs: Interoperability chapter added 2021-02-16 19:19:12 +01:00
Mateusz Pusz c2f9a62e34 docs: CHANGELOG updated 2021-02-16 19:16:30 +01:00
Mateusz Pusz c641f1873f docs: Documentation updated 2021-02-16 16:19:57 +01:00
Mateusz Pusz a8fccf0cb5 docs: Quantity Kinds docs fixed
Fixes #204
2021-02-15 20:38:24 +01:00
Mateusz Pusz 4051a74554 docs: Linear algebra docs fixed 2021-02-15 19:44:19 +01:00
Johel Ernesto Guerrero Peña 6bf09aa646 feat: quantity_kind and quantity_point_kind 2021-02-15 19:31:08 +01:00
Mateusz Pusz 8f04bd9cfe build: mp::units CMake target was a bad idea -> mp-units::mp-units is back 2021-02-15 17:06:09 +01:00
Mateusz Pusz 4d965d7f47 fix: 💥 dim_torque now properly divides by an angle (instead of multiply) + default unit name change
Resolves #220
2021-02-15 15:01:56 +01:00
Mateusz Pusz 5eb9b047bf build: cmake_paths is now supported by Conan recipe 2021-01-27 17:48:53 +01:00
Mateusz Pusz f9b15ddcd5 build: fmt updated to 7.1.3 2021-01-27 17:12:27 +01:00
Mateusz Pusz 6ebbc11072 build: catch2 updated to 2.13.4 2021-01-27 17:10:14 +01:00
Mateusz Pusz b1e98a97d0 refactor: ms-gsl replaced with gsl-lite 2021-01-05 17:47:07 +01:00
Florian Mösch b6ab340879 Update concentration.rst
fixed reference
2021-01-02 09:44:28 +01:00
Mateusz Pusz d534d2c62e docs: one_rep and Unit Constants documentation added 2020-12-29 16:33:52 +01:00
Mateusz Pusz 1cc47cbab4 docs: quick start example updated with the latest changes 2020-12-29 11:45:38 +01:00
Mateusz Pusz c0197aec7d docs: CHANGELOG updated 2020-12-28 17:40:54 +01:00
Mateusz Pusz 326050cfee docs: quantity_io.h described in docs 2020-12-28 17:40:29 +01:00
Mateusz Pusz 707f1816a4 docs: CHANGELOG updated 2020-12-22 00:17:14 +01:00