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ćandMateusz Pusz
|
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 |
|
Mateusz Pusz
|
7296238223
|
refactor: 💥 fixed_string constructor taking a single character made explicit
|
2024-01-18 16:50:10 +01:00 |
|
Mateusz Pusz
|
12aebbb08b
|
refactor: fixed_string::op[] now returns by value
|
2024-01-18 16:49:11 +01:00 |
|
Mateusz Pusz
|
f2be389b57
|
feat: .view() member funciton added to fixed_string
|
2024-01-18 16:47:16 +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
|
b7bb1c605d
|
ci: cache_id generation changed to now include the entire date
|
2024-01-12 13:17:09 +01:00 |
|
Mateusz Pusz
|
076c8a2380
|
ci: saving cache even if the build fails
See: https://github.com/actions/cache/blob/main/caching-strategies.md#saving-cache-even-if-the-build-fails
|
2024-01-12 13:09:55 +01:00 |
|
Mateusz Pusz
|
363e6995ea
|
ci: env.cache_id added to fix caching of Conan data
|
2024-01-12 12:55:54 +01:00 |
|
Mateusz Pusz
|
d05817df3f
|
docs: references reordered in an alphabetical order
|
2024-01-12 12:33:12 +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
|
6100cefbcb
|
docs: CONTRIBUTING.md updated
|
2024-01-12 12:24:03 +01:00 |
|
Mateusz Pusz
|
33a82310a2
|
ci: cxx_modules disabled for now for CMake
Gated by https://gitlab.kitware.com/cmake/cmake/-/issues/25568
|
2024-01-08 18:50:49 +01:00 |
|
Mateusz Pusz
|
8d50f29fd7
|
ci: clang-tools installation added to CMake CI
|
2024-01-08 18:44:43 +01:00 |
|
Mateusz Pusz
|
46c377e88c
|
ci: cxx_modules changed to text
|
2024-01-08 14:17:44 +01:00 |
|
Mateusz Pusz
|
b65854d8f3
|
ci: cxx_modules added to CI matrix
|
2024-01-08 14:08:58 +01:00 |
|
Mateusz Pusz
|
ffc8b6bd0d
|
test: system header files simplified in test_package
|
2024-01-08 13:33:00 +01:00 |
|
Mateusz Pusz
|
c0c8838665
|
test: test_package now use libfmt when needed
|
2024-01-08 13:32:17 +01:00 |
|
Mateusz Pusz
|
09873c203c
|
fix: setting cxx_std_20 fixed for library modules
|
2024-01-08 13:11:05 +01:00 |
|
Mateusz Pusz
|
2c0ebd3ec8
|
build: Conan dependencies updated to the latest versions
|
2024-01-08 13:05:40 +01:00 |
|
Mateusz Pusz
|
5293589900
|
build: all the targets now set C++20 as the minimum required version
|
2024-01-08 13:02:02 +01:00 |
|
Mateusz Pusz
|
01dbd02519
|
docs: "Value-truncating conversions" chapter updated as value_cast now properly works on quantity points
|
2024-01-08 10:30:45 +01:00 |
|
Mateusz Pusz
|
4690a8473a
|
build: Conan package_info() updated to export only 2 CMake targets
|
2024-01-08 08:12:28 +01:00 |
|
Mateusz Pusz
|
09ab7729d3
|
docs: mp_units.core contents description extended
|
2024-01-07 15:45:15 +01:00 |
|