cyclonedds/src/ddsrt/tests
Dennis Potman 37c64e0965 Add string functions used by security plugins to ddsrt (#334)
* String functions required by DDS Security Access Control plugin

The implementation for the DDS Security Access Control plugin
requires two additional string functions. This commit adds the
ddsrt_str_replace function (including tests) and exports the
existing function ddsrt_todigit.

Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com>

* Suppress strcpy warnings in Windows builds for ddsrt_str_replace

Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com>

* Minor nitpicks on ddsrt_str_replace

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-12-04 11:22:40 +02:00
..
atomics.c Rearrange and fixup abstraction layer 2019-03-22 15:19:09 +01:00
CMakeLists.txt Merge branch 'master' into merge4 2019-10-17 11:05:49 +02:00
dl_test.h.in Dynamic library loading functions were added to ddsrt 2019-07-01 16:05:22 +02:00
dllib.c Merge branch 'master' into merge2 2019-09-03 11:44:50 +02:00
dynlib.c Fixed dynlib Windows issues after merge. 2019-09-03 12:02:20 +02:00
environ.c Address Coverity, Clang static analyzer warnings 2019-09-25 10:46:40 +02:00
heap.c Rearrange and fixup abstraction layer 2019-03-22 15:19:09 +01:00
ifaddrs.c Address Coverity, Clang static analyzer warnings 2019-09-25 10:46:40 +02:00
log.c Always abort on DDS_FATAL variants + test (#270) 2019-10-16 03:08:31 +02:00
process.c Clean up return code types 2019-06-10 10:42:52 +02:00
process_app.c Address Coverity, Clang static analyzer warnings 2019-09-25 10:46:40 +02:00
process_test.h.in Rudimentary process management. 2019-05-23 18:51:23 +02:00
random.c move MT19937 random generator to ddsrt 2019-05-23 18:51:23 +02:00
retcode.c Fix off-by-one error in dds_strretcode (#270) 2019-10-16 03:08:31 +02:00
select.c Pacification of native compiler on OpenIndiana 2019-08-21 14:16:51 +02:00
socket.c Clean up return code types 2019-06-10 10:42:52 +02:00
string.c Add string functions used by security plugins to ddsrt (#334) 2019-12-04 11:22:40 +02:00
strlcpy.c Rearrange and fixup abstraction layer 2019-03-22 15:19:09 +01:00
strtoll.c Pacification of native compiler on OpenIndiana 2019-08-21 14:16:51 +02:00
sync.c Clean up return code types 2019-06-10 10:42:52 +02:00
tasklist.c Add support for FreeRTOS and lwIP (#166) 2019-05-23 14:27:56 +02:00
thread.c Increase thread test timeout to check if this caused the failing tests on travis win32 2019-10-15 19:29:18 +02:00
thread_cleanup.c Clean up return code types 2019-06-10 10:42:52 +02:00