1. 32a2206 core: Refactor initialization and how the default context is handled by Chris Dickens · 4 years ago
  2. cd43185 fix eol of msvc/*.vcxproj and msvc/*.vcxproj.filters files by Mikolaj Kucharski · 4 years, 2 months ago
  3. a2f1e2d Windows: Support building dpfp and sam3u_benchmark with MSVC by Chris Dickens · 4 years, 2 months ago
  4. 1be2ed9 Windows: Add missing header files to MSVC projects by Chris Dickens · 4 years, 2 months ago
  5. f2e551a build: Prepare config.h for inclusion in examples/tests by Chris Dickens · 4 years, 2 months ago
  6. da5df37 build: Merge events and threads into single platform abstraction by Chris Dickens · 4 years, 5 months ago
  7. d67eb5b core: Introduce platform events abstraction by Chris Dickens · 4 years, 5 months ago
  8. 9a1bc8c build: Require C11 to build and clean up autoconfig/automake files by Chris Dickens · 4 years, 10 months ago
  9. 8b09dd4 core: Kill the OS_* definitions and use in the source code by Chris Dickens · 4 years, 10 months ago
  10. 964fa8c msvc: Update include path for getopt in fxload projects by Chris Dickens · 4 years, 10 months ago
  11. 07d6d3a msvc: Reorder solution projects and add project filter files by Chris Dickens · 4 years, 10 months ago
  12. f5c9f67 Windows: Fix some harmless build warnings by Chris Dickens · 4 years, 11 months ago
  13. 7bc0ff3 core: Convert internal macros to static inline functions by Chris Dickens · 5 years ago
  14. 221e819 Fix msvc 2019 project files (internal linkage) by winterrace · 5 years ago
  15. d5bb64b configure.ac: Cleanup and refactoring by Chris Dickens · 5 years ago
  16. aaff15d Misc: Trim and consolidate header file usage by Chris Dickens · 5 years ago
  17. 96e0af7 Windows: Drop support for Windows XP by Chris Dickens · 5 years ago
  18. 1816288 Windows: Add Visual Studio 2019 support by Chris Dickens · 5 years ago
  19. 28630ad Misc: Remove obsolete Windows DDK build files by Chris Dickens · 5 years ago
  20. de4a59a Misc: Clean up Visual Studio project files by Chris Dickens · 5 years ago
  21. f90d076 Windows: Remove support for WinCE and Visual Studio older than 2013 by Chris Dickens · 5 years ago
  22. 77037c4 Adds /utf-8 to compile options by RipleyTom · 6 years ago
  23. 8436ba6 Change all $(SolutionDir) to $(ProjectDir) by RipleyTom · 6 years ago
  24. a9b34d1 Adding support for ARM & ARM64 Windows Platform by Dj Art · 7 years ago
  25. dc5e33e Windows: Add back resource and definition files to VS DLL projects by Chris Dickens · 7 years ago
  26. 0aac390 Windows: Restructure DDK/MSVC project files by Chris Dickens · 7 years ago
  27. ca0b6c0 Fix appveyor scripts for Cygwin and MinGW to build as intended by Chris Dickens · 7 years ago
  28. 020103a Windows: Ditch UsbDk build configuration by Sameeh Jubran · 8 years ago
  29. 54884e8 Windows: Enable dynamic selection between WinUSB and UsbDk backends by Chris Dickens · 7 years ago
  30. 4da478c Misc: Add TargetName to getopt VS project files to supress warning by Chris Dickens · 7 years ago
  31. 9843b68 Misc: Sort projects alphabetically in VS solution files by Chris Dickens · 7 years ago
  32. 8b6639e Misc: Fix references section in fxload VS project files by Chris Dickens · 7 years ago
  33. 6dd2b7f Misc: Fix linker options in getopt VS project files by Chris Dickens · 7 years ago
  34. e25e0ce Misc: Add missing files to VS2005 projects for libusb by Chris Dickens · 7 years ago
  35. cbf2cc8 Misc: Fix minor discrepancies in WinCE MSVC files by Chris Dickens · 7 years ago
  36. af1f175 Windows: Fix some minor style issues by Chris Dickens · 7 years ago
  37. 3001f93 Misc: Ensure that both WINVER and _WIN32_WINNT are defined for Windows builds by Chris Dickens · 7 years ago
  38. 6402a10 Misc: Add _CRT_SECURE_NO_WARNINGS to testlibusb to suppress warning C4996 by Chris Dickens · 7 years ago
  39. 539a323 Misc: Fix testlibusb build on VS2013 and earlier and suppress warnings by Chris Dickens · 7 years ago
  40. 2ae2348 Windows: Add VS 2010/2012/2013/2017 project files for testlibusb by Chris Dickens · 7 years ago
  41. fa19c15 Windows: testlibusb example for VS2015 by Anil Nair · 8 years ago
  42. 80f1657 core: Remove check for and inclusion of signal.h by Chris Dickens · 8 years ago
  43. 322d146 Windows: Fix DDK build's missing files by Chris Dickens · 8 years ago
  44. 96f8273 Windows: Add Visual Studio 2017 support by Chris Dickens · 8 years ago
  45. 3564c18 windows: use appropriate version for VS2015 solution files by Pete Batard · 9 years ago
  46. 40fb6ff AppVeyor: use a .bat file now by hacker2490 · 9 years ago
  47. 4a0446f Misc: Fix up Visual Studio project files by Chris Dickens · 9 years ago
  48. 24c5289 build: Integrate usbdk backend by Dmitry Fleytman · 9 years ago
  49. 5d83aba windows: Rename windows_usb.h/c windows_winusb.h/c by Dmitry Fleytman · 9 years ago
  50. 92a3278 windows: Move common definitions to a separate file by Dmitry Fleytman · 9 years ago
  51. a34ba28 Windows: Add Visual Studio 2015 support by Brent Rector · 10 years ago
  52. 1eff220 Misc: Revert all references to libusb/libusb.info by hjelmn@cs.unm.edu · 11 years ago
  53. 805cc3e Windows: Add Visual Studio 2013 solution files by Joshua Blake · 11 years ago
  54. 368d613 Windows: Fix a cast warning when compiling for x64 in VS by Pete Batard · 11 years ago
  55. d28ab4b Windows: Fix VS2010 project files by Pete Batard · 11 years ago
  56. 9222a54 Core: Add compile time option to use native OS logging facility by Toby Gray · 12 years ago
  57. 511ed18 Core: Add a libusb_strerror() function by Hans de Goede · 12 years ago
  58. 462c887 WinCE: Add hotplug.c to projects by Toby Gray · 12 years ago
  59. 7e858a3 Add hotplugtest to msvc project files by Pete Batard · 12 years ago
  60. 3b50a93 WinCE: Fix x86 build on Visual Studio 2005 by Toby Gray · 12 years ago
  61. 894e656 Windows: Fix multiple warnings by Pete Batard · 12 years ago
  62. baf714f WinCE: Post integration cleanup by Pete Batard · 12 years ago
  63. 0ded9c1 Misc: Simplify includes and misc. cleanup by Pete Batard · 12 years ago
  64. 5bdea90 WinCE: Add support for WinCE (Solution files) by Toby Gray · 12 years ago
  65. 2442719 WinCE: Add support for WinCE (sources) by Toby Gray · 12 years ago
  66. 788e433 Windows: Add windows_common.h header by Toby Gray · 12 years ago
  67. 1e6928c Core: Use HAVE_SYS_TYPES_H and HAVE_SIGNAL_H by Pete Batard · 12 years ago
  68. d7d91d5 Windows: Add VS2012 solution files by Pete Batard · 12 years ago
  69. 21cf6e4 Tests: Add libusbx stress test by Toby Gray · 12 years ago
  70. 0597533 Samples: Add fxload sample for Cypress EZ-USB chips by Pete Batard · 12 years ago
  71. 0e0cbb6 Windows: Address MSVC Level 4 & WDK's OACR/Prefast warnings by Pete Batard · 13 years ago
  72. cf6e68a Core: Add toggleable debug logging by Pete Batard · 13 years ago
  73. 5b82831 Windows: remove obsolete lsusb project files by Pete Batard · 13 years ago
  74. fcad094 Windows: add VS2010 project files by Pete Batard · 13 years ago
  75. 43997b5 Samples: Fix missing xusb from VS project files by Pete Batard · 13 years ago
  76. 743fd77 Examples: add xusb sample by Pete Batard · 13 years ago
  77. abdb443 VS2005: Bring x86_64 output directories in line with x86_32 by Pete Batard · 13 years ago
  78. 4afbc78 Rename the lsusb example program to listdevs by Peter Stuge · 13 years ago
  79. e280760 Windows MSVC6: Remove SetupAPI, AdvAPI32 and OLE32 dependencies by Pete Batard · 14 years ago
  80. c591a7c Windows: Switch MSVC6 .dsp project files from MBCS to Unicode by Michael Plante · 14 years ago
  81. 536e424 Windows: Add missing MSVC6 lsusb.dsp project file by Michael Plante · 13 years ago
  82. 69b71c8 Windows: copy DLL file regardless of ddk_build.cmd dll argument case by Pete Batard · 13 years ago
  83. bb108cb Windows: MS project files part 4 - MSVC6 project files by Pete Batard · 14 years ago
  84. 78896ae Windows: MS project files part 3 - VS2005 project files by Pete Batard · 14 years ago
  85. 9e5f427 Windows: MS project files part 2 - WDK project files by Pete Batard · 14 years ago
  86. c1e7543 Windows: MS project files part 1 - support files & preliminaries by Pete Batard · 14 years ago