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