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

Variadic Source Generator #166

Closed
wants to merge 17 commits into from

Commits on Oct 28, 2023

  1. experimental variadic source generator

    DESKTOP-O6U9TBJ\Lilith committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    310e76b View commit details
    Browse the repository at this point in the history
  2. Apply Varaidics to EntityExtensions

    DESKTOP-O6U9TBJ\Lilith committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    f9a43c3 View commit details
    Browse the repository at this point in the history
  3. add jobs variadics

    DESKTOP-O6U9TBJ\Lilith committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    30b883b View commit details
    Browse the repository at this point in the history
  4. disable entity extension variadics for pure ecs

    DESKTOP-O6U9TBJ\Lilith committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4203315 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Merge branch 'master' into variadic-sourcegen

    DESKTOP-O6U9TBJ\Lilith committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    61f8d47 View commit details
    Browse the repository at this point in the history
  2. convert more sourcegen to variadics

    DESKTOP-O6U9TBJ\Lilith committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    928ce2d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. convert remaining sourcegen to variadics

    DESKTOP-O6U9TBJ\Lilith committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2f53645 View commit details
    Browse the repository at this point in the history
  2. remove old sourcegen

    DESKTOP-O6U9TBJ\Lilith committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d50d200 View commit details
    Browse the repository at this point in the history
  3. variadic reorganization and documentation

    DESKTOP-O6U9TBJ\Lilith committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    af7bda7 View commit details
    Browse the repository at this point in the history
  4. fix variadic oversights

    DESKTOP-O6U9TBJ\Lilith committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e66f22b View commit details
    Browse the repository at this point in the history
  5. allow comments in generated variadics

    DESKTOP-O6U9TBJ\Lilith committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    c0a00df View commit details
    Browse the repository at this point in the history
  6. fix variadic compiler warns

    DESKTOP-O6U9TBJ\Lilith committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2752daa View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. change __ to _

    DESKTOP-O6U9TBJ\Lilith committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    38a3569 View commit details
    Browse the repository at this point in the history
  2. change stringbuilder to var

    DESKTOP-O6U9TBJ\Lilith committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4df660c View commit details
    Browse the repository at this point in the history
  3. VariadicGenerator documentation pass

    DESKTOP-O6U9TBJ\Lilith committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e4e6476 View commit details
    Browse the repository at this point in the history
  4. fix typename for generic containers

    DESKTOP-O6U9TBJ\Lilith committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5dc2667 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. improve readability of variadic sourcegen

    DESKTOP-O6U9TBJ\Lilith committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    77113c9 View commit details
    Browse the repository at this point in the history