Commit Graph
285 Commits
Author SHA1 Message Date
Mateusz Pusz 6e42cabc64 feat: a support to define ISQ derived dimensions in terms of different number or order of components 2021-05-11 15:31:46 +02:00
Mateusz Pusz 1783d243da fix: quantity modulo arithmetics fixed
Resolves #231
2021-05-11 15:03:04 +02:00
Mateusz Pusz b894ee6558 refactor: 💥 got rid of a noble_derived_unit
Resolves #280
2021-05-10 18:03:47 +02:00
Mateusz Pusz 7ead50acfc refactor: derived_kind template parameters reordered to be compatible with a derived_unit
Resolves #229
2021-05-10 16:45:38 +02:00
Mateusz Pusz 8e88f06380 refactor: *deduced_unit renamed to *derived_unit 2021-05-10 15:56:48 +02:00
Mateusz Pusz c028f606c8 docs: "Install" chapter added to Usage 2021-05-09 19:30:27 +02:00
Mateusz Pusz 2c8c6c2e98 refactor: quantity cration helpers are not opt-out rather than opt-in
Resolves #277
2021-05-09 15:52:20 +02:00
Mateusz Pusz a60e951cd0 docs: Broken links to examples source code fixed 2021-05-04 14:36:49 +02:00
Mateusz Pusz 03c33a86a6 docs: 2021-05-04 13:07:34 +02:00
Mateusz Pusz c2cae80914 build: 💥 Linear Algebra is now hosted on its [Artifactory](https://api.bintray.com/conan/twonington/public-conan) 2021-05-04 10:56:31 +02:00
Mateusz Pusz 6d39459cbc perf: rvalue references support added for constructors and getters
Resolves #275
2021-05-03 19:44:50 +02:00
Mateusz Pusz d1473bfde7 ci: fixed setting Ninja as a default generator for Conan 2021-04-29 11:24:52 +02:00
Mateusz Pusz d09cef27c9 docs: binary prefixes fixed in the docs 2021-04-17 20:00:53 +02:00
Mateusz Pusz 024c5e8e9a docs: Got rid of IWYU pragmas from hello_units 2021-04-17 12:06:33 +02:00
Mateusz Pusz 669332061f docs: hello_units example updated with aliases 2021-04-17 11:52:49 +02:00
Mateusz Pusz 58f21e7e1c docs: Quantity Construction Helpers chapter updated 2021-04-16 19:03:30 +02:00
Mateusz Pusz e88cdadd5f docs: "Dimension-Specific Aliases" fixed 2021-04-16 14:46:58 +02:00
Mateusz Pusz a69b408661 docs: examples chapter reorganized 2021-04-16 14:39:20 +02:00
Mateusz Pusz 46e1e5e932 refactor: US system renamed to USCS 2021-04-16 12:40:52 +02:00
Mateusz Pusz 70bff31d06 feat: quantity aliases support addded 2021-04-15 19:13:25 +02:00
Mateusz Pusz 813197021f refactor: measurement example moved to a root examples directory 2021-04-15 14:05:36 +02:00
Mateusz Pusz ec8c19b947 refactor: natural units refactored 2021-04-15 14:03:32 +02:00
Mateusz Pusz e5cd7c80e7 docs: typo in the chapter name fixed 2021-04-13 20:37:10 +02:00
Mateusz Pusz 97245a8c96 feat: Kalman Filter tutorials 1-8 added 2021-04-13 18:16:11 +02:00
Ralph J. Steinhagen 3d5aed3969 removed obsolete '#define UNITS_UDLS 1' 2021-04-09 10:37:59 +02:00
Ralph J. Steinhagen a05c1ca23c adding missing/required (?) '#defines' for compiler-explorer examples - also in docs 2021-04-09 10:37:59 +02:00
Mateusz Pusz 8ca2b25349 fix: torque literal fixed + experimental_angle example refactored 2021-04-07 19:07:25 +02:00
Mateusz Pusz dddc7572aa refactor: conversion_factor example moved to the main examples directory 2021-04-07 19:05:02 +02:00
Mateusz Pusz 40de14b9b7 refactor: common part of glide_computer moved to a directory 2021-04-07 12:36:39 +02:00
Mateusz Pusz cf14032dce refactor: custom_systems example moved to the parent directory 2021-04-07 11:54:35 +02:00
Mateusz Pusz bd862d3517 refactor: Fine-grained references support added 2021-04-07 11:26:45 +02:00
Mateusz Pusz 90c9daa27f build: gsl-lite updated to 0.38.0 2021-04-06 22:21:21 +02:00
Mateusz Pusz 1f80c57fad refactor: hello_units fixed to provide literals and references preprocessor defines explicitly 2021-04-06 16:36:52 +02:00
Mateusz Pusz 512406e900 build: got rid of global options for references and literals 2021-04-06 16:30:26 +02:00
Mateusz Pusz b3b52148c0 build: CMake message about UNITS_BUILD_DOCS unified 2021-04-06 16:25:43 +02:00
Mateusz Pusz 71d79aeab0 docs: reference to dimension of speed fixed in "Derived Unnamed Units" chapter 2021-04-06 16:23:54 +02:00
Mateusz Pusz b982921d27 refactor: References are now guarded UNITS_REFERENCES with (ON by default) + examples duplicated to subdirectories
Now References can be disabled to meassure a compile time impact. Also the same examples are now provided in two subdirectories to be able to easily compare the pros and cons of every quantity construction technique.
2021-04-06 15:57:28 +02:00
Mateusz Pusz b842c3f94a docs: q_ prefixes added for "Dimension-Specific Aliases" 2021-04-06 14:44:24 +02:00
Mateusz Pusz c3659dbb47 refactor: UNITS_UDLS renamed to UNITS_LITERALS
Also now the existence of the preprocessor flag is enough to trigger the feature (`#ifdef` instead of `#if`)
2021-04-06 13:33:27 +02:00
Mateusz Pusz a954f5d924 build: Conan testing version is now hosted on Artifactory
Bintray is going to be EOL soon
2021-04-05 17:19:14 +02:00
Mateusz Pusz 1a5b4fc85e refactor: UDLs support switched off by default 2021-04-02 18:56:28 +02:00
Mateusz Pusz 5fc7e01d19 docs: Usage chapter renamed and moved down in the index 2021-04-02 18:47:54 +02:00
Mateusz Pusz 603bc36efb docs: Systems documentation updated 2021-04-02 18:47:17 +02:00
Mateusz Pusz c4e9ff7f66 docs: Documentation now prefers refrences over UDLs 2021-04-02 13:11:20 +02:00
Mateusz Pusz 7cc34646b9 docs: Compiler Explorer links updated 2021-04-01 19:34:35 +02:00
Mateusz Pusz 019e4cb143 docs: Usage examples updated to prefer references rather than UDLs 2021-04-01 14:04:07 +02:00
Mateusz Pusz ef94100d02 docs: CHANGELOG updated 2021-04-01 14:03:26 +02:00
Mateusz Pusz 138d85f9bf docs: Usage updated 2021-04-01 09:38:02 +02:00
Mateusz Pusz bbb5c248f0 docs: Broken links fixed 2021-04-01 09:37:44 +02:00
Mateusz Pusz 9054420d08 build: Added an option to disable UDLs support
Now it is time to get rid of UDLs from tests and examples and then disable them by default.
2021-04-01 09:36:55 +02:00