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

Refactor the code generation and split it into language specific generators #527

Merged
merged 10 commits into from
Dec 14, 2023

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    40b9847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cd3530 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    881b5c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e5e1a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    303783a View commit details
    Browse the repository at this point in the history
  6. Separate c++ and julia code generation into separate classes

    - Keep common functionality in the base mixin
    - Instantiate the correct generator in the main script
    tmadlener committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f8e0560 View commit details
    Browse the repository at this point in the history
  7. Update documentation

    tmadlener committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    cfe0861 View commit details
    Browse the repository at this point in the history
  8. Fix flake8 issue

    tmadlener committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    047c5b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30ddfda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70403a0 View commit details
    Browse the repository at this point in the history