Commit Graph

2924 Commits

Author SHA1 Message Date
Mateusz Pusz f3ad392123 docs: resize the logo in README 2024-01-05 12:48:46 +01:00
Mateusz Pusz a36885ec54 docs: logo added to README 2024-01-05 12:40:25 +01:00
Mateusz Pusz 5382fdbc5c fix: ice_point is now defined with the integral offset from absolute_zero
Fixes #539
2024-01-05 11:56:55 +01:00
Mateusz Pusz 4fdf1fc4c9 docs: mkdocs.yml updated with a new logo 2024-01-05 11:48:44 +01:00
Mateusz Pusz 30df813f83 docs: new project logo 2024-01-05 11:46:44 +01:00
Mateusz Pusz db4a24a197 refactor: MSVC workaround for constrained auto variable 2024-01-05 11:17:36 +01:00
Mateusz Pusz 09d923d619 refactor: MSVC workarounds for named prefixed units definitions 2024-01-05 11:17:03 +01:00
Mateusz Pusz 9fd0438849 docs: forgot to commit setting the accent in mkdocs.yml 2024-01-04 17:31:21 +01:00
Mateusz Pusz 190370fbbe docs: compatible accent colors added 2024-01-04 16:11:44 +01:00
Mateusz Pusz 07f85450ca docs: custom color scheme 2024-01-04 12:40:59 +01:00
Mateusz Pusz afeb439b41 docs: project logo added 2024-01-03 18:38:15 +01:00
Mateusz Pusz 087707bed9 docs: project title changed 2024-01-03 17:54:57 +01:00
Mateusz Pusz 21a25013ad docs: mkdocs social plugin enabled 2024-01-03 13:26:41 +01:00
Mateusz Pusz af075be3ca docs: 2.1.0 release announcement 2024-01-03 12:59:41 +01:00
Mateusz Pusz d5668b7a50 docs: mkdocs-rss-plugin added to the "Building documentation" chapter 2023-12-27 20:35:35 +01:00
Mateusz Pusz e01942c23b style: whitespaces trimmed to make pre-commit happy 2023-12-27 15:51:39 +01:00
Mateusz Pusz f99a9cd7cf docs: Text Output grammar cleanup 2023-12-27 11:34:06 +01:00
Mateusz Pusz 265cabb0e5 docs: grammar documenation updated 2023-12-27 11:27:18 +01:00
Mateusz Pusz b75cf85014 docs: "Text Output" chapter updated 2023-12-27 11:26:56 +01:00
Mateusz Pusz 8dae093517 ci: the latest Ninja is now installed using pip 2023-12-27 09:55:32 +01:00
Mateusz Pusz 6c2550ddfc docs: the affine space docs updated 2023-12-26 12:13:14 +01:00
Mateusz Pusz 6324f6dc2a Merge pull request #522 from mpusz/implicit_point_origin
feat: implementation of implicit point origins
2023-12-26 11:09:43 +01:00
Mateusz Pusz 1b5b4dbdcd docs: "Framework Basics" chapters updated and cleaned up 2023-12-26 11:07:21 +01:00
Mateusz Pusz 1db975d48c refactor: quantity_cast implementation now use make_reference() 2023-12-26 10:33:04 +01:00
Mateusz Pusz 78872e1a14 fix: QuantitySpec[Unit] replaced with make_reference in value_cast 2023-12-26 10:31:38 +01:00
Mateusz Pusz 7f0e7f8ca8 refactor: 💥 SI-related trigonometric functions moved to the si subnamespace 2023-12-26 09:31:11 +01:00
Mateusz Pusz c9d1f83ca4 refactor: math.h header file broke up to smaller pieces 2023-12-26 09:30:23 +01:00
Mateusz Pusz 436162cad8 docs: "Working with Legacy interfaces" chapter added 2023-12-23 12:19:32 +01:00
Mateusz Pusz f0b1d0ddba docs: smoot description improved 2023-12-23 08:40:21 +01:00
Mateusz Pusz 46bc8e72db build: gcc-12 set as mininum in conanfile 2023-12-22 18:42:29 +01:00
Mateusz Pusz e12fc5e207 ci: CodeQL GitHub Action bumped to gcc-12 2023-12-22 18:40:44 +01:00
Mateusz Pusz 4bb25d2661 build: gcc-11 support removed because of ICEs 2023-12-22 18:23:44 +01:00
Mateusz Pusz be1705bc4a refactor: zeroth_point_origin() renamed to default_point_origin() and implicit_zeroth_point_origin renamed to zeroth_point_origin 2023-12-22 17:29:02 +01:00
Mateusz Pusz bf51bfc96f refactor(example): quantity_from_zero() used in exchange_to 2023-12-22 16:42:03 +01:00
Mateusz Pusz f2abaa28bc feat: quantity_from_zero() enabled for absolute point origins 2023-12-22 16:41:14 +01:00
Mateusz Pusz a962182e13 feat: implicit point origins compatibility between different quantity specs added 2023-12-22 16:35:06 +01:00
Mateusz Pusz 31a5c76672 feat: interconvertible(QuantitySpec, QuantitySpec) added 2023-12-22 15:51:03 +01:00
Mateusz Pusz b33013ca43 style: whitespaces trimmed to make pre-commit happy 2023-12-21 12:36:11 +01:00
Mateusz Pusz ea7c97dac7 docs: "Quick Start" chapter updated with implicit origins 2023-12-21 12:31:24 +01:00
Mateusz Pusz fdacde606c docs: implicit point origin related erroneous case added to example in the interoperability chapter 2023-12-21 12:25:10 +01:00
Mateusz Pusz 6f18ec3142 style: whitespaces trimmed to make pre-commit happy 2023-12-21 12:25:10 +01:00
Mateusz Pusz c28a65ffa5 Update docs/users_guide/framework_basics/the_affine_space.md
Co-authored-by: Johel Ernesto Guerrero Peña <johelegp@gmail.com>
2023-12-21 12:25:09 +01:00
Mateusz Pusz 6a3f9a5ece docs: "The Affine Space" chapter updated to reflect the recent design changes 2023-12-21 12:25:09 +01:00
Mateusz Pusz 641163a4c3 test: verify that the implicit point origin is properly set for the rest of the units and derived ones 2023-12-21 12:25:09 +01:00
Mateusz Pusz cccf1e24b0 refactor: point origin can't be set for a unit that does not have an associated quantity kind 2023-12-21 12:25:09 +01:00
Mateusz Pusz fe099b5ad1 feat: propagation of point origins for scaled units added 2023-12-21 12:25:09 +01:00
Mateusz Pusz 5f840d7079 fix: point origins comparison fixed 2023-12-21 12:25:09 +01:00
Mateusz Pusz 10a2e6dc0d feat: 💥 initial implementation of implicit point origins 2023-12-21 12:25:09 +01:00
Mateusz Pusz a114b9b9a3 docs: "Quantity points" chapter extended 2023-12-21 12:23:52 +01:00
Mateusz Pusz ed2b91500a docs: "Quick Start" chapter reworked to be simpler and include quantity points 2023-12-21 12:13:38 +01:00