summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix build errors of tests with --enable-debug-logLudovic Rousseau2023-05-092-0/+8
* Add support for setting the log callback with libusb_set_option/libusb_init_c...Nathan Hjelm2023-04-123-2/+198
* tests/stress_mt: Also run with device enumerationTormod Volden2023-03-121-13/+67
* tests/stress_mt: Add Windows threads supportTormod Volden2023-03-122-15/+79
* tests: Add unit test for libusb_set_optionNathan Hjelm2023-03-122-2/+205
* Fix most -Wpedantic warningsTormod Volden2023-01-211-2/+2
* Update tests and example to use the new libusb_init_context() functionNathan Hjelm2023-01-203-15/+18
* tests: Add multithreaded stress test for Posix platformsTormod Volden2022-12-192-0/+51
* core: Install first context as implicit default (and warn about its use)Benjamin Berg2022-03-201-0/+31
* tests: Add some umockdev based testsBenjamin Berg2022-03-182-1/+1156
* Fix various typos in docs/commentsluz paz2021-10-311-1/+1
* core: allow libusb_set_option on the default context before libusb_initNathan Hjelm2021-06-071-2/+5
* build: Prepare config.h for inclusion in examples/testsChris Dickens2020-11-273-5/+11
* tests: Refactor testlib to simplify and fix Cygwin buildChris Dickens2020-11-073-247/+133
* stress: test_get_device_list: change printf format for ssize_tUri Lublin2020-08-101-2/+2
* build: Require C11 to build and clean up autoconfig/automake filesChris Dickens2020-03-301-0/+1
* Windows: Remove support for WinCE and Visual Studio older than 2013Chris Dickens2020-01-201-11/+1
* core: Introduce libusb_set_option() API functionChris Dickens2017-07-161-2/+2
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-084-52/+52
* tests: set output_file to a valid valueLudovic Rousseau2013-09-281-0/+1
* Android: Add examples and stress testsToby Gray2013-08-111-0/+1
* libusbx 1.0.15-rc1v1.0.15-rc1Pete Batard2013-04-021-1/+1
* Tests: Suppress Visual Studio 2012 Code Analysis warningsPete Batard2013-03-161-2/+3
* Misc: Simplify includes and misc. cleanupPete Batard2013-02-271-4/+0
* Tests: Fix broken OS-X and Linux buildsXiaofan Chen2013-02-241-2/+2
* Tests: Simplify stdout redirection and fix Windows assertion error on cleanupPete Batard2013-02-222-35/+44
* WinCE: Add support for WinCE (sources)Toby Gray2013-01-232-2/+18
* Tests: Add libusbx stress testToby Gray2012-11-254-0/+526