- Apr 29, 2020
-
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
This fixes a lintian warning.
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
- Apr 28, 2020
-
-
Sebastian Kuzminsky authored
This is needed for older compilers (like Wheezy's gcc 4.7.2 and Jessie's gcc 4.9.2) to accept "modern" things like for-loops with the index variable declared in them: hostmot2.c:759:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < num_pins; i ++) { ^ hostmot2.c:759:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code This also means we no longer need to override CFLAGS in the travis config.
-
- Apr 27, 2020
-
-
Sebastian Kuzminsky authored
-
- Apr 26, 2020
-
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
Make sure the requested filename fits in the `bitfile_name` buffer before copying it.
-
Sebastian Kuzminsky authored
This squelches a warning from -D_FORTIFY_SOURCE.
-
Sebastian Kuzminsky authored
Make sure there's room in the destination buffer for the whole source string, plus the terminating NULL.
-
Sebastian Kuzminsky authored
-
- Apr 25, 2020
-
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
Error out early and print a helpful error message if they're not found.
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
This makes the `if` statement bodies indent by 4 spaces instead of sometimes one tab and sometimes nothing.
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
changes from jethornton/mesaflash master branch
-
- Apr 24, 2020
-
-
john authored
-
Peter Wallace authored
-
Peter Wallace authored
-
Peter Wallace authored
fix a couple of compile warnings
-
Peter Wallace authored
-
Peter Wallace authored
-
Peter Wallace authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-