1. 25 Apr, 2020 2 commits
    • isotherm's avatar
      FIX: Ignore unused ctuples (GH-3543) (GH-3551) · f2928072
      isotherm authored
      generate_type_definitions maintained a list of ctuples for which code
      was already generated, but the logic did not match the logic used in
      generate_type_header_code, which does not generate code if the entry is
      marked as unused.
      
      If the first ctuple of a certain type was marked unused, but later
      instances were not, this could result in no code being generated for
      the ctuple at all. Resolve by verifying whether the ctuple entry is used
      before adding it to the list.
      Co-authored-by: default avatarKirk Meyer <kirk.meyer@ravenind.com>
      f2928072
    • Ben McGinnes's avatar
      docs: fix link to Pyrex embedding tutorial (GH-3550) · 0d27ae3d
      Ben McGinnes authored
      * Updated URL for the "embedding Python" link in external_C_code.rst
        in the userguide.
      * The freenet.org.nz domain has clearly expired at some point and now
        the original link goes spam links, but there are copies in the
        Wayback Machine.
      * The updated (fixed) URL uses the most recent archive for the
        original page (author: June, 2004; web archive: Feb, 2012).
      0d27ae3d
  2. 24 Apr, 2020 1 commit
  3. 23 Apr, 2020 5 commits
  4. 22 Apr, 2020 3 commits
  5. 21 Apr, 2020 6 commits
  6. 20 Apr, 2020 19 commits
  7. 19 Apr, 2020 2 commits
  8. 18 Apr, 2020 2 commits