1. Mar 07, 2018
  2. Mar 01, 2018
  3. Feb 28, 2018
  4. Feb 20, 2018
  5. Feb 18, 2018
  6. Feb 16, 2018
  7. Feb 06, 2018
  8. Nov 17, 2017
  9. Oct 26, 2017
  10. Oct 10, 2017
  11. Sep 29, 2017
  12. Sep 17, 2017
  13. Sep 08, 2017
  14. Sep 07, 2017
  15. Aug 27, 2017
  16. Aug 25, 2017
  17. Jul 27, 2017
  18. Jul 16, 2017
  19. Jul 14, 2017
  20. Jul 01, 2017
  21. Jun 30, 2017
  22. Jun 27, 2017
  23. Jun 18, 2017
  24. Jun 17, 2017
    • orinem's avatar
      Stop the sulk with GPL2016 on Windows (#602) · 79d91786
      orinem authored
      * Fixes for VS2017.
      * Added a getopt implementation.
      * Added a unistd.h.
      * Corrected closing of sockets for Windows versions.
      * Fixed gdbserver CMakeLists.txt to play nice with VS2017.
      * Fixed include of getopt.h and unistd.h for WIN32.
      * Added a unistd.h.
      * Corrected closing of sockets for Windows versions.
      * Fixed gdbserver CMakeLists.txt to play nice with VS2017.
      * Override /MD to /MT for MSVC to match libusb's builds.
      * MSVC settings should be if (MSVC).
      * Don't busy-wait for long periods in usleep().
      * Dynamic link to MSVC libusb binaries.
      * Added Visual Studio section to compiling.md.
      * Added -D_CRT_NONSTDC_NO_WARNINGS to MSVC flags.
      * Prevented some more warnings under MSVC.
      79d91786
  25. May 18, 2017
  26. May 14, 2017
  27. May 08, 2017
  28. May 05, 2017
    • Martin Kaiser's avatar
      skip GTK detection if we're cross-compiling (#588) · cc3a5705
      Martin Kaiser authored
      It seems that stlink cannot use CMake's standard mechanism to find GTK3.
      Cmake's GTK3 detection supports only Unix at the moment.
      
      Therefore, stlink uses pkg-config to find GTK3. The downside of this is
      that Cmake's cross-compiler settings are not taken into account. Even if
      we're cross-compiling, CMake will find a local installation of GTK3 and
      compilation of the GUI fails.
      
      As a simple fix, we skip the GTK3 detection if we're cross-compiling.
      
      (In the long run, we should use a more advanced mechanism to find GTK3.)
      cc3a5705
  29. Apr 08, 2017
    • Slyshyk Oleksiy's avatar
      Now able build by MinGW. All warnings were fixed. (#584) · 3d24377c
      Slyshyk Oleksiy authored
      * fix wrong libusb extract command
      
      * update libusb to 1.0.21 under windows
      
      * fix few -Wformat warnings
      
      * add usleep realisation for win32
      
      * Get rid of unused defines in mimgw.h
      
      * fix format warning for mingw
      
      * Add prefix SEMIXOST_ to semihost defines.
      Fix redefine warnings of mingw.
      3d24377c
  30. Apr 07, 2017
  31. Apr 06, 2017
  32. Apr 04, 2017
    • Slyshyk Oleksiy's avatar
      fix few -Wformat warnings (#582) · 6902f473
      Slyshyk Oleksiy authored
      * fix wrong libusb extract command
      * update libusb to 1.0.21 under windows
      
      * fix few -Wformat warnings
      * add usleep realisation for win32 under mingw
      6902f473
  33. Mar 25, 2017