summaryrefslogtreecommitdiffstats
path: root/externals/libusb (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-31externals: libusb: Use autotools for MinGWlat9nq1-138/+222
After updating to 1.0.24, MinGW fails to build libusb as a result of numerous errors. So we build libusb their way and let them update the nontrivial stuff. This only applies to MinGW: the old path is still in use for Linux toolchains as well as MSVC. This will dynamically link libusb, since I hit build errors with the old way we used to resolve the conflict with SDL2.
2021-05-21Update libusb to 1.0.24german772-3/+3
2021-03-15externals/libusb/CMakeLists: Add /utf-8 compile option for MSVCMorph1-0/+5
2020-09-03externals: Work around libusb duplicate GUID errorsLioncash1-0/+3
Given we have two libraries that seem to use the same identifier, we can alter one of them so that the variable is used in place, effectively changing the used identifier, but without altering the source of libusb.
2020-08-26externals: Track upstream libusbLioncash3-0/+237
We can place the external in an inner folder and manage the custom files necessary to integrate it with CMake directly. This allows us to directly change how we use it with our build system, as opposed to needing to change a fork.
2020-08-26externals: Untrack non-upstream variant of libusbLioncash1-0/+0
We shouldn't be tracking personal forks of repositories when upstream can be managed directly.
2020-06-22update libusb dependencyAmeer1-0/+0
2020-06-22Update src/input_common/main.cppameerj1-0/+0
Co-authored-by: LC <mathew1800@gmail.com> update libusb submodule (hopefully windows build error fixed)
2020-06-21Add libusb dependencyAmeer1-0/+0