Skip to content
Snippets Groups Projects
  1. May 20, 2020
    • Brad King's avatar
      curl: Avoid checking 'send' and 'recv' signatures · 0a46eb11
      Brad King authored
      cURL detects the `send` and `recv` signatures using a large loop
      of `try_compile` checks.  The results are used for the following:
      
      * Casting argument types in calls to `send` and `recv`, perhaps
        to avoid conversion warnings.  We compile with `-w` anyway.
      
      * Providing debug variants for `CURLDEBUG`, which we do not use.
      
      Replace the detection loops with hard-coded results that should work
      well enough everywhere.  This significantly reduces the number of
      configure-time checks for building CMake on some platforms.
      0a46eb11
  2. May 19, 2020
  3. May 18, 2020
  4. May 17, 2020
  5. May 16, 2020
  6. May 15, 2020
Loading