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

Introduce tkey include hierarchy #22

Merged
merged 3 commits into from
Sep 15, 2023
Merged

Introduce tkey include hierarchy #22

merged 3 commits into from
Sep 15, 2023

Commits on Sep 14, 2023

  1. Introduce tkey include hierarchy

    We move our own include files so you include them with, for example:
    
    to better distinguish our own header files from that of clang/llvm's
    like stdint.h and stddef.h.
    mchack-work committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f87651f View commit details
    Browse the repository at this point in the history
  2. Use const for passing args

    Promise that we won't change anything passed to functions, especially
    relevant for passing buffer pointers.
    mchack-work committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4321bbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2afbaf5 View commit details
    Browse the repository at this point in the history