[phobos] [D-Programming-Language/phobos] 592ce2: dynamically load libcurl

GitHub via phobos phobos at puremagic.com
Sat Aug 22 09:36:48 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 592ce24379864639e26df4032ceda657e7403ee8
      https://github.com/D-Programming-Language/phobos/commit/592ce24379864639e26df4032ceda657e7403ee8
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

  Changed paths:
    M changelog.dd
    M etc/c/curl.d
    M posix.mak
    M std/net/curl.d

  Log Message:
  -----------
  dynamically load libcurl

- avoids issues with versioned symbols on different platforms
- lazy loading/initialization of curl library
- fix Issue 13324
- try to load curl from the exe itself before loading a shared library
  thus allowing to link against a different or a static curl library


  Commit: de08b920ad1ac351e64a48b05498c24d6dbcc6bc
      https://github.com/D-Programming-Language/phobos/commit/de08b920ad1ac351e64a48b05498c24d6dbcc6bc
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

  Changed paths:
    M changelog.dd
    M etc/c/curl.d
    M posix.mak
    M std/net/curl.d

  Log Message:
  -----------
  Merge pull request #3009 from MartinNowak/loadCurlAtRuntime

dynamically load libcurl


Compare: https://github.com/D-Programming-Language/phobos/compare/6df5d551fd8a...de08b920ad1a


More information about the phobos mailing list