Skip to content
Snippets Groups Projects
  1. Dec 20, 2022
  2. Oct 11, 2022
  3. Aug 01, 2022
  4. May 16, 2022
  5. Mar 28, 2022
  6. Feb 15, 2022
  7. Jan 18, 2022
  8. Nov 23, 2021
  9. Oct 23, 2021
  10. Oct 15, 2021
  11. Aug 31, 2021
  12. Jun 23, 2021
  13. May 27, 2021
  14. May 07, 2021
  15. May 06, 2021
  16. May 04, 2021
    • Julian Bouzas's avatar
      lib: add wpipc library · 795df4b6
      Julian Bouzas authored
      Simple library that uses sockets for inter-process communication. It provides an
      API to create server and client objects. Users can add custom handlers in the
      server, and clients can send requests for those custom handlers.
      795df4b6
  17. Apr 15, 2021
  18. Apr 12, 2021
  19. Apr 09, 2021
  20. Feb 25, 2021
  21. Feb 23, 2021
  22. Feb 11, 2021
  23. Feb 03, 2021
  24. Jan 23, 2021
    • George Kiagiadakis's avatar
      meson: add 'system-lua' project option to toggle the bundled lua · 40ce5f0d
      George Kiagiadakis authored
      By default system-lua=false, so the bundled version is built.
      
      The default_library for the lua subproject is also set to static
      now, so that we don't need to install liblua and mess up the system.
      For existing build trees, this needs to be switched manually now with
      -Dlua:default_library=static (or just wipe the build dir and start clean)
      40ce5f0d
  25. Jan 21, 2021
  26. Jan 14, 2021
  27. Dec 20, 2020
  28. Dec 01, 2020
  29. Nov 16, 2020
  30. Nov 15, 2020
  31. Nov 13, 2020
Loading