- 23 Dec, 2021 1 commit
-
-
Stefan Weil authored
Signed-off-by:Stefan Weil <sw@weilnetz.de>
-
- 19 Dec, 2021 2 commits
-
-
Alexey Ochapov authored
-
Victor Zverovich authored
-
- 18 Dec, 2021 8 commits
-
-
Victor Zverovich authored
-
Alexey Ochapov authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Alexey Ochapov authored
-
Alexey Ochapov authored
-
- 17 Dec, 2021 3 commits
-
-
Alexey Ochapov authored
works only if all named arguments are UDL-based
-
Alexey Ochapov authored
-
Victor Zverovich authored
-
- 10 Dec, 2021 3 commits
-
-
Marek Kurdej authored
-
Marek Kurdej authored
-
Victor Zverovich authored
-
- 09 Dec, 2021 6 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
matrackif authored
* Add support for subsecond printing for std::chrono::duration according to the c++20 standard * Remove assert test that overflows intmax_t * * Hopefully fix int64_t to int32_t conversion errors. * Allow proper Duration::rep type to propagate via template argument deduction * * Hopefully fix int64_t to int32_t conversion errors. * Allow proper Duration::rep type to propagate via template argument deduction * Fix sign conversion (-Wsign-conversion) warning treated as error in num_digits() * Format chrono.h with clang-format * Remove extra forward slash in doxygen style comment Co-authored-by:
Victor Zverovich <victor.zverovich@gmail.com> * Apply all suggestions from GitHub, except for replacing the utility subsecond_helper class with a function * * Move logic of handling subseconds from utility class to function with name write_fractional_seconds() * Revert write(Rep value, int width) function to previous state * Fix -Wshadow warning * Remove unsued get_subseconds() function, its logic has been moved to write_fractional_seconds() * Change comment from lowercase int to uppercase Int * Simplify test check * Integrate suggested changes * Remove static from detail functions, they are no longer member functions of a class and static is unnecessary. * Change comment from "amount" to "number" Co-authored-by:
Victor Zverovich <victor.zverovich@gmail.com>
-
- 07 Dec, 2021 1 commit
-
-
Vladislav Shchapov authored
-
- 05 Dec, 2021 1 commit
-
-
Victor Zverovich authored
-
- 04 Dec, 2021 1 commit
-
-
Vladislav Shchapov authored
* Move fmt::detail::formatbuf to format.h * Replace std::basic_ostringstream to std::basic_ostream with custom formatbuf * Use tm.tm_zone
-
- 03 Dec, 2021 1 commit
-
-
Andrew Corrigan authored
resolves https://github.com/fmtlib/fmt/issues/2627
-
- 01 Dec, 2021 2 commits
-
-
Victor Zverovich authored
-
Acretock authored
* fix int -> uint warning * change unsigned int to mode_t * undef + warn uint -> ushort loss presision * fix mode_t * mode_t in detail Co-authored-by:Acretock <George.Goncharov@finch-xr.com>
-
- 28 Nov, 2021 1 commit
-
-
Lounarok authored
* FMT_STRING supports C++14 and no-op in C++11 * Move requirement to the end. Modify description.
-
- 27 Nov, 2021 1 commit
-
-
Victor Zverovich authored
-
- 26 Nov, 2021 1 commit
-
-
Alex Guteniev authored
* Make MSVC use [[nodiscard]] * Uniformly detect attributes for __cplusplus and _MSVC_LANG
-
- 25 Nov, 2021 4 commits
-
-
Florin Iucha authored
Before adding the format checker, the mainline should be clean, to avoid false failures.
-
Florin Iucha authored
This prevents accidentally writing fmt::format when fmt::print was intended. Other than running tests, there's not a good use case for discarding the formatted output.
-
Vladislav Shchapov authored
-
Vladislav Shchapov authored
-
- 23 Nov, 2021 1 commit
-
-
Alex Guteniev authored
-
- 19 Nov, 2021 2 commits
-
-
Eric Curtin authored
Added src directory to link
-
Victor Zverovich authored
-
- 14 Nov, 2021 1 commit
-
-
Vladislav Shchapov authored
-