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

ENT-11573: Added leech to deps-packaging #1406

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Apr 29, 2024

  1. Added leech to deps-packaging

    Ticket: ENT-11573
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d510da6 View commit details
    Browse the repository at this point in the history
  2. Add HP-UX and Solaris build stuff

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cdbc008 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. For some reason autoreconf gets called on make

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5f97282 View commit details
    Browse the repository at this point in the history
  2. Added MinGW stuff

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a21e9ed View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Fixed missing header error on Windows

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 2, 2024
    Configuration menu
    Copy the full SHA
    95e65bf View commit details
    Browse the repository at this point in the history
  2. Removed unused function that caused Windows to fail

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 2, 2024
    Configuration menu
    Copy the full SHA
    963fed6 View commit details
    Browse the repository at this point in the history
  3. Fixed issue with mkdir on Windows

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f8edab9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Fixed issue with dynamic library loading on Windows

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e9224a0 View commit details
    Browse the repository at this point in the history
  2. Fixed include guard for module loading on Windows

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 3, 2024
    Configuration menu
    Copy the full SHA
    af46826 View commit details
    Browse the repository at this point in the history
  3. Touch config.h.in to avoid autoreconf on Windows

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 3, 2024
    Configuration menu
    Copy the full SHA
    524037e View commit details
    Browse the repository at this point in the history
  4. Include windows.h instead of libloader.h

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 3, 2024
    Configuration menu
    Copy the full SHA
    059e624 View commit details
    Browse the repository at this point in the history
  5. Enable shared / disable static

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4866444 View commit details
    Browse the repository at this point in the history
  6. Add no undefined option to configure

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d42ddb0 View commit details
    Browse the repository at this point in the history
  7. Support windows dll's

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2142354 View commit details
    Browse the repository at this point in the history
  8. Remove explicit linking of -ldl and -lm

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8041dd7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Fixed some compiler warnings on Solaris

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    aa23510 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Fixed some strict compiler warnings

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    73c1f8b View commit details
    Browse the repository at this point in the history
  2. Only -Werror in debug mode

    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    766e01b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Fixed build script for HP-UX

    It tried to copy libyaml, due to copy pasta
    
    Ticket: None
    Changelog: None
    Signed-off-by: Lars Erik Wik <[email protected]>
    larsewi committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8cadbdb View commit details
    Browse the repository at this point in the history