1. 24 Nov, 2020 3 commits
  2. 21 Nov, 2020 3 commits
  3. 01 Oct, 2020 2 commits
  4. 13 Aug, 2020 1 commit
    • Jeroen Roovers's avatar
      Simplify configure check for fmin · 00bc6dad
      Jeroen Roovers authored
      AC_TRY_LINK is deprecated and users are encouraged to replace it with
      AC_LINK_IFELSE. However, AC_SEARCH_LIBS uses AC_LINK_IFELSE internally
      and does exactly what we need here: test whether an `fmin` symbol is
      already resolved or if libm will resolve it, neatly avoiding autoconf
      caching and AC_TRY_LINK/AC_LINK_IFELSE pitfalls. So just use that.
      00bc6dad
  5. 15 Jun, 2020 3 commits
  6. 14 Jun, 2020 3 commits
  7. 13 Jun, 2020 3 commits
  8. 12 Jun, 2020 2 commits
  9. 09 Jun, 2020 5 commits
  10. 08 Jun, 2020 4 commits
  11. 05 Jun, 2020 4 commits
  12. 04 Jun, 2020 3 commits
  13. 03 Jun, 2020 4 commits