Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate make_tt_tpl and make_tt #297

Merged
merged 6 commits into from
Nov 1, 2024

Commits on Sep 3, 2024

  1. Consolidate make_tt_tpl and make_tt

    We can map make_tt_tpl onto the same mechanism we use for make_tt
    by adding a template template parameter that signals whether arguments
    are passed as tuple or unpacked.
    
    Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
    devreal committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    cb285cf View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Add ttg::detail::finally, taken from GSL

    Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
    devreal committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    81abc56 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Replace finally with scope_exit

    Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
    devreal committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    899ba18 View commit details
    Browse the repository at this point in the history
  2. Fix tuple_element index in make_tt

    Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
    devreal committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    fb55a37 View commit details
    Browse the repository at this point in the history
  3. make_tt: fixes for passing empty tuple to callback

    Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
    devreal committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    70a1f0e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Rename CallableWrapTTArgs to CallableWrapTT and fix mrattg example

    Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
    devreal committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    19c23c4 View commit details
    Browse the repository at this point in the history