forked from Tinob/Ishiiruka
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from jlambert360/Dev
Merge dev to master
- Loading branch information
Showing
256 changed files
with
20,160 additions
and
77,090 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
language: c | ||
|
||
git: | ||
depth: 1 | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
dist: focal | ||
compiler: clang | ||
- os: linux | ||
dist: focal | ||
compiler: gcc | ||
- os: linux | ||
dist: bionic | ||
compiler: clang | ||
- os: linux | ||
dist: bionic | ||
compiler: gcc | ||
- os: linux | ||
dist: xenial | ||
compiler: clang | ||
- os: linux | ||
dist: xenial | ||
compiler: gcc | ||
- os: osx | ||
osx_image: xcode12.2 | ||
compiler: clang | ||
- os: osx | ||
osx_image: xcode11.3 | ||
compiler: clang | ||
- os: osx | ||
osx_image: xcode9.4 | ||
compiler: clang | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- autoconf | ||
- automake | ||
- libtool | ||
- libudev-dev | ||
- m4 | ||
homebrew: | ||
packages: | ||
- autoconf | ||
- automake | ||
- libtool | ||
- m4 | ||
|
||
before_script: | ||
- ./bootstrap.sh | ||
|
||
script: | ||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then .private/ci-build.sh --build-dir build-netlink -- --disable-udev; fi | ||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then .private/ci-build.sh --build-dir build-udev -- --enable-udev; fi | ||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then .private/ci-build.sh --build-dir build; fi | ||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then cd Xcode && xcodebuild -project libusb.xcodeproj; fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,68 +8,164 @@ Copyright © 2010-2012 Michael Plante <[email protected]> | |
Copyright © 2011-2013 Hans de Goede <[email protected]> | ||
Copyright © 2012-2013 Martin Pieuchot <[email protected]> | ||
Copyright © 2012-2013 Toby Gray <[email protected]> | ||
Copyright © 2013-2015 Chris Dickens <[email protected]> | ||
Copyright © 2013-2018 Chris Dickens <[email protected]> | ||
|
||
Other contributors: | ||
Aaron Luft | ||
Adam Korcz | ||
Adrian Bunk | ||
Adrien Destugues | ||
Akshay Jaggi | ||
Alan Ott | ||
Alan Stern | ||
Aleksandr Mezin | ||
Alexander Pyhalov | ||
Alexander Schlarb | ||
Alexander Stein | ||
Alex Vatchenko | ||
Andrew Aldridge | ||
Andrew Fernandes | ||
Andrew Goodney | ||
Andy Chunyu | ||
Andy McFadden | ||
Angus Gratton | ||
Anil Nair | ||
Ankur Verma | ||
Anthony Clay | ||
Antonio Ospite | ||
Artem Egorkine | ||
Aurelien Jarno | ||
Axel Gembe | ||
Aymeric Vincent | ||
Baruch Siach | ||
Bastien Nocera | ||
Bei Zhang | ||
Bence Csokas | ||
Benjamin Berg | ||
Benjamin Dobell | ||
Bohdan Tymkiv | ||
Brent Rector | ||
Bruno Harbulot | ||
Carl Karsten | ||
Christophe Zeitouny | ||
Chris Zhu | ||
Chunyu Xie | ||
Colin Walters | ||
Craig Hutchinson | ||
Dave Camarillo | ||
David Engraf | ||
David Moore | ||
Davidlohr Bueso | ||
David Moore | ||
Dmitry Fleytman | ||
Dmitry Kostjuchenko | ||
Dmitry Zakablukov | ||
Doug Johnston | ||
Evan Hunter | ||
Evan Miller | ||
Fabrice Fontaine | ||
Federico Manzan | ||
Felipe Balbi | ||
Florian Albrechtskirchinger | ||
Francesco Montorsi | ||
Francisco Facioni | ||
Frank Li | ||
Frederik Carlier | ||
Freek Dijkstra | ||
Gaurav Gupta | ||
Graeme Gill | ||
Greg Kroah-Hartman | ||
Gustavo Zacarias | ||
Haidong Zheng | ||
Hans Ulrich Niedermann | ||
Harry Mallon | ||
Hector Martin | ||
Hoi-Ho Chan | ||
Ido Yariv | ||
Igor Anokhin | ||
Ihor Dutchak | ||
Ilya Konstantinov | ||
Jakub Klama | ||
James Hanko | ||
Jeffrey Nichols | ||
Jie Zhang | ||
Jim Chen | ||
Johann Richard | ||
John Keeping | ||
John Sheu | ||
Jonas Malaco | ||
Jonathon Jongsma | ||
Joost Muller | ||
Josh Gao | ||
Joshua Blake | ||
Joshua Hou | ||
Juan Cruz Viotti | ||
Julian Scheel | ||
Justin Bischoff | ||
Karsten Koenig | ||
Keith Ahluwalia | ||
Kenjiro Tsuji | ||
Kimura Masaru | ||
Konrad Rzepecki | ||
Kuangye Guo | ||
Lars Kanis | ||
Lars Wirzenius | ||
Lei Chen | ||
Léo Lam | ||
Liang Yunwang | ||
Luca Longinotti | ||
Luz Paz | ||
Mac Wang | ||
Marco Trevisan (Treviño) | ||
Marcus Meissner | ||
Mark Kuo | ||
Markus Heidelberg | ||
Martin Ettl | ||
Martin Koegler | ||
Martin Ling | ||
Martin Thierer | ||
Mathias Hjärtström | ||
Matthew Stapleton | ||
Matthias Bolte | ||
Michael Dickens | ||
Michel Zou | ||
Mike Frysinger | ||
Mikhail Gusarov | ||
Mikolaj Kucharski | ||
Morgan Leborgne | ||
Moritz Fischer | ||
Ларионов Даниил | ||
Nancy Li | ||
Nia Alarie | ||
Nicholas Corgan | ||
Omri Iluz | ||
Orin Eman | ||
Ozkan Sezer | ||
Patrick Stewart | ||
Paul Cercueil | ||
Paul Fertser | ||
Paul Qureshi | ||
Pekka Nikander | ||
Philémon Favrod | ||
Pino Toscano | ||
Rob Walker | ||
Romain Vimont | ||
Roman Kalashnikov | ||
Ryan Hileman | ||
Ryan Schmidt | ||
Saleem Rashid | ||
Sameeh Jubran | ||
Sean McBride | ||
Sebastian Pipping | ||
Sebastian von Ohr | ||
Sergey Serb | ||
Shawn Hoffman | ||
Simon Haggett | ||
Simon Newton | ||
Slash Gordon | ||
Stefan Agner | ||
Stefan Tauner | ||
Steinar H. Gunderson | ||
Stephen Groat | ||
Theo Buehler | ||
Thomas Röfer | ||
Tim Hutt | ||
Tim Roberts | ||
|
@@ -78,12 +174,29 @@ Toby Peterson | |
Tormod Volden | ||
Trygve Laugstøl | ||
Uri Lublin | ||
Uwe Bonnes | ||
Vasily Khoruzhick | ||
Vegard Storheil Eriksen | ||
Venkatesh Shukla | ||
Vianney le Clément de Saint-Marcq | ||
Victor Toso | ||
Vinicius Tinti | ||
Vitali Lovich | ||
Vladimir Beloborodov | ||
William Orr | ||
William Skellenger | ||
Xiaofan Chen | ||
Yegor Yefremov | ||
Zhiqiang Liu | ||
Zoltán Kovács | ||
Сергей Валерьевич | ||
Ларионов Даниил | ||
Роман Донченко | ||
jonner | ||
orbitcowboy | ||
osy | ||
parafin | ||
xantares | ||
RipleyTom | ||
Seneral | ||
saur0n | ||
winterrace |
Oops, something went wrong.