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

Add remill and gap portfiles #950

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

Add remill and gap portfiles #950

wants to merge 25 commits into from

Commits on Jun 23, 2023

  1. ports: Add remill port.

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a60d907 View commit details
    Browse the repository at this point in the history
  2. ports: Add gap library.

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c585288 View commit details
    Browse the repository at this point in the history
  3. ports: Add remill port features.

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    2371c3c View commit details
    Browse the repository at this point in the history
  4. ports: Fix remill features.

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8796ce4 View commit details
    Browse the repository at this point in the history
  5. ports: Fix redundent remill debug paths.

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    79cbb7d View commit details
    Browse the repository at this point in the history
  6. ports: Update remill config paths.

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c0daa4a View commit details
    Browse the repository at this point in the history
  7. ports: Update gap port file configs.

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    86d7c5c View commit details
    Browse the repository at this point in the history
  8. ports: Don't build gap tests.

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    adce86a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e3add9 View commit details
    Browse the repository at this point in the history
  10. ports: Add zlib to remill dependencies.

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ca5dbec View commit details
    Browse the repository at this point in the history
  11. ports: Fix config install paths.

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d30a83e View commit details
    Browse the repository at this point in the history
  12. ports: Bump up remill port.

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    839ba4e View commit details
    Browse the repository at this point in the history
  13. Various fixes

    ekilmer authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    44e45e8 View commit details
    Browse the repository at this point in the history
  14. ports: bump up gap version

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c7b613e View commit details
    Browse the repository at this point in the history
  15. Fix usage file

    Previously, vcpkg would ignore it and just print the heuristically
    generated usage.
    ekilmer authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e2c32b1 View commit details
    Browse the repository at this point in the history
  16. ports: bump up gap port

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a3d9751 View commit details
    Browse the repository at this point in the history
  17. ports: bump up remill

    xlauko authored and lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7c8412e View commit details
    Browse the repository at this point in the history
  18. ports: Bump remill.

    lkorenc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6814704 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    8a6507f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18adef4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    dbc72e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Improve port upgrading experience (#1027)

    Only upgrade ports that are specified. Also, ask the user if they're sure they want to upgrade.
    
    It should prevent accidentally deleting/rebuilding LLVM if it's out of date or if trying to upgrade a port it depends on.
    ekilmer authored and xlauko committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1965d3a View commit details
    Browse the repository at this point in the history
  2. Combine unknown attrs annotate and attr type attrs (#1028)

    - Replace patch `0027-unknown-attrs-as-annotations.patch` with a new
      patch that also adds the method `AttributedType::getAttr()` to get the
      type that an `AttributedType` instance is attributed with.
    - Update `ports/llvm-16/portfile.cmake` to reflect this change.
    PappasBrent authored and xlauko committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2984768 View commit details
    Browse the repository at this point in the history
  3. Drop llvm-15 + ubuntu 20.04 and more (#1029)

    * Update vcpkg
    
    * bump rellic
    
    * bump anvill/remill
    
    * Cleanup NuGet cache to fix space error on runner
    
    * Use anvill patchable-ir-main
    
    ---------
    
    Co-authored-by: Eric Kilmer <[email protected]>
    2 people authored and xlauko committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    fe68818 View commit details
    Browse the repository at this point in the history
  4. gap: bump up portfile

    xlauko committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6db35b8 View commit details
    Browse the repository at this point in the history