Commit Graph

8 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
Paul Davis b7f896437a change UUID implementation to use integers and serial counters 2013-11-30 13:05:47 -05:00
Paul Davis 7eda551c0d __cplusplus-wrap the declarations in uuid.h 2013-10-05 12:53:37 -04:00
Paul Davis a6c5af6347 wrap UUID generation 2013-10-03 16:28:55 -04:00
Paul Davis dae1fcdc51 add uuid.h (missed from previous commits) 2013-10-01 15:44:18 -04:00