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