Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This is not yet finished, more things should be made private.
|
|
|
|
Also, fix typos, constify some parameters, add more Doxygen comments.
|
|
Document the naming scheme in HACKING.
|
|
|
|
|
|
This is not only the canonical way to do it, it's also quite a bit faster
and less memory-intensive than using '+='.
|
|
|
|
|
|
|
|
|
|
|
|
While this has a (small) performance penalty compared to using integers,
it has the advantage of not requiring the use of magic numbers which
need to be declared in both the UART decoder and all decoders which
stack on top of UART.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also minor code cleanups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using %d seems to silently work on Linux, but leads to a segfault on
Windows/MinGW.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- List all API methods and metadata variables in all PDs to make things
easier and more consistent for new PD writers.
- Fix probe assignment in a few PDs.
- Raise exceptions upon invalid states of the PD state machines (bug).
|
|
|
|
|
|
|
|
This fixes the confusion between parallel and linear stacks.
|
|
|
|
|
|
|