wireplumber/tests
Julian Bouzas e24e52c6d3 spa-json: encode the string directly into the builder
Some special characters like '\v' are encoded using 6 characters, which
currently does not work because the VLA size asumes a maximum of 4 characters
per encoded special character. This patch refactors this logic to avoid using
VLAs at all and encodes the string directly into the builder.

See #471
2023-06-19 12:03:23 -04:00
..
common tests: common: crank up timeout for slower devices 2023-04-20 17:53:35 -04:00
examples bluez: Add Offload SCO nodes routing sample (for PinePhone) 2022-12-02 11:14:28 +01:00
modules tests: stop using fake{sink,src} to avoid skipping tests 2022-12-06 12:01:34 +02:00
wp spa-json: encode the string directly into the builder 2023-06-19 12:03:23 -04:00
wplua m-lua-scripting: ignore string/integer table keys when constructing a JSON Array/Object 2023-01-04 11:20:14 -05:00
meson.build meson: Add options to configure whether to build daemon, tools and modules. 2022-11-23 10:06:11 +00:00