Skip to content

Releases: qookei/mini-lspci

Version 1.2.2

01 May 08:53
Compare
Choose a tag to compare

Bug-fix release for version 1.2:

  • Add missing includes when compiling with GCC 13.

Version 1.2.1

07 Aug 00:56
Compare
Choose a tag to compare

Bug-fix release for 1.2:

  • fix fmt subproject sometimes using a dynamic library instead of a static one.

Version 1.2

07 Aug 00:12
Compare
Choose a tag to compare

Additions:

  • added build-time configuration options for setting the pci.ids and sysfs paths, etc,
  • added stdin device provider (allows for getting names for devices specified on stdin).

Changes:

  • made the output more similar to pciutils' lspci (in cases when the device or vendor aren't known),
  • refactored code into multiple files,
  • added support for adding different information providers than sysfs,
  • optimized the pci.ids parser (now it only does one pass instead of two).

Bug fixes:

  • fixed the output not being sorted by the bus location,
  • fixed only one out of many of the same device having the vendor and device names set.

Version 1.1

04 Jun 21:01
3744bfa
Compare
Choose a tag to compare
v1.1

Refactor code to use mmap and string_view for reading pci.ids