Commit Graph
789 Commits
Author SHA1 Message Date
Mateusz Pusz a02a375dc8 Merge branch 'master' of github.com:mpusz/units 2020-09-06 10:30:05 +02:00
Mateusz Pusz d03d7291e4 Removed cmake/common submodule 2020-09-06 10:29:52 +02:00
Johel Ernesto Guerrero Peña f1f23aa8f9 test: codify comments 2020-09-06 09:55:59 +02:00
Johel Ernesto Guerrero Peña c09dbb1756 test: add missing explicit specifier 2020-09-06 09:55:59 +02:00
Johel Ernesto Guerrero Peña 4112414729 test: nonzero denominator 2020-09-06 09:55:59 +02:00
Johel Ernesto Guerrero Peña 36046fb6a6 test: simplify case 2020-09-06 09:55:59 +02:00
Johel Ernesto Guerrero Peña 4aeb9d305a test: what we mean
a concept can fail for whatever requirement,
and maybe the "main" one actually works
(== in this case)
2020-09-06 09:55:59 +02:00
Johel Ernesto Guerrero Peña aff83b31dc test: codify comment 2020-09-06 09:55:59 +02:00
Johel Ernesto Guerrero Peña 45cf2dcf88 test: remove outdated comment 2020-09-06 09:55:59 +02:00
Johel Ernesto Guerrero Peña 71eda2fc66 test: codify comment in the correct place 2020-09-06 09:55:59 +02:00
Johel Ernesto Guerrero Peña 9f9397ffc2 test: convert comments to code 2020-09-06 09:55:59 +02:00
Johel Ernesto Guerrero Peña ca1867c9b2 refactor!: pow functions as detail 2020-09-06 09:45:24 +02:00
Johel Ernesto Guerrero Peña 2f5be094b2 refactor: pow10 functions to pow.h 2020-09-06 09:45:24 +02:00
Johel Ernesto Guerrero Peña 40fb1e1e8b fix: iwyu 2020-09-06 09:45:24 +02:00
Mateusz Pusz 32779e01f0 Build system refactored to be comatible with ConanCenter 2020-09-06 00:00:06 +02:00
Mateusz Pusz 2078de7151 CHANGELOG updated 2020-09-05 22:57:40 +02:00
Mateusz Pusz 9cd8bd20a5 fmt tests fixed for MSVC 2020-09-05 22:54:57 +02:00
Mateusz Pusz 5f31ccfc50 CMake common scripts updated 2020-09-05 22:01:47 +02:00
Mateusz Pusz 3c5f5f30a4 CHANGELOG updated 2020-09-05 19:18:43 +02:00
Antony Peacock 81361afeb3 Move to stable Linear Algebra Conan package 2020-09-05 13:43:09 +02:00
Mateusz Pusz 17d2fb7815 Create CONTRIBUTING.md 2020-09-05 13:36:16 +02:00
Mateusz Pusz 7ed09c1bb9 Create CODE_OF_CONDUCT.md 2020-09-05 13:06:09 +02:00
Mateusz Pusz e22f9b989b Common cmake tools fixed 2020-09-05 11:54:09 +02:00
Mateusz Pusz b318e8d039 VS2019 support added 2020-09-04 23:06:57 +02:00
Mateusz Pusz 71e3dba69a symbol_text refactored 2020-09-04 22:48:36 +02:00
Mateusz Pusz 51ffbadf74 gcc-9.3 compilation fixed 2020-09-04 22:11:24 +02:00
Johel Ernesto Guerrero Peña 1c64e9f4a2 refactor: remove Expects macro 2020-08-24 11:35:58 +02:00
Mateusz Pusz 653a090a8a unknown_dimension simplified 2020-08-18 14:27:33 +02:00
Johel Ernesto Guerrero Peña 12c0177633 docs: fix emphasized lines 2020-08-18 09:07:22 +02:00
Johel Ernesto Guerrero Peña 746ac178e4 docs: mention quantity_point where appropriate 2020-08-18 08:52:22 +02:00
Johel Ernesto Guerrero Peña 530fb41ada docs: add section on quantity points 2020-08-18 08:52:22 +02:00
Johel Ernesto Guerrero Peña 6c5d763fbb refactor: nodiscard to functions 2020-08-18 08:45:13 +02:00
Mateusz Pusz 104d572858 Missing libtinfo5 installation added to build.py 2020-08-17 23:39:40 +02:00
Mateusz Pusz 539db296ce Conan initialization improved in install.sh 2020-08-17 23:34:16 +02:00
Mateusz Pusz ed10f8bfeb Dependencies updated in CHANGELOG 2020-08-17 22:08:35 +02:00
Mateusz Pusz 82baa51708 fmt updated to 7.0.3 2020-08-17 22:07:59 +02:00
Mateusz Pusz c351b81dd4 doxygen updated to 1.8.18 2020-08-17 21:58:27 +02:00
Mateusz Pusz af996aaed3 catch2 updated to 2.13.0 2020-08-17 21:56:58 +02:00
Mateusz Pusz 8c6237fd82 range-v3 updated to 0.11.0 2020-08-17 21:54:06 +02:00
Mateusz Pusz d452ec7df5 gsl header replaced with gsl_assert 2020-08-17 21:33:23 +02:00
Mateusz Pusz 51b6d2f974 ms-gsl dependency added to handle Expects (resolves #132) 2020-08-17 20:27:45 +02:00
Mateusz Pusz 1748aff42b Common CMake scripts repo regression fixed 2020-08-16 15:06:07 +02:00
Johel Ernesto Guerrero Peña 02d5ab8478 refactor: avoid always false comparison 2020-08-16 13:32:30 +02:00
Johel Ernesto Guerrero Peña 67b1c499d1 refactor: avoid always false comparison 2020-08-16 13:32:30 +02:00
Mateusz Pusz deb1ee6efa Truncating conversions disalowed for *=, /=, +=, amd -= operators (resolves #137) 2020-08-16 13:29:40 +02:00
Johel Ernesto Guerrero Peña 69dddaf1f6 feat: nodiscard for postfix increment and decrement 2020-08-16 12:32:56 +02:00
Mateusz Pusz 5cb6d93099 Merge branch 'master' of github.com:mpusz/units 2020-06-29 20:31:47 +02:00
Mateusz Pusz 018d95e935 Dimensions concepts definitions refactored 2020-06-29 20:31:39 +02:00
Mateusz Pusz 9f94a73bba Custom is_same implementation added 2020-06-29 20:30:59 +02:00
Mateusz Pusz 7eccef78a9 is_instantiation renamed to is_instantiation_of 2020-06-29 20:28:10 +02:00