Skip to content
Snippets Groups Projects
  1. Feb 22, 2025
  2. Feb 21, 2025
  3. Feb 03, 2025
  4. Feb 02, 2025
  5. Feb 01, 2025
  6. Jan 31, 2025
  7. Jan 30, 2025
  8. Jan 29, 2025
  9. Jan 25, 2025
  10. Jan 23, 2025
  11. Jan 17, 2025
  12. Jan 16, 2025
  13. Jan 08, 2025
  14. Jan 07, 2025
  15. Jan 06, 2025
  16. Dec 31, 2024
  17. Dec 29, 2024
    • Stéphane Del Pino's avatar
      Add plugin loading mechanism · 16dc7bcf
      Stéphane Del Pino authored
      Plugins are loaded through environment variables. Two environment
      variables are read: PUGS_PLUGIN and PUGS_PLUGIN_DIR
      
      - PUGS_PLUGIN is a string literal that contains the filename of the
      dynamic library that contains plugins. One can provide multiple
      filename using semicolumn separators.
        ex. PUGS_PLUGIN="/path/to/my/libplugin1.so;/anotherpath/to/another/libplugin2.so"
      
      - PUGS_PLUGIN_DIR is a string literal that contains directory path
      where plugins (dynamic libraries) are.  One can provide multiple path
      using semicolumn separators. All the dynamic libraries present at the
      locations are loaded!
        ex. PUGS_PLUGIN="/path/to/a/plugin/list/;/anotherpath/to/another/plugin/list/"
      16dc7bcf
  18. Dec 27, 2024
  19. Dec 24, 2024
  20. Nov 16, 2024
Loading