Commit Graph

72 Commits

Author SHA1 Message Date
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
165f811334 Use is_constant_evaluated whenever possible 2020-02-19 22:02:41 -05:00
a3cba482f9 Update config 2020-02-19 21:41:38 -05:00
f552f3e675 Fix assign 2020-02-15 19:14:41 -05:00
1ca7253c14 Make erase follow preconditions 2020-02-15 17:44:52 -05:00
7f2da5d479 Fix handling of precondition violations in insert and replace 2020-02-15 17:00:57 -05:00
f8d23212cf Improve coverage 2020-02-14 23:19:57 -05:00
498bdf56be Fix standalone 2020-02-14 18:18:51 -05:00
5366bfd276 Remove redundant alias 2020-02-14 17:25:44 -05:00
2c572fe5ac Consistent const and alias usage 2020-02-14 17:21:54 -05:00
6d9d5dc68b Consistent whitespace 2020-02-14 16:24:44 -05:00
5eab112c67 Remove some warnings 2020-02-14 13:50:07 -05:00
db36c31038 Removed the ability to disable exceptions in config and the null terminator optimization from master 2020-02-07 13:50:14 -05:00
3cc8217f23 Clean up replace 2020-02-06 16:48:02 -05:00
d02dfce011 Fix potential overflows 2020-02-03 22:34:08 -05:00
d3f51ecab2 Remove unused alias, explicitly specify private inheritence 2020-02-03 01:06:37 -05:00
eea293034c Fix floating point conversions 2020-02-02 22:35:14 -05:00
04d537a056 Adjust travis 2020-02-02 13:36:18 -05:00
c378689de2 Update travis 2020-02-02 12:49:30 -05:00
9a4e96a905 Remove __builtin_constant_p 2020-02-02 12:15:51 -05:00
46a92fd8a4 Guard __has_builtin 2020-02-02 11:53:21 -05:00
497c84b5a1 Fix more constexpr 2020-02-02 11:43:17 -05:00
24c7f1e027 Fix constexpr when using libstdc++ 2020-02-01 23:18:20 -05:00
2fe445f634 Update config, fix checks 2020-02-01 21:19:29 -05:00
d81bc5ec27 Add missing include, debug for travis 2020-02-01 17:29:57 -05:00
30a0db88e2 Add missing includes 2020-02-01 16:47:19 -05:00
d627681fbc Move to single header 2020-02-01 16:30:23 -05:00
ad4a2f191b Used library comparison functions to compare pointers 2020-02-01 15:22:50 -05:00
4655d68958 Added unchecked insertion 2020-02-01 14:40:30 -05:00
c9910e30ee Throw when pos2 is out of range 2020-02-01 13:59:06 -05:00
7d198aa043 Update copyright, add throw condition to replace/insert 2020-02-01 13:51:40 -05:00
ec525b20d2 Fix unchecked replacement 2020-02-01 13:50:50 -05:00