|
3e967fb4ea
|
Fixed small renaming issue
|
2019-12-16 18:23:57 -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 |
|
|
c3110b1b6c
|
Merge review changes with master
* Initial constexpr support
* Remove invisible unicode
* Fix const function qualification
* Working constexpr
|
2019-12-16 00:51:47 -05:00 |
|
|
aa0fad2304
|
Update title
|
2019-12-15 20:03:49 -05:00 |
|
|
d34f039047
|
Change README to static_string
|
2019-12-15 20:03:33 -05:00 |
|
|
9730545e0f
|
Update appveyor badge
|
2019-11-12 20:25:55 -05:00 |
|
|
b24ddab273
|
Update badges
|
2019-11-12 19:23:21 -05:00 |
|
|
f09a0c0fc4
|
Add link to docs
|
2019-11-12 19:12:24 -05:00 |
|
|
e15336de60
|
Changed ctor briefs, and guarded macros
|
2019-11-08 21:36:21 -05:00 |
|
|
4c0a93d679
|
Cleanup and update docs
|
2019-11-08 21:16:41 -05:00 |
|
|
566a163536
|
Update docs with design
|
2019-11-07 23:25:18 -05:00 |
|
|
ae94f411d9
|
Update readme and remove unneeded includes
|
2019-11-07 11:18:14 -05:00 |
|
|
104a439f68
|
Add copyright
|
2019-11-07 10:10:30 -05:00 |
|
|
8b1bda6273
|
Updated redirect
|
2019-11-06 19:39:22 -05:00 |
|
|
575740a229
|
Added copyright
|
2019-11-06 19:39:03 -05:00 |
|
|
1532568433
|
Update docs, add docs for compare
|
2019-11-06 19:39:03 -05:00 |
|
|
335255c0ff
|
Added substr docs
|
2019-11-06 19:39:03 -05:00 |
|
|
84de1a3f56
|
Added docs for replace
|
2019-11-06 19:38:50 -05:00 |
|
|
1d2fbacc31
|
Fixed small bug in replace
|
2019-11-06 19:38:50 -05:00 |
|
|
71804b8acf
|
Better inside string check, and addtional tests for better coverage
|
2019-11-06 19:38:50 -05:00 |
|
|
7a8a158857
|
Protected std::min/max calls
|
2019-11-06 19:38:50 -05:00 |
|
|
0f2ac40d48
|
Simplified insert for iterators, fixed overlapping copies
|
2019-11-06 19:38:49 -05:00 |
|
|
25de60cd36
|
Fixed more shadowing issues
|
2019-11-06 19:38:49 -05:00 |
|
|
3a070e020e
|
Fixed name hiding for template parameters
|
2019-11-06 19:38:49 -05:00 |
|
|
829c099a3c
|
Finish up replace tests, and reorganize
|
2019-11-06 19:38:49 -05:00 |
|
|
c46e1c1459
|
Added missing return in tests
|
2019-11-06 19:38:49 -05:00 |
|
|
7a0a720a42
|
Minor bug fixs for find and replace, more tests
|
2019-11-06 19:38:49 -05:00 |
|
|
193439e3ef
|
Added tests for find_meow, insert, and replace
|
2019-11-06 19:38:49 -05:00 |
|
|
1a65754a1f
|
Back to requiring a string_view implementation
|
2019-11-06 19:38:49 -05:00 |
|
|
5c81f47f7f
|
Inlined free functions for ODR
|
2019-11-06 19:38:49 -05:00 |
|
|
fca9d8e01f
|
Added assert macros
|
2019-11-06 19:38:48 -05:00 |
|
|
58ef0fb908
|
Guarded static_asserts
|
2019-11-06 19:38:34 -05:00 |
|
|
79df90dde0
|
Removed more string_view dependency
|
2019-11-06 19:38:11 -05:00 |
|
|
9156aa8ec8
|
Removed unneeded copies
|
2019-11-06 19:37:52 -05:00 |
|
|
b8695d8644
|
Removed some string_view dependency
|
2019-11-06 19:37:10 -05:00 |
|
|
885aa38d3e
|
Replace now works when the source is inside the string
|
2019-10-19 17:09:39 -04:00 |
|
|
906c86acf2
|
insert now handles when source is inside the string
|
2019-10-19 12:20:44 -04:00 |
|
|
ab53af4660
|
Added a deduction guide
|
2019-10-18 22:19:17 -04:00 |
|
|
fbc0de2528
|
Added starts/ends_with
|
2019-10-18 21:43:37 -04:00 |
|
|
b2e2215783
|
Somehow, git missed this line
|
2019-10-18 20:52:07 -04:00 |
|
|
c2c50054f9
|
replace impl added
|
2019-10-18 20:50:42 -04:00 |
|
|
e2119bd662
|
Added most replace impls and fixed whitespace
|
2019-10-18 19:02:10 -04:00 |
|
|
295fa23c49
|
Added replace declarations
|
2019-10-18 18:43:16 -04:00 |
|
|
67fd374893
|
Added find_meow docs
|
2019-10-18 18:03:25 -04:00 |
|