summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* 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