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

Precompiled deps #107

Merged
merged 41 commits into from
Oct 5, 2023
Merged

Precompiled deps #107

merged 41 commits into from
Oct 5, 2023

Commits on Aug 3, 2023

  1. WIP

    varsill committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    791a9ce View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Implement POC

    varsill committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0c0cc52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3de5dc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Aug 29, 2023

  1. Allow to specify the repository from which the precompiled dependency…

    … should be downloaded. Set the rpath for the created dynamic libraries
    varsill committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7c1b73b View commit details
    Browse the repository at this point in the history
  2. Refactor the code. Improve and unify the API for specification of os …

    …deps (with the use of pkgconfig and precompiled deps). Add Bundlex.OSDeps module.
    varsill committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8d151d5 View commit details
    Browse the repository at this point in the history
  3. Repair the test

    varsill committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    153dba6 View commit details
    Browse the repository at this point in the history
  4. Remove redundant joining

    varsill committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    73b23bd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    2971e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7e3856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    547c67d View commit details
    Browse the repository at this point in the history
  4. Remove unused variable

    varsill committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ca23050 View commit details
    Browse the repository at this point in the history
  5. Format the code

    varsill committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    44ad467 View commit details
    Browse the repository at this point in the history
  6. Make credo happy

    varsill committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    09b9316 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Update the bundlex test with new precompiled deps API. Use --disable-…

    …new-dtags only in GCC
    varsill committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    da40f4d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    f07ba87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d1b68 View commit details
    Browse the repository at this point in the history
  3. Update mix.lock

    varsill committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e4a04ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92fa45f View commit details
    Browse the repository at this point in the history
  5. Add get_target()

    varsill committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    723110c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    d4608b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1003434 View commit details
    Browse the repository at this point in the history
  3. Fix dialyzer

    varsill committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5f970c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    679a5a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    a0bb656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1837f76 View commit details
    Browse the repository at this point in the history
  3. Improve the typespec

    varsill committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6701746 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1db09c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    a7c4b47 View commit details
    Browse the repository at this point in the history
  2. Remove os_resolved_deps

    varsill committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2cc088d View commit details
    Browse the repository at this point in the history
  3. make dialyzer happy

    varsill committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    afc0a75 View commit details
    Browse the repository at this point in the history
  4. Fix a bug

    varsill committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e6c925d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    370a9e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fix unix compile command

    Noarkhh committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b4557f1 View commit details
    Browse the repository at this point in the history
  2. Stop warning

    Noarkhh committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a18ddd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Apply code review suggestions

    Noarkhh committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    430f180 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Fix stderr_to_stdout

    Noarkhh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    74c21a8 View commit details
    Browse the repository at this point in the history
  2. Update example for test

    Noarkhh committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    fc67e2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c5a89d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Try not inhibiting warnings

    Noarkhh committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    91c559b View commit details
    Browse the repository at this point in the history
  2. Inhibit all warnings

    Noarkhh committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e56a0a4 View commit details
    Browse the repository at this point in the history