Commit Graph

3767 Commits

Author SHA1 Message Date
Victor Zverovich
af83192d79 Fix warnings 2019-06-23 08:14:15 -07:00
Victor Zverovich
6952732b6c Remove misplaced checks 2019-06-23 06:33:07 -07:00
Victor Zverovich
b97e5d8c2a Remove deprecated fmt/time.h 2019-06-23 06:13:17 -07:00
Victor Zverovich
572b077dbf Fix warnings 2019-06-22 20:52:33 -07:00
Victor Zverovich
72e519a4bd Add formatter<std::string_view> 2019-06-22 20:26:28 -07:00
Victor Zverovich
635e01fe74 Update <format> to the current wording 2019-06-22 13:44:48 -07:00
Victor Zverovich
0e72c98043 Make undocumented output_range internal 2019-06-19 20:08:11 -07:00
Victor Zverovich
f13906f408 back_insert_range<internal::buffer> -> buffer_range 2019-06-19 14:12:29 -07:00
Victor Zverovich
22ddd4b989 Simplify feature checks 2019-06-19 07:46:09 -07:00
Victor Zverovich
bb827341ed Add FMT_FUNC where necessary 2019-06-18 09:48:23 -07:00
Victor Zverovich
64c54703d4 Cleanup 2019-06-17 11:02:18 -07:00
Victor Zverovich
1c3197b8d8 Fix warnings 2019-06-17 09:21:29 -07:00
Victor Zverovich
fd2292f13a Cleanup checked iterators 2019-06-17 08:30:37 -07:00
Victor Zverovich
4912cff65d Fix handling of mapped types in compile checks (#1200) 2019-06-16 16:06:06 -07:00
Victor Zverovich
4639843839 Cleanup 2019-06-15 09:44:51 -07:00
Victor Zverovich
e29708ee57 uintptr -> fallback_uintptr to avoid confusion with uintptr_t 2019-06-14 18:47:36 -07:00
Victor Zverovich
f03a6c5325 Cleanup 2019-06-14 13:38:44 -07:00
Victor Zverovich
6c3d584e67 Simplify warning suppression 2019-06-14 13:03:34 -07:00
Victor Zverovich
12f4683883 Make iterator_t an alias template 2019-06-13 21:32:58 -07:00
Victor Zverovich
874d6727e4 Remove workarounds for pre-C++11 compilers 2019-06-13 20:56:08 -07:00
Victor Zverovich
a9940192fb Fix warnings 2019-06-13 08:56:35 -07:00
Victor Zverovich
34b5418359 Fix warnings 2019-06-13 07:29:10 -07:00
Victor Zverovich
cbbee1b385 Fix handling of hexfloat 2019-06-12 20:53:01 -07:00
Victor Zverovich
92a44db11c Fix warnings 2019-06-12 19:44:08 -07:00
Victor Zverovich
d05d42751c Remove old msvc workaround from arg_formatter_base and fix warning 2019-06-12 19:27:23 -07:00
Victor Zverovich
d32fe0f3f6 Fix hadling of nullptr 2019-06-12 09:22:36 -07:00
Victor Zverovich
e5422db4b2 Fix handling of uintptr_t 2019-06-12 08:16:41 -07:00
Victor Zverovich
9d7b64a259 More cleanup 2019-06-11 22:11:47 -07:00
Victor Zverovich
5e293bd97a Remove unnecessary qualification 2019-06-11 20:36:39 -07:00
Victor Zverovich
4a502d9802 Add remove_reference_t 2019-06-11 20:28:05 -07:00
Victor Zverovich
d384cdd397 Make is_contiguous_back_insert_iterator internal 2019-06-11 20:16:57 -07:00
Victor Zverovich
32544b6108 More cleanup 2019-06-11 19:22:19 -07:00
Victor Zverovich
39f522a13a get_types -> encode_types 2019-06-11 18:50:14 -07:00
Victor Zverovich
d7d2bebf99 Remove redundant typename 2019-06-11 18:29:47 -07:00
stryku
9427f15bef Fixed issue with formatting to an array of chars 2019-06-11 18:09:18 -07:00
Victor Zverovich
87fbc6f756 get_type -> mapped_type_constant 2019-06-11 07:23:39 -07:00
Victor Zverovich
a48daa60e5 Remove remove_volatile 2019-06-10 20:25:04 -07:00
Victor Zverovich
afdbbac75c Cleanup 2019-06-10 18:10:26 -07:00
Victor Zverovich
e33fe14f5b Simplify visit 2019-06-10 08:28:39 -07:00
Victor Zverovich
e895da2ec3 Clean up value 2019-06-10 07:58:00 -07:00
Victor Zverovich
e1a67b5285 Remove TODO 2019-06-10 06:54:09 -07:00
Victor Zverovich
a291f07e1a Clean up argument mapping 2019-06-09 22:27:40 -07:00
Victor Zverovich
5d9100fa2f Move char8_t to fmt/core.h 2019-06-08 09:42:11 -07:00
Victor Zverovich
4faadff0a0 Add preliminary user-defined type support 2019-06-08 09:04:46 -07:00
Victor Zverovich
5d48733596 Clean up value construction 2019-06-07 19:27:20 -07:00
Victor Zverovich
0f0b42861b Cleanup 2019-06-07 17:53:25 -07:00
Victor Zverovich
209db68b28 Get rid of FMT_CONSTEXPR11 2019-06-07 14:00:57 -07:00
Victor Zverovich
cb4c59495e Deprecate convert_to_int 2019-06-07 13:38:08 -07:00
Victor Zverovich
40779749ac is_formattable -> has_formatter 2019-06-07 06:51:21 -07:00
Victor Zverovich
b3cf8613b1 Make formatter specializations override implicit conversions 2019-06-07 06:25:46 -07:00