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

Rework cli #374

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Rework cli #374

wants to merge 7 commits into from

Commits on Jun 19, 2021

  1. rework cli

    This is the absolute minimum. For Platforms other than Windows, dynamic linking is required as they do not allow dlopen for executables. libraries cannot link against executables either.
    tDwtp committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    eebdfe0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    1cccb2e View commit details
    Browse the repository at this point in the history
  2. rework cli to exports symbols

    cli will now use a static library exporting all its symbols (`gravityapi_sx`) ready for use in plugins
    tDwtp committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    2fe19d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50ff5ce View commit details
    Browse the repository at this point in the history
  4. revert bug i caused by manually copying changes

    We do not need to export these symbols as we are not linking dynamically anymore.
    tDwtp committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    dff1ba4 View commit details
    Browse the repository at this point in the history
  5. we are not exporting anymore

    forgot this line
    tDwtp committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    c387238 View commit details
    Browse the repository at this point in the history
  6. export the utilities

    tDwtp committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    5430c39 View commit details
    Browse the repository at this point in the history