Skip to content
Snippets Groups Projects
  1. Mar 31, 2020
  2. Mar 27, 2020
  3. Nov 27, 2019
  4. Nov 22, 2019
  5. Oct 31, 2019
  6. Oct 14, 2019
  7. Aug 24, 2019
  8. Aug 07, 2019
  9. Aug 01, 2019
    • Daniel Bevenius's avatar
      Fix build failure for --disable-shared · 90466b2c
      Daniel Bevenius authored
      Currently, when configuring with --disable-shared the following error is
      generated when running make check:
      make[2]: *** No rule to make target `../lib/.libs/*.o',
      needed by `main'.  Stop.
      make[2]: *** Waiting for unfinished jobs....
      
      This commit adds a conditional for this case.
      90466b2c
  10. Jul 27, 2019
  11. Mar 25, 2019
  12. Mar 24, 2019
  13. Mar 01, 2019
  14. Feb 28, 2019
  15. Jan 19, 2018
  16. Dec 19, 2017
  17. Oct 22, 2017
  18. Aug 18, 2017
  19. Aug 08, 2017
  20. Aug 07, 2017
    • Nick Jones's avatar
      Improve ease of debugging of client/server examples · 04f4f3e5
      Nick Jones authored
      - Define new CFLAGS in debug mode:
        - enable full embedding of debugging symbols
        - lower optimisation to avoid 'jumping' in gdb
        - enable stricter compiler warnings
      - mitigate compiler warnings in client example
      - Build client and server executables as binaries to
        allow them to be invoked directly by gdb
      04f4f3e5
  21. Jun 24, 2017
  22. Jun 16, 2017