Skip to content

structure: Add a way to serialize structures specifying only required types

commit 70a7f6e724e903906f135b65f6fe0cbac37aa040 (HEAD -> castless_structures, thiblahute/castless_structures)
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Fri Dec 18 11:04:36 2020 -0300

    info: Use NO_CAST to serialize structures/caps
    
    Making them simpler to read for debugging purposes.

commit 60ea8cde30bb6c0ed7af9e336a83a2b6002839ea
Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Fri Dec 18 10:02:23 2020 -0300

    structure: Add a way to serialize structures specifying only required types
    
    This makes the serialized structures simpler to read and at the same
    time be 100% safe for roundtrip.
Edited by Thibault Saunier

Merge request reports