summaryrefslogtreecommitdiff
path: root/examples/dpfp_threaded.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unused parameter warningsSean McBride2017-12-281-0/+4
* examples: add missing include to dpfp_threadedNathan Hjelm2016-07-211-0/+1
* examples: make dpfp_threaded work on OS XNathan Hjelm2016-07-211-7/+10
* examples: Address issues reported by Markus ElfringChris Dickens2015-04-281-10/+15
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-1/+1
* All: Use "" instead of <> for local includesLudovic Rousseau2012-10-131-1/+1
* Misc: Fix more Clang warnings in core and darwinPete Batard2012-07-021-1/+1
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-2/+1
* examples: Use snprintf() instead of sprintf() in dpfp and dpfp_threadedPeter Stuge2012-04-091-1/+1
* Misc: Rebrand to libusbxPete Batard2012-04-031-2/+2
* Linux: Fix warnings seen when compiling with gcc-4.6Hans de Goede2011-07-241-2/+1
* dpfp_threaded: return instead of pthread_exit() to avoid Cygwin warningPete Batard2011-06-131-1/+1
* examples: #include <libusb.h> without directory nameLudovic Rousseau2010-11-221-1/+1
* examples: Silence warnings about return value of fwrite()Peter Stuge2010-10-161-1/+2
* Introduced calling convention (for Windows)Pete Batard2010-08-231-3/+3
* removed trailing whitespacesPete Batard2010-08-061-3/+3
* Introduce contexts to the APIDaniel Drake2008-06-261-6/+6
* Remove libusb_cancel_transfer_syncDaniel Drake2008-04-291-23/+16
* add threaded example programDaniel Drake2008-04-191-0/+552