summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* windows: Only link with --add-stdcall-alias if supported by linkerTormod Volden2023-01-281-1/+13
* windows: Omit -mwin32 GCC option for MSYS/MinGWTormod Volden2023-01-281-1/+1
* Add Emscripten backend for WebAssembly + WebUSB supportIngvar Stepanyan2022-06-261-1/+17
* configure.ac: Link with -latomic only if no atomic builtinsLonnie Abelbeck2022-06-261-1/+15
* Simplify clock_gettime() conditionalization and fallback on macOSSean McBride2022-06-261-23/+3
* config: allow configure to continue without pkg-config installedNathan Hjelm2022-04-151-6/+8
* tests: Add some umockdev based testsBenjamin Berg2022-03-181-0/+9
* darwin: Avoid possibly undefined version macro in configure.acTormod Volden2022-03-161-1/+1
* windows: Link gcc helpers statically on MinGWTormod Volden2022-03-161-0/+3
* configure.ac: link with -latomic if neededFabrice Fontaine2022-03-161-0/+1
* configure: remove usage of deprecated AC_HELP_STRINGNathan Hjelm2021-07-261-1/+1
* darwin: use the IO registry to detect if a kernel driver is attached to an in...Nathan Hjelm2021-07-211-0/+1
* darwin: add authorization for device captureosy2021-05-161-1/+1
* configure.ac: Consider Mac OS X target version for clock_gettime()Chris Dickens2021-01-151-4/+24
* libusb 1.0.24v1.0.24Chris Dickens2020-12-101-2/+2
* build: Prepare config.h for inclusion in examples/testsChris Dickens2020-11-271-0/+1
* examples: Enable all examples to build on all platformsChris Dickens2020-11-101-5/+0
* threads_posix: Use monotonic clock for condition variables where possibleChris Dickens2020-09-131-1/+5
* core: Split usbi_clock_gettime() into two separate functionsChris Dickens2020-09-131-7/+9
* build: Merge events and threads into single platform abstractionChris Dickens2020-09-121-40/+19
* core: Add support for eventfdChris Dickens2020-08-121-0/+38
* core: Introduce platform events abstractionChris Dickens2020-08-121-16/+16
* configure.ac: Enhance compiler checks for pthreadsChris Dickens2020-04-091-2/+12
* configure.ac: Simplify detection of Windows compilationChris Dickens2020-04-091-0/+7
* configure.ac: Fix compilation of Haiku's C++ convenience libraryChris Dickens2020-04-091-19/+16
* build: Enable additional build errors and warningsChris Dickens2020-03-301-2/+15
* build: Require C11 to build and clean up autoconfig/automake filesChris Dickens2020-03-301-151/+121
* core: Kill the OS_* definitions and use in the source codeChris Dickens2020-03-271-8/+0
* threads_posix: Improve usbi_get_tid() for various platformsChris Dickens2020-03-271-0/+1
* autotools: Fix a number of issuesChris Dickens2020-03-251-2/+5
* core: Kill usbi_backend.clock_gettime() functionChris Dickens2020-03-151-0/+9
* linux: provide an event thread nameAlexander Stein2020-02-071-0/+1
* threads_posix: Use thread-local storage to cache thread IDChris Dickens2020-02-071-6/+20
* autobuild: Fix two issuesChris Dickens2020-01-261-2/+2
* configure.ac: Cleanup and refactoringChris Dickens2020-01-241-183/+190
* Windows: Drop support for Windows XPChris Dickens2020-01-211-2/+1
* Add Null POSIX backendPino Toscano2019-12-281-1/+12
* Unix: fix library version for next releaseLudovic Rousseau2019-08-091-1/+1
* configure.ac: bump .so version for next releasetestNathan Hjelm2018-12-051-1/+1
* configure.ac: fix detection of clock_gettime libraryBaruch Siach2018-10-221-1/+1
* Windows: Ditch UsbDk build configurationSameeh Jubran2018-01-081-9/+0
* Misc: Ensure that both WINVER and _WIN32_WINNT are defined for Windows buildsChris Dickens2018-01-031-0/+1
* linux: Mark internal file descriptors as CLOEXECChris Dickens2017-02-281-1/+2
* configure.ac: Remove obsolete AC_ERROR and make formatting consistentChris Dickens2017-02-201-40/+40
* configure.ac: Clean up styleChris Dickens2017-01-121-24/+24
* core: Remove use of gettimeofday()Chris Dickens2017-01-121-10/+4
* core: Remove check for and inclusion of signal.hChris Dickens2017-01-121-1/+0
* Solaris backendLei Chen2016-07-241-1/+15
* configure: bump autoconf version and remove obsolete AM_MAINTAINER_MODENathan Hjelm2016-03-111-2/+1
* windows: Fix compilation for MSYS2Evan Hunter2016-02-231-1/+1