- 28 Oct, 2018 6 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Daniela Engert authored
-
XZiar authored
-
XZiar authored
-
Victor Zverovich authored
-
- 27 Oct, 2018 1 commit
-
-
Victor Zverovich authored
-
- 26 Oct, 2018 1 commit
-
-
Victor Zverovich authored
-
- 25 Oct, 2018 4 commits
-
-
Daniela Engert authored
checks for clashes with other function overloads in fmt with templated parameters on the first or second position in the parameter list
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 24 Oct, 2018 6 commits
-
-
Victor Zverovich authored
-
Daniela Engert authored
std::back_insert_iterators model the OutputIterator concept but differ considerably in their traits and behavior. In particular the former made compilation to fail when format_to_n is given a back_inserter as first argument. The emulation of an OutputIterator is not perfect due to the behavioural differences of back_insert_iterators (e.g. assignment always implies increment) but good enough to be used within fmt's machinery.
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Cole Mickens authored
-
- 23 Oct, 2018 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Daniela Engert authored
Adapt any string-like type to be used by {fmt} just like the standard string types already supported. The adaption is totally non-intrusive. Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
- 19 Oct, 2018 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 18 Oct, 2018 1 commit
-
-
Victor Zverovich authored
-
- 17 Oct, 2018 6 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 14 Oct, 2018 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 13 Oct, 2018 5 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Kefu Chai authored
there is chance that the distro install python as python3, in that case the shebang of ``` ``` in build.py won't work. Signed-off-by:
Kefu Chai <tchaikov@gmail.com>
-
Kefu Chai authored
this allows us to use sphinx-build-3, as user might already in a python3 world, and distros, like fedora 28, tend to add a "-3" suffix to sphinx-build. Signed-off-by:
Kefu Chai <tchaikov@gmail.com>
-
- 11 Oct, 2018 1 commit
-
-
Victor Zverovich authored
-
- 10 Oct, 2018 2 commits
-
-
Dmitry Petrashko authored
-
Victor Zverovich authored
-