Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libgit2/libgit2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: aiekick/libgit2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 21, 2019

  1. cmake: add embedded libssh2 as subdirectory

    Due to recent changes to some required defines in libssh2, we now fail
    to build the library correctly. This results from the fact that we're
    manually including libssh2 sources and its include directory into our
    own build infrastructure, which may not be configured as required by
    libssh2.
    
    As libssh2 is driven by CMake as well, we can simply include it as a
    subdirectory and stop caring for its configuration. Instead, we will
    now just link against the generated library and be done with it, without
    caring about the library internals.
    pks-t committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    6955a03 View commit details
    Browse the repository at this point in the history
  2. cmake: make SSH backend selection generic

    Following the HTTPS backend selection, let's make the SSH backend
    selection more generic. Instead of choosing "-DUSE_SSH=(ON|OFF)", one
    can now also set it to an explicit backend. Currently, only two backends
    "libssh2" and "libssh2_embedded" are supported.
    pks-t committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    d51910c View commit details
    Browse the repository at this point in the history
  3. cmake: specify choices for HTTPS, SHA1 and SSH backends

    When setting the STRINGS property for cache variables, CMake GUI will
    present a dropdown box so that the developer may choose one of supplied
    values. Use this feature for HTTPS, SHA1 and SSH backends, which all
    support a fixed set of values, only.
    pks-t committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    da35922 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. fix fro embedded libssh2

    aiekick committed May 12, 2021
    Configuration menu
    Copy the full SHA
    128d4b6 View commit details
    Browse the repository at this point in the history
Loading