Skip to content
  1. Aug 27, 2020
  2. Jun 23, 2020
  3. Jun 04, 2020
  4. May 17, 2020
  5. Apr 09, 2020
  6. Mar 17, 2020
  7. Feb 06, 2020
  8. Feb 04, 2020
    • Angus Gibson's avatar
      Fix dtype_to_ctype for 64-bits · d7b0f392
      Angus Gibson authored
      On some platforms (notably Windows), the size of a "long" may still
      only be 32-bit. Because of this, the int64 and uint64 dtypes weren't
      being mapped, despite running on a 64-bit host.
      
      The "long long" ctype should always be 64-bit, so we can retain the
      existing behaviour of using "long" when it is 64-bit, but support
      platforms for which it isn't.
      d7b0f392
  9. Nov 25, 2019
  10. Oct 09, 2019
  11. Oct 01, 2019
  12. Sep 30, 2019
  13. Aug 31, 2019
  14. Feb 03, 2019
  15. Jan 13, 2019
  16. Nov 25, 2018
  17. Nov 16, 2018
  18. Sep 23, 2018
  19. Jul 18, 2018