aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2024-01-31configure.ac: Bump libtool library versionTormod Volden
2024-01-31configure.ac: Do not build umockdev if --enable-debug-log is usedTormod Volden
2024-01-19Replace all http://libusb.info/ with httpsSean McBride
2023-12-08webusb: Wasm+WebUSB backend fixes and improvementsIngvar Stepanyan
2023-11-30Add WebUSB testing via node-usbIngvar Stepanyan
2023-01-28windows: Only link with --add-stdcall-alias if supported by linkerTormod Volden
2023-01-28windows: Omit -mwin32 GCC option for MSYS/MinGWTormod Volden
2022-06-26Add Emscripten backend for WebAssembly + WebUSB supportIngvar Stepanyan
2022-06-26configure.ac: Link with -latomic only if no atomic builtinsLonnie Abelbeck
2022-06-26Simplify clock_gettime() conditionalization and fallback on macOSSean McBride
2022-04-15config: allow configure to continue without pkg-config installedNathan Hjelm
2022-03-18tests: Add some umockdev based testsBenjamin Berg
2022-03-16darwin: Avoid possibly undefined version macro in configure.acTormod Volden
2022-03-16windows: Link gcc helpers statically on MinGWTormod Volden
2022-03-16configure.ac: link with -latomic if neededFabrice Fontaine
2021-07-26configure: remove usage of deprecated AC_HELP_STRINGNathan Hjelm
2021-07-21darwin: use the IO registry to detect if a kernel driver is attached to an in...Nathan Hjelm
2021-05-16darwin: add authorization for device captureosy
2021-01-15configure.ac: Consider Mac OS X target version for clock_gettime()Chris Dickens
2020-12-10libusb 1.0.24Chris Dickens
2020-11-27build: Prepare config.h for inclusion in examples/testsChris Dickens
2020-11-10examples: Enable all examples to build on all platformsChris Dickens
2020-09-13threads_posix: Use monotonic clock for condition variables where possibleChris Dickens
2020-09-13core: Split usbi_clock_gettime() into two separate functionsChris Dickens
2020-09-12build: Merge events and threads into single platform abstractionChris Dickens
2020-08-12core: Add support for eventfdChris Dickens
2020-08-12core: Introduce platform events abstractionChris Dickens
2020-04-09configure.ac: Enhance compiler checks for pthreadsChris Dickens
2020-04-09configure.ac: Simplify detection of Windows compilationChris Dickens
2020-04-09configure.ac: Fix compilation of Haiku's C++ convenience libraryChris Dickens
2020-03-30build: Enable additional build errors and warningsChris Dickens
2020-03-30build: Require C11 to build and clean up autoconfig/automake filesChris Dickens
2020-03-27core: Kill the OS_* definitions and use in the source codeChris Dickens
2020-03-27threads_posix: Improve usbi_get_tid() for various platformsChris Dickens
2020-03-25autotools: Fix a number of issuesChris Dickens
2020-03-15core: Kill usbi_backend.clock_gettime() functionChris Dickens
2020-02-07linux: provide an event thread nameAlexander Stein
2020-02-07threads_posix: Use thread-local storage to cache thread IDChris Dickens
2020-01-26autobuild: Fix two issuesChris Dickens
2020-01-24configure.ac: Cleanup and refactoringChris Dickens
2020-01-21Windows: Drop support for Windows XPChris Dickens
2019-12-28Add Null POSIX backendPino Toscano
2019-08-09Unix: fix library version for next releaseLudovic Rousseau
2018-12-05configure.ac: bump .so version for next releaseNathan Hjelm
2018-10-22configure.ac: fix detection of clock_gettime libraryBaruch Siach
2018-01-08Windows: Ditch UsbDk build configurationSameeh Jubran
2018-01-03Misc: Ensure that both WINVER and _WIN32_WINNT are defined for Windows buildsChris Dickens
2017-02-28linux: Mark internal file descriptors as CLOEXECChris Dickens
2017-02-20configure.ac: Remove obsolete AC_ERROR and make formatting consistentChris Dickens
2017-01-12configure.ac: Clean up styleChris Dickens