Skip to content
  1. Dec 02, 2020
  2. Aug 27, 2020
  3. Jun 23, 2020
  4. Jun 04, 2020
  5. May 17, 2020
  6. Apr 09, 2020
  7. Mar 17, 2020
  8. Feb 06, 2020
  9. 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
  10. Nov 25, 2019
  11. Oct 09, 2019
  12. Oct 01, 2019
  13. Sep 30, 2019
  14. Aug 31, 2019
  15. Feb 03, 2019
  16. Jan 13, 2019
  17. Nov 25, 2018