- 27 Dec, 2013 4 commits
-
-
Victor Zverovich authored
-
-
Victor Zverovich authored
-
-
- 21 Dec, 2013 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 13 Dec, 2013 1 commit
-
-
Victor Zverovich authored
-
- 10 Dec, 2013 10 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
Improve support for C++98 compilers that require a copy ctor when binding a reference to a temporary.
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 09 Dec, 2013 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 07 Dec, 2013 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 06 Dec, 2013 5 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 05 Dec, 2013 1 commit
-
-
Victor Zverovich authored
-
- 01 Dec, 2013 1 commit
-
-
Victor Zverovich authored
-
- 22 Nov, 2013 1 commit
-
-
Victor Zverovich authored
Add support for long long and more tests for unsigned long long. https://github.com/vitaut/format/issues/9
-
- 21 Nov, 2013 3 commits
-
-
Victor Zverovich authored
Remove IntTraits<uint32_t> because uint32_t is a typedef, not a built-in type. Rename ULLONG to ULONG_LONG for consistency with ulong_long_value. Remove extra whitespace.
-
Gregory Czajkowski authored
Want to be able to format the following without any casting std::cout << fmt::str(fmt::Format("{:x}") << 0xAEull) << std::endl; std::cout << fmt::str(fmt::Format("{:x}") << 0xAEul) << std::endl; std::cout << fmt::str(fmt::Format("{:x}") << uint64_t(0xae)) << std::endl;
-
Victor Zverovich authored
-
- 19 Nov, 2013 1 commit
-
-
Victor Zverovich authored
-
- 17 Nov, 2013 5 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
-
Victor Zverovich authored
-
-