summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Port from gtkdoc to gi-docgenRichard Hughes2022-09-301-1/+4
| | | | Fixes https://github.com/hughsie/libgusb/issues/79
* trivial: post release version bumpRichard Hughes2022-09-121-1/+1
|
* trivial: Ignore -Wgnu-variable-sized-type-not-at-endRichard Hughes2022-09-091-0/+1
| | | | There's literally nothing we can do about it.
* Serialize the GUsbDevice to and from JSON formatRichard Hughes2022-09-051-0/+2
| | | | This allows us to write tests that mock up entire devices.
* trivial: post release version bumpRichard Hughes2022-08-141-1/+1
|
* gusb: Add some umockdev based testsBenjamin Berg2022-06-151-1/+6
| | | | The primary purpose for this is to test the hotplug codepaths.
* trivial: post release version bumpRichard Hughes2021-12-071-1/+1
|
* trivial: post release version bumpRichard Hughes2021-10-061-1/+1
|
* trivial: post release version bumpRichard Hughes2021-05-241-1/+1
|
* trivial: Do not hardcode the libusb.h include directoryRichard Hughes2021-05-211-5/+5
|
* Do not depend on libusb_get_port_number() to fix DragonFlyBSD compileRichard Hughes2021-05-211-0/+3
|
* Do not depend on libusb_get_parent() to fix FreeBSD compileRichard Hughes2021-05-211-0/+3
|
* Lower the libusb dep to fix compile on FreeBSDRichard Hughes2021-05-211-3/+9
| | | | | | | | | | | FreeBSD is not a supported platform of libusb. The native USB access library on FreeBSD is libusb20, which provides both the non-portable FreeBSD-specific API and wrapper functions that are mostly compatible eith libusb 1.0 API. It is an integral part of FreeBSD and the version included in the oldest supported FreeBSD release reports 1.0.9 in its libusb-1.0.pc. Based on a patch by Ting-Wei Lan <lantw@src.gnome.org>, many thanks.
* trivial: post release version bumpRichard Hughes2021-03-121-1/+1
|
* Properly set dylib versions on darwinCaleb Xu2020-08-031-3/+3
|
* trivial: post release version bumpRichard Hughes2020-07-301-1/+1
|
* trivial: post release version bumpRichard Hughes2020-04-031-1/+1
|
* trivial: post release version bumpRichard Hughes2020-01-301-1/+1
|
* trivial: post release version bumpRichard Hughes2020-01-061-1/+1
|
* Do not use deprecated libusb APIRichard Hughes2019-12-031-0/+3
|
* Use has_link_argument() to detect linker flagsRichard Hughes2019-12-031-2/+2
|
* trivial: Allow compiling as a subprojectRichard Hughes2019-11-231-1/+6
|
* trivial: Don't force specific linker flash when cross buildingRichard Hughes2019-11-231-1/+4
|
* trivial: post release version bumpRichard Hughes2019-11-161-1/+1
|
* build: Add -Wswitch-enumBenjamin Berg2019-06-141-0/+1
| | | | | This means we still get errors for missing enum values in switches even in combination with -Wswitch-default and default cases.
* trivial: Fix some typos spotted using codespellRichard Hughes2019-04-081-1/+1
|
* trivial: post release version bumpRichard Hughes2018-02-151-1/+1
|
* Release version 0.3.00.3.0Richard Hughes2018-02-151-1/+1
|
* Port to the Meson build systemRichard Hughes2017-12-191-0/+111