core-lightning/tools/gen
Rusty Russell ebb7daed49 tools/generate-wire.py: don't prettify headers.
The formatting makes it harder for update-mocks, eg:

    /* Generated stub for fmt_wireaddr_without_port */
    char *fmt_wireaddr_without_port(const tal_t *ctx UNNEEDED, const struct wireaddr *a UNNEEDED)
    { fprintf(stderr, "fmt_wireaddr_without_port called!\n"); abort(); }
    /* Could not find declaration for fromwire_onionmsg_path */
    /* Generated stub for json_add_member */

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-05-07 08:44:58 +09:30
..
header_template tools/generate-wire.py: don't prettify headers. 2020-05-07 08:44:58 +09:30
impl_template tools/generate-wire: no more lonely messages! 2020-05-06 14:56:09 -05:00
print_header_template tools: fix tlv generation 2019-07-27 21:19:57 -05:00
print_impl_template devtools/decodemsg: don't crash if we have multiple tlv options. 2020-04-07 12:48:13 -05:00