- 28 Dec, 2021 3 commits
-
-
Alexey Ochapov authored
to make sure that error tests do not fail because they become outdated
-
Alexey Ochapov authored
since it takes too much time to complete, similar to other tests with additional CMake invocation
-
Alexey Ochapov authored
-
- 27 Dec, 2021 3 commits
-
-
Victor Zverovich authored
-
Vladislav Shchapov authored
-
Vladislav Shchapov authored
-
- 26 Dec, 2021 4 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 24 Dec, 2021 1 commit
-
-
Victor Zverovich authored
-
- 23 Dec, 2021 7 commits
-
-
Vladislav Shchapov authored
-
Alexey Ochapov authored
It disables entire branch of tests declaration unconditionally because CXX_STANDARD is not defined there. But even we use CMAKE_CXX_STANDARD here, these tests should not be disabled with standard >= C++20.
-
Victor Zverovich authored
-
lucpelletier authored
* Don't explicitly delete copy ctor of dynamic_format_arg_store Explicitly deleting the copy ctor causes the move constructor to not be implicitly generated. This behaviour is different than what was in v8.0.1 and causes code that relied on the move ctor of dynamic_format_arg_store to break. * Add test for dynamic_format_arg_store's move ctor * include <memory>, don't use make_unique
-
Victor Zverovich authored
-
Victor Zverovich authored
-
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>
-