Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-30 | lib: support object ordering in `uc_sort()` | Jo-Philipp Wich | |
Extend `uc_sort()` to utilize `ucv_object_sort()` in order to support reordering object keys. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2022-03-15 | tests: 16_sort: fix logic flaw exposed on OS X | Jo-Philipp Wich | |
A typo in the custom order function of the test case caused the test case to yield differently sorted results on OS X, triggered by differences in the libc's `qsort()` implementation. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2022-02-03 | tests: add functional tests for builtin functions | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> |