82 Commits

Author SHA1 Message Date
Krystian Stasiowski 6dcda053a3 Fix guards 2020-02-02 23:59:51 -05:00
Krystian Stasiowski 479c10b193 Fix guard for constexpr tests 2020-02-02 23:26:47 -05:00
Krystian Stasiowski 9772809002 Update tests 2020-02-02 23:21:36 -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 c34bd74d69 Adjust tests 2020-02-01 20:34:33 -05:00
Krystian Stasiowski 526cd61b36 Verify that custom iterator traits work correctly 2020-01-15 16:35:49 -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 26b9f7df27 More constexpr friendly replace and insert with is_constant_evaluated 2020-01-03 19:01:34 -05:00
Krystian Stasiowski 18e6af9cee More constexpr for find_meow, more constexpr tests 2020-01-03 16:59:34 -05:00
Krystian Stasiowski cd32cadc08 Fix version guard 2020-01-01 11:50:01 -05:00
Krystian Stasiowski 2b89b7d5a6 More constexpr tests 2020-01-01 11:29:40 -05:00
Krystian Stasiowski 60fcd0db87 Make data_impl constexpr for zero-size strings 2019-12-21 19:06:19 -05:00
Krystian Stasiowski 45c72ff7fe Update tests 2019-12-20 02:36:32 -05:00
Krystian Stasiowski c83e21e8f2 Remove trailing tokens after macro 2019-12-17 00:30:59 -05:00
Krystian Stasiowski 9c61b2fc15 Update tests 2019-12-16 23:54:20 -05:00
Krystian Stasiowski 7c8ad32ff9 A object pointer value is only a constant expression if it points to an object with static storage duration. 2019-12-16 19:22:41 -05:00
Krystian Stasiowski d9848a83b6 More fixes for tests 2019-12-16 18:31:31 -05:00
Krystian Stasiowski 3e967fb4ea Fixed small renaming issue 2019-12-16 18:23:57 -05:00
Krystian Stasiowski 0f4d2db416 Fix test and standalone support 2019-12-16 18:19:01 -05:00
Krystian Stasiowski e26c470c3a Renamed from fixed_string to static_string, added aliases 2019-12-16 12:23:46 -05:00
Krystian Stasiowski 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
Krystian Stasiowski 104a439f68 Add copyright 2019-11-07 10:10:30 -05:00
Krystian Stasiowski 1d2fbacc31 Fixed small bug in replace 2019-11-06 19:38:50 -05:00
Krystian Stasiowski 71804b8acf Better inside string check, and addtional tests for better coverage 2019-11-06 19:38:50 -05:00
Krystian Stasiowski 829c099a3c Finish up replace tests, and reorganize 2019-11-06 19:38:49 -05:00
Krystian Stasiowski c46e1c1459 Added missing return in tests 2019-11-06 19:38:49 -05:00
Krystian Stasiowski 7a0a720a42 Minor bug fixs for find and replace, more tests 2019-11-06 19:38:49 -05:00
Krystian Stasiowski 193439e3ef Added tests for find_meow, insert, and replace 2019-11-06 19:38:49 -05:00
Vinnie Falco 75db467323 Refactor 2019-09-21 08:49:30 -07:00
Vinnie Falco 773450c868 Use Boost lightweight_test
close #11
2019-09-13 10:05:39 -07:00
Vinnie Falco 406b929fc5 Initial commit 2019-09-13 06:29:15 -07:00