1. 25 Apr, 2020 1 commit
    • isotherm's avatar
      FIX: Ignore unused ctuples (GH-3543) (GH-3551) · 9e26b370
      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>
      9e26b370
  2. 20 Apr, 2020 4 commits
  3. 17 Apr, 2020 3 commits
  4. 15 Apr, 2020 1 commit
  5. 13 Apr, 2020 3 commits
  6. 12 Apr, 2020 5 commits
  7. 07 Apr, 2020 3 commits
  8. 31 Mar, 2020 5 commits
  9. 23 Mar, 2020 3 commits
  10. 21 Mar, 2020 12 commits