Commit Graph

66 Commits

Author SHA1 Message Date
Mateusz Pusz
e37c83d5e1 docs: Cairo dependency described in the MkDocs section 2024-02-22 09:44:30 +01:00
Mateusz Pusz
3d89bec4b9 feat: 💥 MP_UNITS_AS_SYSTEM_HEADERS support removed 2024-02-17 22:45:23 +01:00
Mateusz Pusz
8b9ca0e342 Merge branch 'master' of github.com:mpusz/mp-units 2024-02-16 15:46:44 +01:00
Mateusz Pusz
d5474cc095 docs: minor fixes 2024-02-15 22:18:39 +01:00
Mateusz Pusz
862e39ec97 refactor: 💥 Conan config options renamed to user.mp-units.* 2024-02-10 12:19:44 +01:00
Mateusz Pusz
62100e5745 style: whitespaces fixed to make pre-commit happy 2024-01-27 22:53:56 +01:00
Mateusz Pusz
99167fd3c4 docs: code samples modernized 2024-01-27 22:47:33 +01:00
Mateusz Pusz
12c7a43d7d docs: C++ modules should be properly supported by gcc-14 2024-01-26 08:09:48 +01:00
Mateusz Pusz
1a04019ca5 docs: minimum compiler requirements updated 2024-01-23 23:06:25 +01:00
Mateusz Pusz
9b98fcb118 build: use_fmtlib build option default set to False 2024-01-23 22:36:56 +01:00
Mateusz Pusz
a9deec9d59 refactor: example applications refactored to a new formatting syntax 2024-01-23 21:49:17 +01:00
Mateusz Pusz
a9b2865950 Merge branch 'master' of github.com:mpusz/mp-units 2024-01-23 21:15:55 +01:00
Mateusz Pusz
e51a5f6e8e docs: C++23 extensions compiler support updated 2024-01-19 19:38:51 +01:00
Mateusz Pusz
55bf9a9c1d feat: use_fmtlib Conan option added 2024-01-12 14:26:21 +01:00
Mateusz Pusz
cc9947bd8b refactor: 💥 MP_UNITS_USE_LIBFMT renamed to MP_UNITS_USE_FMTLIB 2024-01-12 14:18:57 +01:00
Mateusz Pusz
9511995d04 build: find_package() calls don't spell CONFIG explicitly anymore 2024-01-12 12:32:12 +01:00
Mateusz Pusz
7c4d2cd5e4 build: CMAKE_VERIFY_INTERFACE_HEADER_SETS support added
Resolves #441
2024-01-12 12:30:57 +01:00
Mateusz Pusz
09ab7729d3 docs: mp_units.core contents description extended 2024-01-07 15:45:15 +01:00
Mateusz Pusz
39a66d2c6b docs: "C++ modules" tabs added to all the code examples 2024-01-06 08:51:01 +01:00
Mateusz Pusz
9611a64ad5 docs: a note about C++ modules availability added to "Installation and Usage" chapter 2024-01-06 08:51:01 +01:00
Mateusz Pusz
e8e3226698 docs: "Installation and Usage" refactored 2024-01-06 08:51:01 +01:00
Mateusz Pusz
edb7de4b11 docs: documentation updated for C++ modules 2024-01-06 08:51:01 +01:00
Johel Ernesto Guerrero Peña
52b0c03346 docs: document MP_UNITS_BUILD_CXX_MODULES 2024-01-06 08:51:00 +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
4bb25d2661 build: gcc-11 support removed because of ICEs 2023-12-22 18:23:44 +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
6a3f9a5ece docs: "The Affine Space" chapter updated to reflect the recent design changes 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
Mateusz Pusz
2493152ec7 docs: "Code Example" chapter renamed to "Look and Feel" and reordered in TOC to be after "Quick Start" 2023-12-21 11:47:20 +01:00
Mateusz Pusz
217048857a build: project version updated to 2.2.0 2023-12-09 19:03:45 +01:00
Mateusz Pusz
202277d03b build: apple-clang-15 support added 2023-12-08 14:29:24 +01:00
Mateusz Pusz
173c500886 docs: tip in the "Quick start" chapter fixed 2023-12-03 19:30:04 +01:00
Mateusz Pusz
fa596fffc6 refactor: 💥 make_xxx factory functions replaced with two-parameter constructors
Resolves #521
2023-11-28 11:52:37 +01:00
Mateusz Pusz
3dba9416cb docs: "Design Overview" chapter added and "Concepts" chapter reworked 2023-10-31 09:45:42 +01:00
Mateusz Pusz
6c28d743db docs: "you" replaced to "we" in many places 2023-10-25 21:27:01 +02:00
Mateusz Pusz
0b3618d723 docs: "Getting Started" chapters updated 2023-10-25 14:12:25 +02:00
Mateusz Pusz
211ba6a5b3 docs: a representation type in a dimensionless quantity FAQ fixed 2023-10-23 09:21:37 +02:00
Mateusz Pusz
90a862e8ac docs: YouTube video link updated to the C++ on Sea 2023 2023-10-18 17:40:33 +02:00
Mateusz Pusz
c75559dd34 docs: "i.e." replaced with "e.g." everywhere in the project 2023-10-10 20:24:23 +02:00
Mateusz Pusz
e23f038173 Merge branch 'master' into unit_compose_ext 2023-10-06 23:38:04 +02:00
Mateusz Pusz
335ebc9b7b style: whitespaces in FAQ fixed to make pre-commit happy 2023-09-30 22:20:42 -06:00
Mateusz Pusz
cdd90fb93b docs: CameCase concept identifiers FAQ added 2023-09-30 21:52:25 -06:00
Mateusz Pusz
b2423bfded feat: quantities can now be multiplied and divided by units 2023-09-29 21:40:24 -06:00
Mateusz Pusz
daf4657375 docs: library versions bumped in the docs 2023-09-24 20:06:07 +02:00
Mateusz Pusz
11a539cabc docs: units composition FAQ cleanup 2023-09-13 08:59:29 +02:00
Mateusz Pusz
9d64b75afe docs: basic examples refactored to not use auto 2023-09-13 08:58:17 +02:00
Mateusz Pusz
75482733d1 docs: SI Brochure quote added with the rationale for the multiplication syntax usage to create quantities 2023-09-04 10:53:47 +02:00
Mateusz Pusz
fa38e4f497 docs: admonition types usage fine tuned 2023-08-30 11:33:30 +02:00