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

Statically build and link the ANTLR4 runtime. #41

Merged
merged 12 commits into from
Dec 17, 2020

Commits on Dec 15, 2020

  1. Statically build and link the ANTLR4 runtime.

    Signed-off-by: Dusty DeWeese <[email protected]>
    HackerFoo committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    8530708 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Use a submodule for third_party/antlr4

    Signed-off-by: Dusty DeWeese <[email protected]>
    HackerFoo committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    cd6a089 View commit details
    Browse the repository at this point in the history
  2. Set CFLAGS=-fPIC

    Signed-off-by: Dusty DeWeese <[email protected]>
    HackerFoo committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    94ea28b View commit details
    Browse the repository at this point in the history
  3. Add an option to build with a shared library.

    Signed-off-by: Dusty DeWeese <[email protected]>
    HackerFoo committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    261aee8 View commit details
    Browse the repository at this point in the history
  4. Format Python.

    Signed-off-by: Dusty DeWeese <[email protected]>
    HackerFoo committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    e030368 View commit details
    Browse the repository at this point in the history
  5. Make requested changes.

    Signed-off-by: Dusty DeWeese <[email protected]>
    HackerFoo committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    55191b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    98a83ad View commit details
    Browse the repository at this point in the history
  2. Prevent conflicts in shared options.

    Signed-off-by: Dusty DeWeese <[email protected]>
    HackerFoo committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    9c94e5b View commit details
    Browse the repository at this point in the history
  3. Fix typo.

    Signed-off-by: Dusty DeWeese <[email protected]>
    HackerFoo committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    9b70ddb View commit details
    Browse the repository at this point in the history
  4. Add documentation on --no-use-pep517.

    Signed-off-by: Dusty DeWeese <[email protected]>
    HackerFoo committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    540e905 View commit details
    Browse the repository at this point in the history
  5. Use pip install for tox tests.

    Signed-off-by: Dusty DeWeese <[email protected]>
    HackerFoo committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    09a7325 View commit details
    Browse the repository at this point in the history
  6. Add comments.

    Signed-off-by: Dusty DeWeese <[email protected]>
    HackerFoo committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    7afe696 View commit details
    Browse the repository at this point in the history