147 Commits

Author SHA1 Message Date
f4b167a269 docs: deprecated header files removed from documentation 2025-06-20 10:56:34 +02:00
1595fca9a9 build: version bumped to 2.5.0 2024-11-05 18:37:06 +01:00
7fabd975dc chore: mp-units version bumped to 2.4.0 2024-09-27 13:38:51 +02:00
93f41cf499 docs: Compiler Explorer link to basic operations example updated 2024-09-13 10:48:46 +02:00
771d4c2e99 build: version bumped to 2.3.0 2024-06-14 16:03:27 +02:00
68d88335c4 docs: C++ badge updated in README 2024-05-30 20:42:20 +02:00
9dc44243c5 docs: README badges updated 2024-05-30 20:14:30 +02:00
6486c85773 ci: clang-tidy CI added 2024-05-30 15:00:25 +02:00
f4e44651a9 docs: fmtlib dependency removed from the Compiler Explorer code 2024-05-16 12:35:49 +02:00
15404cd3a7 docs: Compiler Explorer links updated to reflect the systems file tree refactoring 2024-05-09 18:08:13 +02:00
e4232b5834 docs: examples in README do not use C++ modules anymore 2024-05-09 15:51:33 +02:00
13fbd3c35c docs: Compiler Explorer links updated 2024-04-20 10:59:15 +01:00
7d0e97b982 docs: P3045 reference added to docs 2024-04-19 23:33:32 +01:00
1e3a93d10c docs: new formatting syntax ideas 2024-04-17 14:20:15 +01:00
d9723b61a6 docs: "hello units" example updated with dimensions output 2024-02-26 14:36:49 +01:00
99167fd3c4 docs: code samples modernized 2024-01-27 22:47:33 +01:00
a9deec9d59 refactor: example applications refactored to a new formatting syntax 2024-01-23 21:49:17 +01:00
35be0b7ad0 ci: "Check CI" renamed to "Formatting CI" 2024-01-21 08:20:03 +01:00
f3ad392123 docs: resize the logo in README 2024-01-05 12:48:46 +01:00
a36885ec54 docs: logo added to README 2024-01-05 12:40:25 +01:00
087707bed9 docs: project title changed 2024-01-03 17:54:57 +01:00
ccd9bb1b10 docs: project description changed 2023-12-09 20:10:06 +01:00
217048857a build: project version updated to 2.2.0 2023-12-09 19:03:45 +01:00
d824be6822 docs: ISO papers reference added to docs and README 2023-10-25 14:13:00 +02:00
90a862e8ac docs: YouTube video link updated to the C++ on Sea 2023 2023-10-18 17:40:33 +02:00
b2423bfded feat: quantities can now be multiplied and divided by units 2023-09-29 21:40:24 -06:00
daf4657375 docs: library versions bumped in the docs 2023-09-24 20:06:07 +02:00
9d64b75afe docs: basic examples refactored to not use auto 2023-09-13 08:58:17 +02:00
bba880bdc7 docs: README updated 2023-08-28 21:04:33 +02:00
ae92b49775 refactor: op[U] for quantity and quantity_point replaced with .in(U)
Resolves #469
2023-08-23 16:46:15 +02:00
1e00acd49f docs: ACCU 2023 talk referenced in the documentation 2023-08-16 06:41:54 +02:00
6bf55ff6cb docs: headers simplified and the Compiler Explorer links updated for an example app 2023-07-13 18:32:36 +02:00
52ce2b21f7 refactor: iostream.h renamed to ostream.h 2023-06-23 15:03:04 +02:00
0fbc849608 docs: "Glossary" page added 2023-06-21 22:53:10 +02:00
4b3e31f40d docs: initial V2 documenatation added 2023-06-21 10:55:18 +02:00
5dcf87ac28 docs: link to the code example updated in README 2023-06-16 13:55:27 +03:00
a99bac83a1 docs: README updated 2023-06-16 10:16:05 +03:00
53fd362fe3 docs: README badges cleanup 2023-03-22 16:20:12 +01:00
38dff1c74f docs: README badges updated 2023-03-22 10:15:43 +01:00
8e61286548 docs: "Terms and Definitions" added to README 2023-02-04 08:28:29 +01:00
6030b2e4e4 Merge branch 'master' of github.com:mpusz/units 2023-02-01 21:03:56 +01:00
48d11cce8a docs: Compiler Explorer examples compilation fixed 2023-02-01 21:03:44 +01:00
712a38eda6 Fix badge image links
For background, see: https://github.com/badges/shields/issues/8671
2023-01-14 14:11:21 +00:00
7b8d97646c check: initial setup for pre-commit 2022-03-18 16:12:21 +01:00
bc7849beb1 docs: mp-units talk updated to the one provided at NDC TechTown 2021 2021-11-05 11:32:09 +01:00
21cea146a5 docs: quick start example updated 2021-10-17 12:27:07 +02:00
a26eef0d93 docs: docs updated for gitpod 2021-10-01 11:27:01 +02:00
b1bd4cab2d feat: std::format support for compliant compilers added 2021-09-20 15:01:58 +02:00
43825a531f chore: project version moved to 0.8.0 2021-05-11 23:07:03 +02:00
2c8c6c2e98 refactor: quantity cration helpers are not opt-out rather than opt-in
Resolves #277
2021-05-09 15:52:20 +02:00