Commit Graph

3210 Commits

Author SHA1 Message Date
Mateusz Pusz 15404cd3a7 docs: Compiler Explorer links updated to reflect the systems file tree refactoring 2024-05-09 18:08:13 +02:00
Mateusz Pusz e4232b5834 docs: examples in README do not use C++ modules anymore 2024-05-09 15:51:33 +02:00
Mateusz Pusz c0f1ff701d build: additional options added to clang-tidy command and clang-tidy-18 hardcoded as an executable to use 2024-05-08 21:53:01 +02:00
Mateusz Pusz 54d144d112 refactor: workarounds for clang-tidy-18 2024-05-08 14:46:04 +02:00
Mateusz Pusz 23ab3ecef4 feat: CMake CI updated to support the changes introduced in the latest Conan version 2024-05-08 14:35:00 +02:00
Mateusz Pusz 999012dd97 build: CMAKE_EXPORT_COMPILE_COMMANDS flag enabled for the developer's build 2024-05-08 12:16:37 +02:00
Mateusz Pusz 5bac7d341d style: clang-format applied to distibution_test.cpp 2024-05-08 12:16:02 +02:00
Mateusz Pusz 1c164b798a fix: some clang-tidy related changes reverted to fix clang-16 compilation 2024-05-08 12:14:38 +02:00
Mateusz Pusz 3dcb8f4f49 refactor: remove dependency on <ranges> header and switch to use an iterator-based copy algorithm 2024-05-08 11:18:54 +02:00
Mateusz Pusz 75f719add7 refactor: code refactored to comply with clang-tidy 2024-05-08 11:12:38 +02:00
Mateusz Pusz 901b5e5394 docs: formatting grammar language changed to EBNF 2024-05-05 18:58:40 +02:00
Mateusz Pusz 79a1d61c5c fix: handling of MP_UNITS_BUILD_CXX_MODULES fixed 2024-04-25 19:33:30 +02:00
Mateusz Pusz f770057052 refactor: IWYU updates 2024-04-25 19:33:03 +02:00
Mateusz Pusz 8ea346be1c refactor: 💥 header files with the entire system definitions moved up in the directory tree 2024-04-25 16:34:11 +02:00
Mateusz Pusz dbc225961d docs: 2.2 release announcement updated 2024-04-25 16:24:43 +02:00
Mateusz Pusz a5b2b793e4 docs: "Project structure" chapter expanded 2024-04-25 16:23:59 +02:00
Mateusz Pusz fbe3cec982 feat: 💥 core.h removed 2024-04-25 16:09:00 +02:00
Mateusz Pusz 56bfe8f011 refactor: underlying_type split to wrapped_type and value_type and used in code 2024-04-25 16:08:23 +02:00
Mateusz Pusz 4e339cdcd8 docs: ext header files got comments describing their purpose 2024-04-25 14:36:35 +02:00
Mateusz Pusz 11960a23ae refactor: 💥 type list tools made and implementation detail of the library 2024-04-24 21:10:25 +02:00
Mateusz Pusz c066104af7 refactor: 💥 framework.h introduced + IWYU 2024-04-24 21:09:29 +02:00
Mateusz Pusz 2a05f931e7 build: MP_UNITS_BUILD_AS_SYSTEM_HEADERS restored (but renamed) 2024-04-24 20:17:39 +02:00
Mateusz Pusz e4ea668998 build: IWYU enabled on GCC 2024-04-24 20:10:44 +02:00
Mateusz Pusz 5c680199b8 build: IWYU path handling fixed 2024-04-24 12:43:56 +02:00
Mateusz Pusz 117e8bd740 ci: Conan and CMake CI now use different cache names 2024-04-23 10:38:26 +02:00
Mateusz Pusz ece2b096fb style: clang-format to make pre-commit happy 2024-04-23 09:19:50 +02:00
Mateusz Pusz 15389107d4 fix: dependencies on cstdint header fixed 2024-04-23 08:59:14 +02:00
Mateusz Pusz 8580c59875 build: formatting headers moved back to compat_macros.h but this time they are included conditionally 2024-04-23 08:56:27 +02:00
Mateusz Pusz 5449fe7418 fix: formatting headers added to core_gmf.h 2024-04-22 21:20:24 +02:00
Mateusz Pusz 3a16a020e7 fix: fixed_string compilation fixed 2024-04-22 20:46:40 +02:00
Mateusz Pusz 031fa62e36 refactor: reference returns auto to improve compilation times 2024-04-22 19:22:01 +02:00
Mateusz Pusz e20492e159 build: formatting headers moved from compat_macros.h to fmt.h 2024-04-22 19:21:18 +02:00
Mateusz Pusz 795277cfeb docs: smoot example improved 2024-04-20 17:20:33 +01:00
Mateusz Pusz c8208e1052 docs: @nebkat contributions added to the 2.2 release announcement 2024-04-20 17:16:50 +01:00
Mateusz Pusz 13fbd3c35c docs: Compiler Explorer links updated 2024-04-20 10:59:15 +01:00
Mateusz Pusz 7d0e97b982 docs: P3045 reference added to docs 2024-04-19 23:33:32 +01:00
Mateusz Pusz 74458a36cf docs: emojis added to the "breaking change" statements 2024-04-19 18:43:07 +01:00
Mateusz Pusz 0f0d7d8715 docs: code fragments fixed in the poll titles 2024-04-19 18:36:40 +01:00
Mateusz Pusz eb6e331de7 style: whitespaces fixed again 2024-04-19 18:27:41 +01:00
Mateusz Pusz 9525a4b25b style: indentation in the blog post fixed 2024-04-19 18:09:44 +01:00
Mateusz Pusz 12e394f128 docs: Tokyo meeting report 2024-04-19 18:05:47 +01:00
Mateusz Pusz 1a6dbfd66e refactor: magnitude_test updated with the latest changes 2024-04-19 17:08:09 +01:00
Mateusz Pusz 94a9a28d90 refactor: ISQ quantities includes in the chrono.h limited to the SI quantities only 2024-04-19 16:54:40 +01:00
Mateusz Pusz 63f97d3396 fix: improved text formatting in examples 2024-04-19 16:49:27 +01:00
Mateusz Pusz 41f500e729 Merge pull request #555 from mpusz/new_format
docs: new formatting syntax ideas
2024-04-20 00:18:23 +09:00
Mateusz Pusz 6ad831b573 docs: 2.2 release updated with mag_ratio 2024-04-19 16:14:34 +01:00
Mateusz Pusz 72491443fc fix: use std::formattable only when fmtlib is not used 2024-04-19 15:30:42 +01:00
Mateusz Pusz f90a218705 refactor: 💥 ratio hidden as an implementation detail behind mag_ratio 2024-04-19 15:29:00 +01:00
Mateusz Pusz 17de6bd872 fix: clang compilation fixed workarounded with the CTAD for quantity_formatter 2024-04-19 14:38:11 +01:00
Mateusz Pusz 00372cc5d5 docs: "Quantity formatting" chapter updated 2024-04-18 22:55:19 +01:00