| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-23 | *: make sure `config.h` or `zebra.h` is first | David Lamparter | |
| `config.h` has all the defines from autoconf, which may include things that switch behavior of other included headers (e.g. _GNU_SOURCE enabling prototypes for additional functions.) So, the first include in any `.c` file must be either `config.h` (with the appropriate guard) or `zebra.h` (which includes `config.h` first thing.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | |||
| 2020-10-07 | *: reformat python files | whitespace | |
| We are now using black. Signed-off-by: Quentin Young <qlyoung@nvidia.com> | |||
| 2020-04-27 | python: add check-first-header tool | David Lamparter | |
| The first #include statement in all FRR .c files should be either zebra.h or config.h. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | |||
