Skip to content
Snippets Groups Projects
  1. Feb 25, 2021
  2. Feb 24, 2021
  3. Feb 22, 2021
  4. Feb 19, 2021
  5. Feb 18, 2021
  6. Feb 03, 2021
  7. Feb 01, 2021
  8. Jan 28, 2021
  9. Jan 26, 2021
  10. Jan 21, 2021
  11. Jan 14, 2021
  12. Jan 13, 2021
  13. Jan 11, 2021
  14. Jan 05, 2021
  15. Jan 04, 2021
  16. Dec 04, 2020
  17. Dec 03, 2020
  18. Nov 25, 2020
  19. Nov 24, 2020
  20. Nov 20, 2020
  21. Nov 19, 2020
  22. Nov 17, 2020
  23. Nov 10, 2020
  24. Oct 22, 2020
  25. Oct 07, 2020
  26. Oct 06, 2020
  27. Oct 02, 2020
  28. Sep 29, 2020
    • Simon McVittie's avatar
      libsrt: Explicitly control symbol visibility · a34c5c8b
      Simon McVittie authored
      
      Instead of having symbols visible by default (which included
      compatibility symbols for older versions of GLib), hide them by default
      (equivalent to G_GNUC_INTERNAL) and export only what we need.
      
      This means we export the public API, plus symbols that are used by the
      unit tests or by the command-line diagnostic tools. Symbols used only
      by pressure-vessel do not need to be exported, since it links libsrt
      statically.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      a34c5c8b
Loading