1. 28 Aug, 2015 18 commits
  2. 26 Aug, 2015 3 commits
  3. 25 Aug, 2015 3 commits
  4. 24 Aug, 2015 7 commits
  5. 23 Aug, 2015 3 commits
  6. 21 Aug, 2015 5 commits
  7. 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