utfcpp/tests
Francesco Pretto cbb7c0c126 Add support for endianess hints, requested in issue #57
This introduce a new enum "endianess" that specifies source/target
endianess, and new utf16to8/utf8to16 overaloads that accept hints or
force byte swap. Hints are checked against platform endianess
detected at runtime in is_byte_swap_required(). Added tests for
code paths introduced
2020-04-25 20:48:09 +02:00
..
docker Update docker to 3.0.1 2019-04-14 20:17:23 -04:00
test_data Introduce GTest 2019-04-11 10:25:49 -04:00
CMakeLists.txt Compile negative test with C++ 98 2019-07-07 20:27:54 -04:00
negative.cpp Correctly use include with absolute search order path 2020-04-13 10:03:50 +02:00
test_checked_api.cpp Correctly use include with absolute search order path 2020-04-13 10:03:50 +02:00
test_checked_iterator.cpp Correctly use include with absolute search order path 2020-04-13 10:03:50 +02:00
test_cpp11.cpp Add support for endianess hints, requested in issue #57 2020-04-25 20:48:09 +02:00
test_unchecked_api.cpp unchecked::replace_invalid() 2019-04-25 09:33:07 -04:00
test_unchecked_iterator.cpp Introduce GTest 2019-04-11 10:25:49 -04:00