Commit graph

11 commits

Author SHA1 Message Date
Nemanja Trifunovic
b6cd18f929 test_utf32to8 tests string_view, not string 2021-04-30 14:59:55 -04:00
Nemanja Trifunovic
4bed367c14 Update test docker image 2021-04-25 13:47:36 -04:00
Nemanja Trifunovic
a7d530de5f C++ 17 support: add tests, remove duplicate utf8::append() 2021-04-25 11:54:47 -04:00
Nemanja Trifunovic
fe79d14ae7 Switching from gtest to ftest for unit-testing. 2021-04-24 15:02:08 -04:00
Nemanja Trifunovic
2370b95a86 Compile negative test with C++ 98
An attempt to ensure the library can be compiled with a C++ 98 compiler.

Unfortunatelly, GTEST can't be compiled with C++ 98, so only the negative tests are included at this point.
2019-07-07 20:27:54 -04:00
Nemanja Trifunovic
33516ff074 Test -fno-exceptions with unchecked api 2019-04-25 14:23:02 -04:00
Nemanja Trifunovic
c523193025 unchecked::replace_invalid()
Add unchecked version of replace_invalid function.
2019-04-25 09:33:07 -04:00
Nemanja Trifunovic
04d29d92ae Add inline declarations to non-template functions in cpp11.h
Fix for issue #31
2019-04-15 17:49:11 -04:00
Nemanja Trifunovic
335a3ee6a0 Update docker to 3.0.1 2019-04-14 20:17:23 -04:00
Nemanja Trifunovic
0b45681b60 Add Dockerfile 2019-04-14 17:24:53 -04:00
Nemanja Trifunovic
66804081d4 Introduce GTest
Restructure tests to use Google Test framework
2019-04-11 10:25:49 -04:00