Commit Graph

9 Commits

Author SHA1 Message Date
Nedko Arnaudov 2b7a0b4849 LADI/jack2 variants 2022-09-06 20:48:07 +03:00
David Robillard fe0ab491b4 Clean up include guards
The previous style(s) used in most places here violates the C standard, and in
practice can trigger -Wreserved-id-macro in clang for client code.  So, switch
to a conventional style that doesn't trigger warnings (and is supported by
tools like clang-tidy).
2022-08-22 14:23:04 -04:00
David Robillard b601e3dc28 Use a consistent style for copyright headers
I chose the most common one here, although the indentation is a bit odd.
2022-08-22 14:19:40 -04:00
David Robillard 6ce9c002bf Delete trailing whitespace 2022-08-22 14:15:02 -04:00
falkTX b87166bbc7 Make doxygen happy 2021-07-14 21:12:04 +01:00
falkTX ce588b3af5 Add jack_position_t::tick_double, and flags around it 2021-07-14 21:00:43 +01:00
falkTX 1541a11b20
Small fix on transport header comments
Signed-off-by: falkTX <falktx@falktx.com>
2019-02-28 07:53:18 +01:00
Adrian Knoth aea850adb3 Refactor POST_PACKED_STRUCTURE into types.h
All users of POST_PACKED_STRUCTURE also include <jack/types.h>, so to
avoid code duplication, we move the definition into a single place.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
2014-01-27 21:30:10 +01:00
Nedko Arnaudov 2476dca8c1 Import jack1 headers from svn r4772 2012-02-02 19:16:32 +02:00