- 20 Jan, 2022 12 commits
-
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
It usually generates slower code than manual handling.
-
- 19 Jan, 2022 2 commits
-
-
Ivan Volnov authored
-
Tobias Hellmann authored
* - try fixing the warning "chrono.h:1217:37: warning: conversion from 'std::make_unsigned<long long int>::type' {aka 'long long unsigned int'} to 'size_t' {aka 'unsigned int'} may change value [-Wconversion]" by casting int to size_t (occurs when cross-compiling to Raspberry Pi ARMv7) * - remove call to to_unsigned() because using static_cast<size_t> is enough
-
- 17 Jan, 2022 1 commit
-
-
matrackif authored
-
- 14 Jan, 2022 2 commits
-
-
Victor Zverovich authored
-
Vladislav Shchapov authored
-
- 13 Jan, 2022 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Pokechu22 authored
-
- 12 Jan, 2022 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 11 Jan, 2022 1 commit
-
-
Victor Zverovich authored
-
- 09 Jan, 2022 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Barry Revzin authored
* Adding comments for range formatting. * Adding missing quotes
-
- 08 Jan, 2022 2 commits
-
-
Victor Zverovich authored
-
Barry Revzin authored
* Supporting nested format specs for ranges. * I dedicate this commit to Eric Niebler. * clang-format * PR comments. * throw -> FMT_THROW * Need to map every element too. * Clarifying uncvref_type * Trying to add a workaround for MSVC.
-
- 07 Jan, 2022 1 commit
-
-
Alex Guteniev authored
* Fix #2681 - Make detail::print handle UTF-8 * Okay, let's do this Windows-only * drop extra \0 * yay we can throw!
-
- 06 Jan, 2022 7 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 05 Jan, 2022 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 04 Jan, 2022 2 commits
-
-
Vladislav Shchapov authored
* Fix endianness bug in write_digit2_separated * Move endianness check to compile time if it possible * Turn 8 into a constant
-
Julian Rüth authored
this fixes a breaking ABI change that was introduce in the upgrade from 8.0.1 to 8.1.0. Fixes #2695.
-