Skip to content
Snippets Groups Projects
  1. May 25, 2020
  2. 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
  3. May 07, 2020
  4. May 05, 2020
  5. Apr 30, 2020
  6. Apr 29, 2020
  7. Apr 20, 2020
    • Alexander Grund's avatar
      FindBoost: Add support for Boost 1.73 · 9daf79c5
      Alexander Grund authored and Brad King's avatar Brad King committed
      Run `Utilities/Scripts/BoostScanDeps.cmake` with the Boost 1.73.0
      sources to compute dependencies.
      
      This includes a new Boost.Nowide library.
      
      Special case: Boost.Filesystem is an optional dependency as the include
      is only required to make Boost.Filesystem use UTF-8 paths on user
      request
      9daf79c5
    • Alexander Grund's avatar
      BoostScanDeps: Fix typo in numpy handling · 56b3375f
      Alexander Grund authored and Brad King's avatar Brad King committed
      Fix a typo from commit e66e8e89 (BoostScanDeps: Special case python
      and numpy and variants, 2017-08-22, v3.10.0-rc1~229^2~1).
      56b3375f
  8. Apr 17, 2020
  9. Apr 15, 2020
    • Jiri Malak's avatar
      setup-user: restore portability · 22aff636
      Jiri Malak authored and Brad King's avatar Brad King committed
      Changes in commit 5129e972 (setup-user: switch to git-var to check if
      username and e-mail are set, 2019-11-24, v3.17.0-rc1~379^2) now require
      the `rev` and `cut` tools to be available.  Revise the logic to use that
      approach only when they are available, and otherwise fall back to the
      previous more portable approach.
      
      Co-Author: Brad King <brad.king@kitware.com>
      22aff636
  10. Apr 07, 2020
  11. Apr 03, 2020
  12. Apr 01, 2020
  13. Mar 23, 2020
  14. Mar 06, 2020
  15. Mar 04, 2020
  16. Mar 03, 2020
  17. Mar 02, 2020
  18. Feb 25, 2020
  19. Feb 24, 2020
  20. Feb 13, 2020
Loading