1. 13 Jul, 2017 1 commit
  2. 03 Jul, 2017 1 commit
  3. 28 Jun, 2017 1 commit
  4. 21 Jun, 2017 1 commit
  5. 14 Jun, 2017 1 commit
  6. 11 Apr, 2017 1 commit
  7. 03 Dec, 2016 1 commit
    • Diego Biurrun's avatar
      Remove Plan 9 support · 3794062a
      Diego Biurrun authored
      Supporting the system was a nice joke for the 9 release, but it has
      run its course. Nowadays Plan 9 receives no testing and has no
      practical usefulness.
      3794062a
  8. 22 Oct, 2016 1 commit
  9. 17 Oct, 2016 1 commit
  10. 02 Oct, 2016 1 commit
  11. 22 Sep, 2016 2 commits
  12. 03 Aug, 2016 1 commit
  13. 22 Jul, 2016 1 commit
  14. 13 Jul, 2016 1 commit
  15. 08 Jul, 2016 1 commit
  16. 17 Jun, 2016 1 commit
  17. 12 Apr, 2016 1 commit
  18. 07 Apr, 2016 1 commit
    • Diego Biurrun's avatar
      build: miscellaneous cosmetics · 01621202
      Diego Biurrun authored
      Restore alphabetical order in lists, break overly long lines, do some
      prettyprinting, add some explanatory section comments, group parts
      together that belong together logically.
      01621202
  19. 19 Feb, 2016 1 commit
  20. 14 Feb, 2016 1 commit
  21. 31 Jan, 2016 2 commits
  22. 21 Jan, 2016 1 commit
  23. 21 Dec, 2015 3 commits
  24. 05 Dec, 2015 1 commit
  25. 08 Nov, 2015 1 commit
  26. 06 Oct, 2015 1 commit
  27. 26 Sep, 2015 1 commit
  28. 20 Sep, 2015 1 commit
  29. 17 Sep, 2015 1 commit
  30. 15 Sep, 2015 1 commit
  31. 06 Sep, 2015 1 commit
  32. 20 Aug, 2015 1 commit
    • Henrik Gramner's avatar
      checkasm: Explicitly declare function prototypes · 515b69f8
      Henrik Gramner authored
      Now we no longer have to rely on function pointers intentionally
      declared without specified argument types.
      
      This makes it easier to support functions with floating point parameters
      or return values as well as functions returning 64-bit values on 32-bit
      architectures. It also avoids having to explicitly cast strides to
      ptrdiff_t for example.
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      515b69f8
  33. 19 Aug, 2015 1 commit
    • Henrik Gramner's avatar
      checkasm: Explicitly declare function prototypes · 18b101ff
      Henrik Gramner authored
      Now we no longer have to rely on function pointers intentionally
      declared without specified argument types.
      
      This makes it easier to support functions with floating point parameters
      or return values as well as functions returning 64-bit values on 32-bit
      architectures. It also avoids having to explicitly cast strides to
      ptrdiff_t for example.
      18b101ff
  34. 21 Jul, 2015 2 commits
  35. 17 Jul, 2015 1 commit