8 Commits

Author SHA1 Message Date
openeuler-ci-bot
5dc7b8a094
!15 Fix title of web/install.html
From: @linker99 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-11-24 06:30:10 +00:00
openeuler-ci-bot
c59e0b5681
!14 Fixed typo in ck_assert_str_eq doc
From: @linker99 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-11-15 02:23:00 +00:00
openeuler-ci-bot
9a2ba6ccbc
!11 Add warning on floating point eq and ne assertions
From: @linker99 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-11-10 01:46:28 +00:00
linker99
eca98a2fc0 Fix title of web/install.html. 2023-10-31 21:51:56 +08:00
linker99
1301b0b081 Fixed typo in ck_assert_str_eq doc 2023-10-31 10:12:44 +08:00
linker99
e1116104ff Add warning on floating point eq and ne assertions
The usefulness of the float/double/ldouble eq and ne macros is very limited. Comparing
    the results of a floating point computation should be done with some tolerance, instead
    of expecting an exact answer. There may be differences on different platforms, etc.

    To this end, some warnings are added to the eq and ne functions, instead directing users
    to use the _tol functions instead.
2023-10-31 06:52:50 +08:00
dogsheng
a7e56e6b85 Package init 2019-12-14 18:53:08 +08:00
openeuler-ci-bot
286560d483 Initial commit 2019-12-14 16:53:18 +08:00