Skip to content
  1. Oct 20, 2014
    • Peter Wu's avatar
      cmake: generate pkg-config and curl-config · 8ed66f98
      Peter Wu authored
      
      
      Initial work to generate a pkg-config and curl-config script. Static
      linking (`curl-config --static-libs` and `pkg-config --shared --libs
      libcurl`) is broken and therefore disabled.
      
      CONFIGURE_OPTIONS does not make sense for CMake, use an empty string
      for now.
      
      At least `curl-config --features` and `curl-config --protocols` work
      which is needed by runtests.pl.
      
      Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
      8ed66f98
    • Peter Wu's avatar
      cmake: use LIBCURL_VERSION from curlver.h · 8478b403
      Peter Wu authored
      
      
      This matches the behavior from autotools. The auxiliary major, minor
      and patch components are not needed anymore and therefore removed.
      
      Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
      8478b403
    • Peter Wu's avatar
      cmake: add SUPPORT_FEATURES and SUPPORT_PROTOCOLS · 2a2bb78c
      Peter Wu authored
      
      
      For compatibility with autoconf, it will be used later for curl-config
      and pkg-config. Not all features and or protocols can be enabled as
      these are missing additional checks (see new TODOs).
      
      SUPPORT_PROTOCOLS is partially scripted (grep for SUPPORT_PROTOCOLS=)
      and manually verified/modified. SUPPORT_FEATURES is manually added.
      
      Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
      2a2bb78c
  2. Oct 17, 2014
  3. Oct 16, 2014
  4. Oct 15, 2014
  5. Oct 14, 2014
  6. Oct 13, 2014
  7. Oct 12, 2014
  8. Oct 10, 2014
  9. Oct 09, 2014