Commit Graph

  • 4d6e1d9330 Another approach to make ""mp-units:CONAN_RUN_TESTS" work correctly Mateusz Pusz 2020-06-22 16:55:15 +02:00
  • 7445a2bcf1 glide_computer code cleanup Mateusz Pusz 2020-06-22 16:23:18 +02:00
  • 29cba5c68a Setting of CONAN_RUN_TESTS via travis.yml restored Mateusz Pusz 2020-06-21 11:22:34 +02:00
  • d98a8a0c5e build.py fixed Mateusz Pusz 2020-06-21 11:04:20 +02:00
  • 1326496a35 A small refactoring of conan and Travid build scripts Mateusz Pusz 2020-06-21 10:56:05 +02:00
  • b610a6369f CHANGELOG updated Mateusz Pusz 2020-06-21 10:38:13 +02:00
  • f55eacfa85 glide_computer example added Mateusz Pusz 2020-06-21 10:37:45 +02:00
  • 71c4bc2761 Small quantity_point refactoring Mateusz Pusz 2020-06-19 19:37:52 +02:00
  • 0c0d097586 C++20 comparison operators refactored Mateusz Pusz 2020-06-19 19:37:18 +02:00
  • dcbadfe285 fix: commented out requirement Johel Ernesto Guerrero Peña 2020-05-31 15:46:10 -04:00
  • d6d17c6c6e refactor: nodiscard to type level Johel Ernesto Guerrero Peña 2020-05-31 15:07:27 -04:00
  • ef316a3dba revert: default-initializing with zero() Johel Ernesto Guerrero Peña 2020-05-31 15:05:17 -04:00
  • fb88a441c9 fix(gcc9): wrong use of Concepts TS terse syntax Johel Ernesto Guerrero Peña 2020-05-31 14:48:45 -04:00
  • 5f21106a02 refactor: deduction guide to be unconstrained Johel Ernesto Guerrero Peña 2020-05-31 14:03:18 -04:00
  • 9e001b4b48 refactor: non-member operators to use terse syntax Johel Ernesto Guerrero Peña 2020-05-31 13:42:55 -04:00
  • 270485e9b6 test: remove redundancy Johel Ernesto Guerrero Peña 2020-05-30 23:25:57 -04:00
  • ead398f812 fix: default-initialize with zero() Johel Ernesto Guerrero Peña 2020-05-30 22:55:07 -04:00
  • 92c6b0d132 test: exclude gcc9 for presumably failing line Johel Ernesto Guerrero Peña 2020-05-30 22:05:25 -04:00
  • 764176dcad fix(gcc9): comparisons Johel Ernesto Guerrero Peña 2020-05-30 21:53:24 -04:00
  • 628ccde5f0 fix: use trailing requires clause Johel Ernesto Guerrero Peña 2020-05-30 21:33:51 -04:00
  • 75119eef3f feat: quantity_point Johel Ernesto Guerrero Peña 2020-05-30 21:07:11 -04:00
  • 75274e13ca CHANGELOG updated Mateusz Pusz 2020-06-17 14:59:42 +02:00
  • 1cf58f3796 added to fps length, mass, force and pressure Mike Ford 2020-06-17 11:10:21 +01:00
  • d4d5ad243c minor fix in fps example Mike Ford 2020-06-17 10:41:06 +01:00
  • 3a1c16e070 Conan build policy changed to a list field Mateusz Pusz 2020-06-16 20:20:08 +02:00
  • a8508f124c New deduced units and FPS system documentation added Mateusz Pusz 2020-06-16 19:36:49 +02:00
  • fb3ab79401 Missing constraints added for prefixed_alias_unit Mateusz Pusz 2020-06-16 19:15:40 +02:00
  • 169e73e61b named_deduced_derived_unit renamed to named_deduced_unit Mateusz Pusz 2020-06-16 19:15:09 +02:00
  • a3a12229d9 foot_pound_second example slightly refactored Mateusz Pusz 2020-06-16 17:44:32 +02:00
  • 50623e492e Option to disable documentation generation added Mateusz Pusz 2020-06-16 17:44:07 +02:00
  • 54df464b1d Conversion issues fixed in si_fps_test Mateusz Pusz 2020-06-16 17:42:39 +02:00
  • 4a46f44618 Merge branch 'master' of github.com:mpusz/units Mateusz Pusz 2020-06-16 17:12:57 +02:00
  • c97a438807 playing with named derived units to allow knots to be deduced from nautical miles & hours but be called knot instead of mi(naut) / h Mike Ford 2020-05-31 12:32:14 +01:00
  • aa84dcb9ef added example and some more units to fps system Mike Ford 2020-05-31 00:37:19 +01:00
  • 5b9203d9d6 Added the "named_deduced_unit" type and more units to the fps system Mike Ford 2020-05-30 16:19:17 +01:00
  • 8230a42cb0 added some units for the foot-pound-second system and the static tests Mike Ford 2020-05-29 00:57:35 +01:00
  • 0dafb136cb libfmt updated to 6.2.1 Mateusz Pusz 2020-05-29 11:49:08 +02:00
  • fea072aeb5 warnings.cmake refactored Mateusz Pusz 2020-05-29 10:07:01 +02:00
  • 10f93b5386 Compilation on gcc-9 fixed Mateusz Pusz 2020-05-28 20:45:15 +02:00
  • 86b9177816 Specialize common_type to satisfy comparison concepts (resolves #113) Mateusz Pusz 2020-05-28 20:19:05 +02:00
  • ed9f51c75b CHANGELOG updated Mateusz Pusz 2020-05-28 19:22:45 +02:00
  • a9627c60cd math.h function signatures refactored to use Quantity concept (thanks kwikius!) Mateusz Pusz 2020-05-28 19:20:12 +02:00
  • 84c8a0632e Reference section of documentation refactored + random added Mateusz Pusz 2020-05-28 14:22:14 +02:00
  • 77a94b6d73 Ccompilation error fixed on gcc-9 Mateusz Pusz 2020-05-28 13:37:20 +02:00
  • caeae68326 removed redundant explicit keyword from default constructors Ramzi Sabra 2020-05-28 00:04:40 +03:00
  • 341b17e99a passed rep by reference; added constraints for rep Ramzi Sabra 2020-05-25 20:59:02 +03:00
  • 2f67372e17 refactored random distribution number wrapper and test Ramzi Sabra 2020-05-25 02:33:45 +03:00
  • 1ce7949cf5 added STL random number distributions wrappers Ramzi Sabra 2020-05-22 06:49:25 +03:00
  • 5dd9eaac87 Redundant constraints removed (resolves #109) Mateusz Pusz 2020-05-24 22:49:53 +02:00
  • 031da7df42 si angle header : fix wrong literal return type so now returns an angle rather than a length! Andy Little 2020-05-21 09:57:37 +01:00
  • b65a5bf6b2 quantity_of_matrix_tests uncommented thanks to a fix in the LA library Mateusz Pusz 2020-05-20 22:12:37 +02:00
  • 735eb3354e experimental_angle example compilation fixed on gcc-10 Mateusz Pusz 2020-05-20 22:12:03 +02:00
  • f281e417e2 Experimental branch using angle as a dimension. Added dim_angle, Angle concept etc. Not really for merging, but fun to play with.(The main problem is that it doesnt conform to SI) See https://github.com/mpusz/units/issues/99 Could try adding degrees etc in same way as non-si units Andy Little 2020-05-14 17:41:04 +01:00
  • 51f3739e46 example linear_algebra : change deduced type of iterator index to unsigned type Andy Little 2020-05-14 17:27:49 +01:00
  • 77dc0f3e01 Sphinx generation fixed Mateusz Pusz 2020-05-17 17:30:14 +02:00
  • f6c6ed6ae4 Conan badge in README updated to 0.5.0/stable Mateusz Pusz 2020-05-17 12:07:09 +02:00
  • 80d67163c8 linear_algebra updated to 0.7.0/testing Mateusz Pusz 2020-05-17 12:04:57 +02:00
  • 6f48085ea3 Development switched to 0.6.0 Mateusz Pusz 2020-05-17 11:47:01 +02:00
  • 18a61efa25 mp-units 0.5.0 release v0.5.0 Mateusz Pusz 2020-05-17 11:02:46 +02:00
  • bd7c421e32 linear_algebra switched to 0.6.0/stable Mateusz Pusz 2020-05-17 10:43:34 +02:00
  • 61fadb8ebc dim_velocity renamed to dim_speed Mateusz Pusz 2020-05-14 16:00:38 +02:00
  • bbd337ba35 base_dimension documentation updated Mateusz Pusz 2020-05-14 13:55:34 +02:00
  • 096e16c835 CHANGELOG updated again Mateusz Pusz 2020-05-14 13:47:20 +02:00
  • 36b0495ae3 Changelog updated Mateusz Pusz 2020-05-14 12:41:13 +02:00
  • ec21cfc734 Systems documentation added Mateusz Pusz 2020-05-14 11:49:01 +02:00
  • a9cd433f3b Note message added to documentation index Mateusz Pusz 2020-05-14 11:10:06 +02:00
  • f46e0af79d Minor cleanup in directories chapter Mateusz Pusz 2020-05-13 15:36:50 +02:00
  • e7ac6bd563 Reference section of documentation improved Mateusz Pusz 2020-05-13 15:36:33 +02:00
  • e58c8054bc Doxygen documentation added Mateusz Pusz 2020-05-13 15:33:29 +02:00
  • 64a8b32b8f Remaining examples added to documentation Mateusz Pusz 2020-05-13 13:11:07 +02:00
  • df6a0da9d3 Documentation updated Mateusz Pusz 2020-05-13 12:50:14 +02:00
  • cf7dab42c3 doxygen link resolution failure fixed Mateusz Pusz 2020-05-11 12:38:50 +02:00
  • e622529fd9 Deployment preparation removed for gcc-9 Mateusz Pusz 2020-05-11 12:06:37 +02:00
  • 7a5df94deb Documentation deployment switched to gcc-10 Mateusz Pusz 2020-05-11 11:09:26 +02:00
  • efec7448cc Conan package_id fixed to support different recipes for different compilers Mateusz Pusz 2020-05-11 11:08:56 +02:00
  • 5555422f6a Documentation deployment fixed in Travis CI Mateusz Pusz 2020-05-11 10:55:21 +02:00
  • a9ff29c637 Compiler Explorer links updated (resolves #104) Mateusz Pusz 2020-05-11 08:52:08 +02:00
  • a6c7676828 travis.yml fixed Mateusz Pusz 2020-05-10 23:24:24 +02:00
  • 62434507a2 test_package fixed Mateusz Pusz 2020-05-10 22:59:16 +02:00
  • c6627ed20f Compilation errors in LA example fixed Mateusz Pusz 2020-05-10 22:40:54 +02:00
  • 09e24114b0 Missing headers added to si.h Mateusz Pusz 2020-05-10 22:40:28 +02:00
  • 12ca5dd3c9 CONAN_DOCKER_32_IMAGES removed from Travis CI Mateusz Pusz 2020-05-10 22:24:05 +02:00
  • 39109faa1e Sphinx epxression parsing errors fixed Mateusz Pusz 2020-05-10 17:32:47 +02:00
  • ce301748dd Velocity renamed to Speed (resolves #103) Mateusz Pusz 2020-05-10 17:31:47 +02:00
  • f70d6d0be1 Common CMake tools updated Mateusz Pusz 2020-05-10 09:43:06 +02:00
  • 8b7b6848cd CMake common tools updated Mateusz Pusz 2020-05-09 13:14:19 +02:00
  • 3b22826a79 Merge branch 'master' of github.com:mpusz/units Mateusz Pusz 2020-05-09 13:12:39 +02:00
  • 257d86185a Compilation Errors chapter added to FAQ Mateusz Pusz 2020-05-09 13:12:35 +02:00
  • 90fddb925d Compiler Explorer links updated Mateusz Pusz 2020-05-09 13:12:05 +02:00
  • 598a617634 Fix minimum required CMake version Johel Ernesto Guerrero Peña 2020-05-09 01:30:12 -04:00
  • e5b7487066 PT replaced with PF for PrefixFamily Mateusz Pusz 2020-05-09 09:22:16 +02:00
  • 4fa0f90a4e gcc10 build added to Travis CI Mateusz Pusz 2020-05-08 23:08:01 +02:00
  • 097a7badd7 Python updated for Travis CI Mateusz Pusz 2020-05-08 23:07:34 +02:00
  • 56d0b6d4a2 Typo fixed Mateusz Pusz 2020-05-08 22:57:21 +02:00
  • 8d9680d2b4 si_length group removed from systems.rst Mateusz Pusz 2020-05-08 22:57:01 +02:00
  • 52d1fecc49 github_url unsupported theme option commented out Mateusz Pusz 2020-05-08 22:56:37 +02:00
  • ac371213d2 Changelog updated Mateusz Pusz 2020-05-08 22:40:35 +02:00
  • 7e935a4108 Physical units put in the physical namespace (I am sorry) Mateusz Pusz 2020-05-08 22:39:24 +02:00
  • 771a9a1551 Documentation for alias_unit added Mateusz Pusz 2020-05-08 21:19:33 +02:00
  • 1830735544 Unit tests for alias_unit added Mateusz Pusz 2020-05-08 21:18:16 +02:00