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