Commit Graph

163 Commits

Author SHA1 Message Date
c5df271a1a Remove trailing spaces 2021-10-25 07:27:47 -04:00
3a1efd2078 Implement erase_if function and related tests 2021-01-18 15:59:20 -05:00
d524755ec0 Remove cv-qualifiers from character type deduced by deduction guide 2020-06-08 15:33:10 -04:00
8fe9325d6d Whitespace fix 2020-04-06 17:57:57 -04:00
0b231586ed Update meta, remove redundant exception check 2020-03-15 13:46:48 -04:00
519758bd35 Improve inlineability of exception checks 2020-03-11 22:47:15 -04:00
7b27ebea33 Genericize exception classes 2020-03-11 22:47:15 -04:00
e7e54b2665 Fix throwing in constexpr and substr for gcc 5 2020-03-11 22:47:15 -04:00
5934a28124 Fix operator+ for non-full arrays 2020-03-11 22:47:15 -04:00
2584ab2400 Improve documentation 2020-03-02 22:25:12 -05:00
d669692111 Change when ptr_in_range uses comparison functions 2020-03-02 19:37:11 -05:00
7849cc023b Update documentation 2020-03-02 19:29:31 -05:00
5dafb09767 Fix doc build 2020-02-29 15:10:37 -05:00
f92cc2ab98 Improve checks for attributes 2020-02-28 16:40:56 -05:00
6c52e75a03 Guard deprecated code 2020-02-28 15:44:37 -05:00
9d6b097c54 Ignore -Wformat-truncation 2020-02-28 15:33:36 -05:00
12309e65e5 Fix static_u8string alias 2020-02-28 14:54:45 -05:00
e28a70f281 Add external include guard 2020-02-28 14:52:07 -05:00
18f89ef078 Consistent initialization style 2020-02-28 14:35:16 -05:00
971b663df1 Remove more warnings in tests 2020-02-28 14:08:21 -05:00
315a9fd087 Remove warnings from to_static_string 2020-02-27 17:29:35 -05:00
bbbc8a6290 Strike more warnings 2020-02-27 16:22:54 -05:00
73b829ebe5 Fix nodiscard checks 2020-02-27 15:55:43 -05:00
54c5d7cef4 Remove some warnings in tests 2020-02-27 15:51:09 -05:00
4a494ed9b5 Remove warnings 2020-02-27 11:20:41 -05:00
f9e5f122ab Add convenience header 2020-02-26 23:51:10 -05:00
a3531c0e48 Fix macro definition in docs, update CI links and config.hpp 2020-02-26 23:04:38 -05:00
f74d97d09e Remove unused variable, fix comparison warning 2020-02-25 22:39:16 -05:00
71c7f2af30 Small bug fix 2020-02-23 21:47:41 -05:00
6efe1cfbb5 Change overlap checks to use pointer comparison 2020-02-23 20:19:21 -05:00
eb2bf814ea Change namespace to "static_strings" 2020-02-23 19:13:34 -05:00
b64dc0a4c0 Fix to_static_string for mingw 2020-02-22 23:12:01 -05:00
ba680096de Fix syntax 2020-02-22 22:32:16 -05:00
ecf92a03a9 Add more mingw debug 2020-02-22 22:29:13 -05:00
c0b78c7698 Add more debug 2020-02-22 21:44:34 -05:00
af4394921d Update tests 2020-02-22 19:25:21 -05:00
50a91d6088 Use exponent digit count 2020-02-22 19:00:54 -05:00
74e2395a2f Fix swprintf checks 2020-02-22 17:44:57 -05:00
4850c6f50a Use correct format specifier 2020-02-22 16:45:19 -05:00
b8d458571c Fix to_static_string and improve coverage 2020-02-22 15:43:52 -05:00
58661d6564 Code reorganization 2020-02-21 20:21:43 -05:00
47c0257933 Remove unused overloads, eliminate use of subview 2020-02-21 20:01:22 -05:00
7c5d3b636e Template compare string_view overloads 2020-02-21 19:32:19 -05:00
97a7e83368 Add unchecked assignment 2020-02-21 19:21:48 -05:00
e7f8fc3bd8 Cleanup overload constraints, improve append 2020-02-21 19:00:54 -05:00
38185d5942 Fix weird clang link error 2020-02-21 15:37:22 -05:00
7e1d985b5e Add copy tests 2020-02-21 13:21:59 -05:00
d0d13f4262 Remove unused lexicographical_compare overloads 2020-02-21 12:50:38 -05:00
7cf8c0aee8 Fix operator+, add tests 2020-02-21 12:44:25 -05:00
14a846faac Define small functions inline, improve replace and insert coverage 2020-02-21 11:26:27 -05:00