Commit Graph

455 Commits

Author SHA1 Message Date
Mateusz Pusz
dd9f1b20cb literals namespace made inline 2019-04-09 17:22:15 +02:00
Mateusz Pusz
fe158440bb Upcasting facility refactored by adding additional alias templates 2019-04-09 16:53:34 +02:00
Mateusz Pusz
373e70f2b1 Conan stable_branch_pattern changed 2019-04-09 13:43:53 +02:00
Mateusz Pusz
941401de31 US customary length units added 2019-04-09 13:34:55 +02:00
Mateusz Pusz
d781322a8e CONAN_RUN_TESTS support added 2019-04-09 13:33:59 +02:00
Mateusz Pusz
c3fa014aac gcc-7 removed from Travis CI as it does not support C++20 2019-04-08 20:38:49 +02:00
Mateusz Pusz
6a48132c5d Travis CI will now build dependencies from source if missing or outdated 2019-04-08 20:18:28 +02:00
Mateusz Pusz
810fc615b4 Most of the environment variables moved from .travis.yml to build.py 2019-04-07 12:38:36 +02:00
Mateusz Pusz
234b1cf15b build.py fixed 2019-04-07 09:44:56 +02:00
Mateusz Pusz
0b2ce0c351 Definition of conan remotes moved to build.py 2019-04-07 08:56:20 +02:00
Mateusz Pusz
240b79f9c3 AppVeyor label removed from README 2019-04-07 08:36:10 +02:00
Mateusz Pusz
62cf5ca493 Additional design questions added 2019-04-07 08:34:47 +02:00
Mateusz Pusz
754f4ef74c Conan remotes for Travis CI build fixed 2019-04-07 08:33:53 +02:00
Mateusz Pusz
125ecc56c8 units package renamed to mp-units/mp::units 2019-04-07 08:33:13 +02:00
Mateusz Pusz
63a88e929b CONAN_REMOTES variable added for Travis 2019-04-06 23:49:33 +02:00
Mateusz Pusz
1bcb1ea653 cmake/common updated 2019-04-06 23:38:43 +02:00
Mateusz Pusz
8d86d9401f units building and packaging redesigned + Travis CI support 2019-04-06 23:25:35 +02:00
Mateusz Pusz
09457e9b8f Minor changes to README 2019-04-05 17:49:59 +02:00
Mateusz Pusz
e0aa10e133 Number concept extended with requirements on comparison operators 2019-04-05 17:49:32 +02:00
Mateusz Pusz
f94a7b92ea GSL preconditions added (to be replaced with C++20 Contracts) 2019-04-05 17:46:01 +02:00
Mateusz Pusz
15dd7462ec upcastable renamed to upcast_base 2019-04-05 17:45:09 +02:00
Mateusz Pusz
6646051e65 Hand written concepts replaced with Casey Carter's repository 2019-04-05 17:43:42 +02:00
Mateusz Pusz
5b135b1251 Default representation changed to double 2019-04-04 10:40:59 +02:00
Mateusz Pusz
2be2bafc26 Requirements updated 2019-04-04 10:37:45 +02:00
Mateusz Pusz
e0327adb47 Copyrights added to conanfile 2019-04-04 10:34:58 +02:00
Mateusz Pusz
0682404c08 Requirements section added to README 2019-03-07 21:23:50 +01:00
Mateusz Pusz
310541c9f1 upcastable class template added to provide the base class for upcastable classes 2019-03-06 18:12:59 -10:00
Mateusz Pusz
776c91cf64 Compilation issues fixed 2019-01-14 19:54:19 +01:00
Mateusz Pusz
925239cb31 Small constraints cleanup 2019-01-14 19:38:51 +01:00
Mateusz Pusz
c997208fa7 [[nodiscard]] added 2019-01-14 19:37:25 +01:00
Mateusz Pusz
26eb30df03 merge_dimension added 2019-01-14 19:28:51 +01:00
Mateusz Pusz
722402f240 noexcept added to zero(), min(), and max() according to P0972 2018-12-01 21:53:56 +01:00
Mateusz Pusz
456b37be9d README updated 2018-11-17 15:24:06 +01:00
Mateusz Pusz
b508a75f6c README updated with design description 2018-11-17 12:40:06 +01:00
Mateusz Pusz
ee7518d0a1 dimension_traits and unit_traits merged as upcasting_traits 2018-11-17 12:39:45 +01:00
Mateusz Pusz
45f7b4f19f static_assert replaced with a concept constraint in unit 2018-11-17 12:38:45 +01:00
Mateusz Pusz
467d548ae5 Additional type list sorting added to make_dimension 2018-11-17 12:37:33 +01:00
Mateusz Pusz
58e1eefd3b Inheritance hierarchy helpers for dimension and unit made more descriptive 2018-11-15 05:29:01 +01:00
Mateusz Pusz
db64a3e6a1 More constraints added for Dimension and Unit concepts 2018-11-15 05:27:16 +01:00
Mateusz Pusz
e866985668 Strong units support added 2018-11-14 22:36:02 +01:00
Mateusz Pusz
7205dc2cb9 Strong dimensions support added 2018-11-14 22:14:44 +01:00
Mateusz Pusz
297b71efcf Concepts usage improved 2018-11-10 17:10:30 -08:00
Mateusz Pusz
94fd74000c Type traits changed to variable templates 2018-11-10 17:09:11 -08:00
Mateusz Pusz
4e74617e2a Number concept used for representation 2018-10-19 13:02:58 +02:00
Mateusz Pusz
e0511669cf Concepts usage added to example 2018-10-16 15:41:00 +02:00
Mateusz Pusz
4796d777b9 Centimeters support added 2018-10-16 15:40:20 +02:00
Mateusz Pusz
772d0e0889 CMake tools updated 2018-10-01 11:44:35 +02:00
Mateusz Pusz
6dd07002c2 Unit specific concepts introduced 2018-09-29 18:19:25 -07:00
Mateusz Pusz
4409fa01ca Library refactoring based on Walter Brown's feedback 2018-09-29 18:08:02 -07:00
Mateusz Pusz
2514b669c9 Type List concept fixed 2018-09-28 14:25:12 -07:00