Skip to content
Snippets Groups Projects
  1. Aug 24, 2019
  2. Aug 07, 2019
  3. 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
  4. Jul 27, 2019
  5. Mar 25, 2019
  6. Mar 24, 2019
  7. Mar 01, 2019
  8. Feb 28, 2019
  9. Jan 19, 2018
  10. Dec 19, 2017
  11. Oct 22, 2017
  12. Aug 18, 2017
  13. Aug 08, 2017
  14. 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
  15. Jun 24, 2017
  16. Jun 16, 2017