summaryrefslogtreecommitdiff
path: root/examples/dpfp_threaded.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-13All: Use "" instead of <> for local includesLudovic Rousseau1-1/+1
2012-07-02Misc: Fix more Clang warnings in core and darwinPete Batard1-1/+1
2012-05-23Misc: Ensure all sources are UTF-8Pete Batard1-2/+1
2012-04-09examples: Use snprintf() instead of sprintf() in dpfp and dpfp_threadedPeter Stuge1-1/+1
2012-04-03Misc: Rebrand to libusbxPete Batard1-2/+2
2011-07-24Linux: Fix warnings seen when compiling with gcc-4.6Hans de Goede1-2/+1
2011-06-13dpfp_threaded: return instead of pthread_exit() to avoid Cygwin warningPete Batard1-1/+1
2010-11-22examples: #include <libusb.h> without directory nameLudovic Rousseau1-1/+1
2010-10-16examples: Silence warnings about return value of fwrite()Peter Stuge1-1/+2
2010-08-23Introduced calling convention (for Windows)Pete Batard1-3/+3
2010-08-06removed trailing whitespacesPete Batard1-3/+3
2008-06-26Introduce contexts to the APIDaniel Drake1-6/+6
2008-04-29Remove libusb_cancel_transfer_syncDaniel Drake1-23/+16
2008-04-19add threaded example programDaniel Drake1-0/+552