1. 15 Sep, 2019 1 commit
  2. 20 Jun, 2019 1 commit
  3. 24 May, 2019 1 commit
  4. 05 Mar, 2019 1 commit
  5. 13 Feb, 2019 1 commit
  6. 12 Feb, 2019 1 commit
  7. 28 Jan, 2019 1 commit
  8. 17 Jan, 2019 1 commit
    • Use cdecl calling conventions on Win32 · a74dd39b
      The recommendation from engineers within Microsoft is that libraries
      should have a calling convention specified in the public API, and that
      calling convention should be cdecl unless there are strong reasons to
      use a different calling convention.
      
      We previously offered end-users the choice between cdecl and stdcall
      calling conventions.  We did this for presumed wider compatibility: most
      Windows applications will use cdecl, but C# and PInvoke default to
      stdcall for WINAPI compatibility.  (On Windows, the standard library
      functions are are stdcall so PInvoke also defaults to stdcall.)
      
      However, C# and PInvoke can easily call cdecl APIs by specifying an
      annotation.
      
      Thus, we will explicitly declare ourselves cdecl and remove the option
      to build as stdcall.
      Edward Thomson committed
  9. 22 Sep, 2018 2 commits
  10. 18 Sep, 2018 2 commits
  11. 03 Sep, 2018 1 commit
  12. 09 Aug, 2018 1 commit
  13. 02 Aug, 2018 1 commit
  14. 30 May, 2018 4 commits
  15. 29 Jan, 2018 1 commit
  16. 24 Nov, 2017 6 commits
  17. 09 Sep, 2017 1 commit
  18. 11 May, 2017 1 commit
  19. 11 Apr, 2017 1 commit
  20. 05 Mar, 2017 1 commit
  21. 19 Dec, 2016 2 commits
  22. 29 Aug, 2016 1 commit
  23. 20 Jun, 2016 4 commits
  24. 25 Feb, 2016 1 commit
  25. 26 Dec, 2015 1 commit
  26. 24 Dec, 2015 1 commit