|
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 |
|
|
70779748a3
|
Chunked docs
|
2020-01-31 15:30:17 -05:00 |
|
|
2c3f27475d
|
Update docs for insert, fixed exception specification for copy
|
2020-01-30 19:25:56 -05:00 |
|
|
445938c0c4
|
Modify insert overloads
|
2020-01-30 00:06:33 -05:00 |
|
|
4e5263db94
|
Improved docs for replace, added unchecked variant for overload
|
2020-01-29 23:35:31 -05:00 |
|
|
88e4066c31
|
Better docs for find functions
|
2020-01-29 21:15:27 -05:00 |
|
|
de3538315e
|
Added docs for to_static_string
|
2020-01-15 16:41:51 -05:00 |
|
|
438be05fdb
|
More noexcept, remove dummy parameter from constructor.
|
2020-01-15 16:23:12 -05:00 |
|
|
2d074b7839
|
Fix doc generation for hash specialization
|
2020-01-15 13:23:44 -05:00 |
|
|
18e6af9cee
|
More constexpr for find_meow, more constexpr tests
|
2020-01-03 16:59:34 -05:00 |
|
|
f800ef49e4
|
Fix unchecked replacement.
|
2020-01-01 15:38:41 -05:00 |
|
|
3a4f2e9d83
|
Fixed exception checks for ranges, less repetition
|
2020-01-01 15:01:39 -05:00 |
|
|
5845a73275
|
Fix InputIterator overloads
|
2019-12-30 21:12:20 -05:00 |
|
|
094c698541
|
Better constexpr support for insert and replace, fixed range overloads for insert and replace.
|
2019-12-30 16:44:17 -05:00 |
|
|
b46772da19
|
Unconditional noexcept when exceptions are disabled
|
2019-12-26 17:22:57 -05:00 |
|
|
4e4dcce1f1
|
to_static_string and to_static_wstring overloads
|
2019-12-20 02:34:04 -05:00 |
|
|
0f4d2db416
|
Fix test and standalone support
|
2019-12-16 18:19:01 -05:00 |
|
|
41bb1a550d
|
Add macro to disable exceptions
|
2019-12-16 17:36:12 -05:00 |
|
|
77030a7e70
|
Fixed overflow checks
|
2019-12-16 16:56:19 -05:00 |
|
|
937542fcad
|
Added operator+ for operands of known size, more constexpr
|
2019-12-16 16:42:53 -05:00 |
|
|
8e903c4f1b
|
constexpr reverse iterators
|
2019-12-16 13:56:16 -05:00 |
|
|
81dbac7ce9
|
Finish more complex exception specifications
|
2019-12-16 13:52:55 -05:00 |
|
|
e26c470c3a
|
Renamed from fixed_string to static_string, added aliases
|
2019-12-16 12:23:46 -05:00 |
|