mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-11 04:27:56 -05:00
Add macro SPA_CMP to do 3-way comparisons safely, and use it to avoid signed integer overflows. Fix also float/double comparisons (previously 0.1 == 0.8 since cast to return type int). Fix Id/Bool comparisons so they can return negative value. |
||
|---|---|---|
| .. | ||
| builder.h | ||
| command.h | ||
| compare.h | ||
| dynamic.h | ||
| event.h | ||
| filter.h | ||
| iter.h | ||
| parser.h | ||
| pod.h | ||
| vararg.h | ||