- 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 3 commits
-
-
Dmitry Petrashko authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 09 Oct, 2018 1 commit
-
-
superfunc authored
Issue #873 indicates that this class is no longer required, as it has been superseded by a new API. Fixes #873
-
- 08 Oct, 2018 3 commits
-
-
Mathew Cucuzella authored
In the Format API section, it says fmt:print writes to a file, but it writes to a stream as referenced from fopen(3), "stream open functions". Also in the Safety section a typo; tim should be time.
-
Daniela Engert authored
Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
Daniela Engert authored
Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
- 07 Oct, 2018 5 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Daniela Engert authored
Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
Daniela Engert authored
Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
- 06 Oct, 2018 1 commit
-
-
Victor Zverovich authored
-
- 05 Oct, 2018 1 commit
-
-
Victor Zverovich authored
-