Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
  2. Jul 03, 2022
  3. Jun 30, 2022
  4. Jun 28, 2022
  5. Feb 23, 2022
  6. Sep 16, 2021
  7. Sep 05, 2021
  8. Dec 04, 2020
  9. Oct 06, 2020
  10. Jun 30, 2020
    • Alexandre Janniaux's avatar
      compat: tfind: fix prototype · e1c1eac1
      Alexandre Janniaux authored
      Use prototype from tsearch(3), fixes the following warning when
      targetin Android arm API 17.
      
      ../../src/misc/variables.c:154:32: warning: passing 'void **' to
      parameter of type 'const void **' discards qualifiers in nested
      pointer types [-Wincompatible-pointer-types-discards-qualifiers]
      
          pp_var = tfind( &psz_name, &priv->var_root, varcmp );
                                     ^~~~~~~~~~~~~~~
      e1c1eac1
  11. Mar 24, 2020
  12. Feb 20, 2020
  13. Sep 04, 2019
  14. Jul 26, 2019
  15. Apr 14, 2019
  16. Jan 22, 2019
  17. Nov 20, 2018
    • Rémi Denis-Courmont's avatar
      compat: replace qsort_r() where missing · 5ffb9dfe
      Rémi Denis-Courmont authored
      This should sort properly on Windows and any other platform without
      qsort_r(). It does _not_ fix any potential issues on any platforms with
      an incompatible qsort_r() prototype (such as FreeBSD < 13).
      5ffb9dfe
  18. Oct 23, 2018
  19. Jun 17, 2018
  20. May 15, 2018
  21. Apr 12, 2018
  22. Mar 13, 2018
  23. Feb 25, 2018
  24. Feb 22, 2018
  25. Feb 20, 2018
    • Rémi Denis-Courmont's avatar
      compat: add tdestroy() · 320938b4
      Rémi Denis-Courmont authored
      This adds a thread-safe tdestroy() replacement for systems without it
      but with tfind(). This should fix linking failures on BSD.
      320938b4
  26. Jul 06, 2017
  27. Jun 22, 2017
  28. Jun 19, 2017
  29. Jun 17, 2017
  30. Mar 31, 2017
Loading