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

Add remaining data types to schema visiting in ffi #187

Merged
merged 29 commits into from
May 10, 2024

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    1d5a9dd View commit details
    Browse the repository at this point in the history
  2. add remaining types

    nicklan committed May 4, 2024
    Configuration menu
    Copy the full SHA
    32428a5 View commit details
    Browse the repository at this point in the history
  3. include pragma once

    nicklan committed May 4, 2024
    Configuration menu
    Copy the full SHA
    7f59e54 View commit details
    Browse the repository at this point in the history
  4. include schema printing

    nicklan committed May 4, 2024
    Configuration menu
    Copy the full SHA
    bcc5a4f View commit details
    Browse the repository at this point in the history
  5. docs mostly

    nicklan committed May 4, 2024
    Configuration menu
    Copy the full SHA
    9593038 View commit details
    Browse the repository at this point in the history
  6. fmt

    nicklan committed May 4, 2024
    Configuration menu
    Copy the full SHA
    6fd15cf View commit details
    Browse the repository at this point in the history
  7. free schema!

    nicklan committed May 4, 2024
    Configuration menu
    Copy the full SHA
    4baa68a View commit details
    Browse the repository at this point in the history
  8. cleanup

    nicklan committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8747fe3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. fix pointer issue

    nicklan committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6c4a173 View commit details
    Browse the repository at this point in the history
  2. strndup + macro

    nicklan committed May 6, 2024
    Configuration menu
    Copy the full SHA
    87ef58c View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Ryan Johnson <scovich@users.noreply.github.com>
    nicklan and scovich committed May 6, 2024
    Configuration menu
    Copy the full SHA
    21a3402 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    78378b8 View commit details
    Browse the repository at this point in the history
  2. don't forget long

    nicklan committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0fc9bd7 View commit details
    Browse the repository at this point in the history
  3. untabify :sigh:

    nicklan committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a3ff414 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03c34db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    184e2c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0805f38 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. cleaner visit macro

    nicklan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    76b942b View commit details
    Browse the repository at this point in the history
  2. comment update

    nicklan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    245da8a View commit details
    Browse the repository at this point in the history
  3. clearer todo

    nicklan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d479631 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    872b0e7 View commit details
    Browse the repository at this point in the history
  5. use schema appropriate names

    nicklan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    47abc39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84af4ba View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    cd86766 View commit details
    Browse the repository at this point in the history
  2. macros are fun

    nicklan committed May 10, 2024
    Configuration menu
    Copy the full SHA
    93fc17c View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Ryan Johnson <scovich@users.noreply.github.com>
    nicklan and scovich authored May 10, 2024
    Configuration menu
    Copy the full SHA
    711b16b View commit details
    Browse the repository at this point in the history
  4. doc update

    nicklan committed May 10, 2024
    Configuration menu
    Copy the full SHA
    953c3e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2498d10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cdf7f8 View commit details
    Browse the repository at this point in the history