Commit Graph

3034 Commits

Author SHA1 Message Date
Mateusz Pusz
12c7a43d7d docs: C++ modules should be properly supported by gcc-14 2024-01-26 08:09:48 +01:00
Mateusz Pusz
7565cd09af build: change the default value of MP_UNITS_USE_FMTLIB to be undefined by default 2024-01-26 08:04:26 +01:00
Mateusz Pusz
7a9748e5dc Merge pull request #548 from mpusz/new_fmt
feat!: New formatting grammar
2024-01-23 23:28:59 +01:00
Mateusz Pusz
c65d83c62b style: too long line in conanfile.py issue fixed 2024-01-23 23:28:35 +01:00
Mateusz Pusz
8e52792aad build: _std_format_minimum_compilers_version added 2024-01-23 23:08:14 +01:00
Mateusz Pusz
1a04019ca5 docs: minimum compiler requirements updated 2024-01-23 23:06:25 +01:00
Mateusz Pusz
fa4db03701 ci: std::format runs disabled for clang-16 and apple-clang 2024-01-23 23:05:47 +01:00
Mateusz Pusz
a3c72c5c12 ci: use_fmtlib=True set for CodeQL workflow 2024-01-23 22:48:54 +01:00
Mateusz Pusz
bfe00f25e4 ci: another try to exclude runs in a matrix 2024-01-23 22:44:55 +01:00
Mateusz Pusz
9b98fcb118 build: use_fmtlib build option default set to False 2024-01-23 22:36:56 +01:00
Mateusz Pusz
c9c8afed74 ci: caching now accounts for various formatting 2024-01-23 22:34:47 +01:00
Mateusz Pusz
b5fc5cb37f fix: excluded build config in CI fixed 2024-01-23 22:34:13 +01:00
Mateusz Pusz
d67de617c5 ci: separate builds for different formatting options enabled 2024-01-23 22:29:31 +01:00
Mateusz Pusz
fcadaf5d70 fix: old-style aggregate initialization used for format_checker which should fix apple-clang build 2024-01-23 22:04:31 +01:00
Mateusz Pusz
dc73e40926 build: unused Python import removed 2024-01-23 21:59:28 +01:00
Mateusz Pusz
a9deec9d59 refactor: example applications refactored to a new formatting syntax 2024-01-23 21:49:17 +01:00
Mateusz Pusz
24e5ca8ad9 build: std::format enabled on clang with a hack 2024-01-23 21:34:00 +01:00
Mateusz Pusz
5756a96709 docs: grammar format changed to BNF 2024-01-23 21:32:26 +01:00
Mateusz Pusz
a5c35a0cf6 refactor: parse_fill_align_width extracted as a standalone function 2024-01-23 21:31:45 +01:00
Mateusz Pusz
39d278a92e build: Kalman filter examples disabled for a while 2024-01-23 21:20:22 +01:00
Mateusz Pusz
b982c0654d refactor: parse_subentity_replacement_field moved to format.h 2024-01-23 21:20:22 +01:00
Mateusz Pusz
8fb800670c refactor: 'o' replaced with '1' as a modifier for unit_symbol_solidus::one_denominator 2024-01-23 21:20:22 +01:00
Mateusz Pusz
7eb8614d4c docs: formatting grammar comments fixed 2024-01-23 21:19:45 +01:00
Mateusz Pusz
4e88298ce3 feat: formatting error messages improved 2024-01-23 21:19:45 +01:00
Mateusz Pusz
dbd3bd07f1 fix: unit formatting fixed 2024-01-23 21:19:45 +01:00
Mateusz Pusz
0ce6fed70d fix: quantity alignment formatting fixed 2024-01-23 21:19:45 +01:00
Mateusz Pusz
1e43758b54 feat: unit text output support added
Resolves #422
2024-01-23 21:19:45 +01:00
Mateusz Pusz
1817687ca2 feat: std::format support added
Resolves #503
2024-01-23 21:19:45 +01:00
Mateusz Pusz
030c53a404 fix: missing version header file added to hacks.h 2024-01-23 21:19:45 +01:00
Mateusz Pusz
b7b5b58f73 feat: 💥 has_unit_symbol support removed 2024-01-23 21:19:45 +01:00
Mateusz Pusz
f32d374fd5 feat: formatting grammar improved and units formatting support added 2024-01-23 21:16:47 +01:00
Mateusz Pusz
a9b2865950 Merge branch 'master' of github.com:mpusz/mp-units 2024-01-23 21:15:55 +01:00
Mateusz Pusz
28f131fb27 Merge pull request #547 from nebkat/patch-3
feat: `fmod` floating-point division remainder
2024-01-22 13:43:21 +01:00
Nebojsa Cvetkovic
64c351906d feat: fmod floating-point division remainder 2024-01-22 10:48:15 +00:00
Mateusz Pusz
35be0b7ad0 ci: "Check CI" renamed to "Formatting CI" 2024-01-21 08:20:03 +01:00
Mateusz Pusz
76d57b980a Merge pull request #545 from nebkat/patch-2
feat: `atan2` 2-argument arctangent
2024-01-21 08:12:55 +01:00
Nebojsa Cvetkovic
057d659c1f feat: atan2 2-argument arctangent 2024-01-20 19:37:00 +00:00
Mateusz Pusz
6e8a21ab65 Merge pull request #544 from nebkat/patch-1
feat: `ppm` parts per million
2024-01-20 16:04:41 +01:00
Nebojša Cvetković
a62f061028 feat: ppm parts per million
Co-authored-by: Mateusz Pusz <mateusz.pusz@gmail.com>
2024-01-20 14:37:36 +00:00
Mateusz Pusz
1df2cc7b58 feat: do not print space between a number and percent or per_mille 2024-01-19 21:20:33 +01:00
Mateusz Pusz
e51a5f6e8e docs: C++23 extensions compiler support updated 2024-01-19 19:38:51 +01:00
Mateusz Pusz
3a6249fc5e fix: explicit object parameter support fixed 2024-01-19 19:34:06 +01:00
Mateusz Pusz
840b0bd54e fix: performace regression in sudo_cast fixed 2024-01-19 16:04:55 +01:00
Mateusz Pusz
fc7e1358cb feat: underlying_type type trait added 2024-01-19 16:03:21 +01:00
Mateusz Pusz
d036af5647 fix: compilation errors after the last commit fixed 2024-01-19 11:09:29 +01:00
Mateusz Pusz
b4f07f6e7c refactor: 💥 ReferenceOf does not take a dimension anymore
It seems unneeded and removing this check greatly simplifies common compilation errors.
2024-01-19 10:35:32 +01:00
Mateusz Pusz
81871bfd4c fix: fixed_string should not expose <iostream> 2024-01-18 19:00:06 +01:00
Mateusz Pusz
40dcc9de66 feat: basic_fixed_string contructor now can take a list of arguments 2024-01-18 18:59:10 +01:00
Mateusz Pusz
5183a5c830 fix: creation of std::string_view in basic_fixed_string::view() now is compatible with C++20 2024-01-18 18:41:29 +01:00
Mateusz Pusz
901e718deb feat: text output support added to basic_fixed_string 2024-01-18 18:07:07 +01:00