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

arraybuf: seq-like fixed-capacity container stored on the stack #227

Merged
merged 12 commits into from
Sep 2, 2024

Commits on Aug 31, 2024

  1. arraybuf: seq-like fixed-capacity container stored on the stack

    Also includes `evalOnceAs`, a handy utility for avoiding creating a
    temporary in templates when seeking to avoid double-evaluation of
    parameters.
    arnetheduck committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    225ca95 View commit details
    Browse the repository at this point in the history
  2. more compatible version

    arnetheduck committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    f3d0ff3 View commit details
    Browse the repository at this point in the history
  3. int type

    arnetheduck committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    548064c View commit details
    Browse the repository at this point in the history
  4. fmt

    arnetheduck committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    fe73a78 View commit details
    Browse the repository at this point in the history
  5. 32-bit

    arnetheduck committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    398bc65 View commit details
    Browse the repository at this point in the history
  6. more compat

    arnetheduck committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    8dfbc17 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. even more compat

    arnetheduck committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    9fc522c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a21b5e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    0c55600 View commit details
    Browse the repository at this point in the history
  2. clean up docs

    arnetheduck committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    18344bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c53e57f View commit details
    Browse the repository at this point in the history
  4. relative import

    arnetheduck committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    46e45d7 View commit details
    Browse the repository at this point in the history