| 12 * adds several new array and list functions |
12 * adds several new array and list functions |
| 13 * adds cxBufferReset() |
13 * adds cxBufferReset() |
| 14 * adds cxBufferAppend() |
14 * adds cxBufferAppend() |
| 15 * adds cxBufferEnableFlushing() and cxBufferFlush() |
15 * adds cxBufferEnableFlushing() and cxBufferFlush() |
| 16 * adds CX_BUFFER_COPY_ON_WRITE and CX_BUFFER_COPY_ON_EXTEND flags |
16 * adds CX_BUFFER_COPY_ON_WRITE and CX_BUFFER_COPY_ON_EXTEND flags |
| |
17 * adds cxBufferWriteFunc and cxBufferReadFunc function pointers (for convenience) |
| 17 * adds cx_cmp_ptr() |
18 * adds cx_cmp_ptr() |
| 18 * adds cx_vcmp_* family of functions |
19 * adds cx_vcmp_* family of functions |
| 19 * adds cx_sprintf() and several more variants |
20 * adds cx_sprintf() and several more variants |
| 20 * adds runtime constants to read out the actual SBO sizes |
21 * adds runtime constants to read out the actual SBO sizes |
| 21 * adds improved version of UCX 2 Test framework (now a self-contained header) |
22 * adds improved version of UCX 2 Test framework (now a self-contained header) |