matt335672
b0cfc1a12b
Add initial scancode module
2024-05-24 16:33:08 +01:00
matt335672
0758fe03a6
Add UTF-16 LE I/O routines
...
These are intended to replace UTF-16 uses of mbstowcs() / wcstombs()
2023-10-18 10:07:49 +01:00
matt335672
0463e552dc
Add UTF-8 / UTF-32 conversion routines
...
These are intended to replace non-UTF-16 uses of mbstowcs() / wcstombs()
2023-10-18 10:07:49 +01:00
matt335672
d11617adbe
Remove dependency on signal() function
...
Replaces uses of signal() with sigaction() which should be far
more portable.
2023-10-09 14:05:29 +01:00
matt335672
d5684e0633
Add module tests for new fifo module
2023-05-22 14:43:22 +01:00
matt335672
994418cd90
Add simple list test cases
2023-02-13 10:37:46 +00:00
matt335672
57bd1be5b1
Disable stdout buffering for LOG() when running tests
...
Normally the test runners run in 'forking mode'. When a lot of
messages are logged to stdout, the child process can still be writing
data when the parent writes 'ok' or 'not ok'. This can confuse
the tap-driver.sh process.
2023-01-30 14:31:16 +00:00
Koichiro IWAO
791f055e18
common: add function to convert from Microsoft's GUID to string
2022-11-01 19:24:02 +09:00
matt335672
4699dced14
Implement base64 without openssl
2022-01-28 12:23:40 +00:00
matt335672
fde161bac3
Add unit tests for SSL calls
2022-01-20 16:44:49 +00:00
Koichiro IWAO
8e4ea49532
tests: add test on g_file_get_size()
2021-12-10 16:24:34 +09:00
Alexandre Quesnel
09174ccd4d
Adding g_strnjoin() with units tests
2021-04-14 04:41:53 +00:00