Commit Graph

160 Commits

Author SHA1 Message Date
Krystian Stasiowski 1ca7253c14 Make erase follow preconditions 2020-02-15 17:44:52 -05:00
Krystian Stasiowski 7f2da5d479 Fix handling of precondition violations in insert and replace 2020-02-15 17:00:57 -05:00
Krystian Stasiowski f8d23212cf Improve coverage 2020-02-14 23:19:57 -05:00
Krystian Stasiowski 498bdf56be Fix standalone 2020-02-14 18:18:51 -05:00
Krystian Stasiowski 5366bfd276 Remove redundant alias 2020-02-14 17:25:44 -05:00
Krystian Stasiowski 2c572fe5ac Consistent const and alias usage 2020-02-14 17:21:54 -05:00
Krystian Stasiowski 6d9d5dc68b Consistent whitespace 2020-02-14 16:24:44 -05:00
Krystian Stasiowski 5eab112c67 Remove some warnings 2020-02-14 13:50:07 -05:00
Krystian Stasiowski db36c31038 Removed the ability to disable exceptions in config and the null terminator optimization from master 2020-02-07 13:50:14 -05:00
Krystian Stasiowski 3cc8217f23 Clean up replace 2020-02-06 16:48:02 -05:00
Krystian Stasiowski 1b42fed4d7 Detect clang-cl 2020-02-03 23:50:07 -05:00
Krystian Stasiowski bb0c5c283e Support for VS2015 2020-02-03 23:00:16 -05:00
Krystian Stasiowski d02dfce011 Fix potential overflows 2020-02-03 22:34:08 -05:00
Krystian Stasiowski d3f51ecab2 Remove unused alias, explicitly specify private inheritence 2020-02-03 01:06:37 -05:00
Krystian Stasiowski eea293034c Fix floating point conversions 2020-02-02 22:35:14 -05:00
Krystian Stasiowski 04d537a056 Adjust travis 2020-02-02 13:36:18 -05:00
Krystian Stasiowski c378689de2 Update travis 2020-02-02 12:49:30 -05:00
Krystian Stasiowski 9a4e96a905 Remove __builtin_constant_p 2020-02-02 12:15:51 -05:00
Krystian Stasiowski 46a92fd8a4 Guard __has_builtin 2020-02-02 11:53:21 -05:00
Krystian Stasiowski 497c84b5a1 Fix more constexpr 2020-02-02 11:43:17 -05:00
Krystian Stasiowski 00d6d174fb Rearrange macros so library macros are visible 2020-02-01 23:42:58 -05:00
Krystian Stasiowski 24c7f1e027 Fix constexpr when using libstdc++ 2020-02-01 23:18:20 -05:00
Krystian Stasiowski 4d8d35acc8 Fix macro guarding test traits 2020-02-01 21:24:46 -05:00
Krystian Stasiowski 2fe445f634 Update config, fix checks 2020-02-01 21:19:29 -05:00
Krystian Stasiowski d1e2a15bb6 Fix pragma message 2020-02-01 18:00:29 -05:00
Krystian Stasiowski 7ceb303317 Fix warnings 2020-02-01 17:41:37 -05:00
Krystian Stasiowski d81bc5ec27 Add missing include, debug for travis 2020-02-01 17:29:57 -05:00
Krystian Stasiowski 30a0db88e2 Add missing includes 2020-02-01 16:47:19 -05:00
Krystian Stasiowski d627681fbc Move to single header 2020-02-01 16:30:23 -05:00
Krystian Stasiowski f4e335411e Fix is_inside for C++11 2020-02-01 15:44:12 -05:00
Krystian Stasiowski ad4a2f191b Used library comparison functions to compare pointers 2020-02-01 15:22:50 -05:00
Krystian Stasiowski 4655d68958 Added unchecked insertion 2020-02-01 14:40:30 -05:00
Krystian Stasiowski c9910e30ee Throw when pos2 is out of range 2020-02-01 13:59:06 -05:00
Krystian Stasiowski 7d198aa043 Update copyright, add throw condition to replace/insert 2020-02-01 13:51:40 -05:00
Krystian Stasiowski ec525b20d2 Fix unchecked replacement 2020-02-01 13:50:50 -05:00
Krystian Stasiowski 70779748a3 Chunked docs 2020-01-31 15:30:17 -05:00
Krystian Stasiowski 2c3f27475d Update docs for insert, fixed exception specification for copy 2020-01-30 19:25:56 -05:00
Krystian Stasiowski 445938c0c4 Modify insert overloads 2020-01-30 00:06:33 -05:00
Krystian Stasiowski 4e5263db94 Improved docs for replace, added unchecked variant for overload 2020-01-29 23:35:31 -05:00
Krystian Stasiowski 88e4066c31 Better docs for find functions 2020-01-29 21:15:27 -05:00
Krystian Stasiowski de3538315e Added docs for to_static_string 2020-01-15 16:41:51 -05:00
Krystian Stasiowski 438be05fdb More noexcept, remove dummy parameter from constructor. 2020-01-15 16:23:12 -05:00
Krystian Stasiowski 2d074b7839 Fix doc generation for hash specialization 2020-01-15 13:23:44 -05:00
Krystian Stasiowski 34ba5ea870 Fix use of null term, added C++17 and 20 tests 2020-01-07 13:06:06 -05:00
Krystian Stasiowski 4c043f1922 Guard __has_include 2020-01-03 19:07:10 -05:00
Krystian Stasiowski 26b9f7df27 More constexpr friendly replace and insert with is_constant_evaluated 2020-01-03 19:01:34 -05:00
Krystian Stasiowski e1e992380a Refactor min checks 2020-01-03 18:43:59 -05:00
Krystian Stasiowski 18e6af9cee More constexpr for find_meow, more constexpr tests 2020-01-03 16:59:34 -05:00
Krystian Stasiowski a67bc09a3e Fix standard version detection for msvc and void_t for certain gcc versions 2020-01-03 16:06:12 -05:00
Krystian Stasiowski f800ef49e4 Fix unchecked replacement. 2020-01-01 15:38:41 -05:00