- Dec 05, 2021
-
-
Jeff Epler authored
-
- Nov 21, 2021
-
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
Fix copyright - my previous PR should have been against master
-
- Nov 20, 2021
-
-
Sebastian Kuzminsky authored
debian/copyright: avoiding extra "Copyright:"s
-
Steffen Möller authored
Changed my opinion on the debian/* entry since the authors are not a subset.
-
Jeff Epler authored
fix d/copyright
-
Sebastian Kuzminsky authored
Flesh out copyright, based on feedback from the Debian FTP Masters.
-
- Sep 30, 2021
-
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
Create d/README.source
-
Steffen authored
-
Steffen authored
-
Sebastian Kuzminsky authored
d/rules origtarxz: Introduce common root for source tree
-
Steffen authored
And an outreach to the Debian community.
-
- Sep 29, 2021
-
-
Steffen authored
-
- Sep 28, 2021
-
-
Sebastian Kuzminsky authored
no need to override dh_clean
-
Sebastian Kuzminsky authored
-
- Sep 26, 2021
-
-
Jeff Epler authored
Preparation for upload to Debian.
-
Jeff Epler authored
-
Jeff Epler authored
This was used to remove non-source files that were used by the Windows build of mesaflash. These files were removed from git, so there's no need to handle them specially when running `debian/rules clean`.
-
Steffen authored
-
- Jun 29, 2021
-
-
Peter Wallace authored
-
- May 28, 2021
-
-
Peter Wallace authored
-
- May 26, 2021
-
-
Peter Wallace authored
-
- May 11, 2021
-
-
Peter Wallace authored
-
Jeff Epler authored
exercise package-building
-
Jeff Epler authored
-
Jeff Epler authored
Fix compiler diagnostics etc
-
Jeff Epler authored
This fixes a diagnostic seen on Ubuntu 10.04 building the examples: converting a packed 'opd_mode_1_7i77_t' {aka 'struct opd_mode_1_7i77_struct'} pointer (alignment 1) to a 'u32' {aka 'unsigned int'} pointer (alignment 4) may result in an unaligned pointer value [-Werror=address-of-packed-member]
-
- May 10, 2021
-
-
Peter Wallace authored
-
- May 08, 2021
-
-
Peter Wallace authored
-
- May 07, 2021
-
-
Jeff Epler authored
-
Jeff Epler authored
Remove files needed only for Windows
-
Jeff Epler authored
Add daughterboard hints to improve readhmid output
-
- May 05, 2021
-
-
Jeff Epler authored
pci_boards: Enable the board before mmap'ing it
-
Jeff Epler authored
This fixes a problem where it was necessary to run linuxcnc first, before running mesaflash. This seemed not to affect standard PCs but affected the CM4.
-
- May 04, 2021
-
-
Jeff Epler authored
This can be used to improve the output of `--readhmid` by specifying daughtercards that are attached at each header. For example, `mesaflash --device 5i25 --dbname1 7i76`
-
Jeff Epler authored
I asked Peter whether building mesaflash on Windows was important to him, and he said he has not used it for a long time. I don't like carrying these files, especially the binary files without clear links to their source. So let's remove them. (These files also wouldn't be suitable for modern 64-bit versions of Windows, which would be virtually any current system.)
-
Jeff Epler authored
-
Jeff Epler authored
.. this simplifies error checking, and fixes a diagnostic about comparing signed and unsigned numbers.
-