Skip to content
Snippets Groups Projects
  1. Oct 10, 2017
  2. Oct 08, 2017
  3. Oct 06, 2017
  4. Oct 03, 2017
  5. Sep 22, 2017
  6. Sep 05, 2017
  7. Aug 30, 2017
  8. Aug 18, 2017
  9. Aug 11, 2017
  10. Aug 08, 2017
  11. Aug 07, 2017
  12. Aug 05, 2017
  13. Aug 04, 2017
  14. Aug 03, 2017
  15. Jul 19, 2017
  16. Jul 16, 2017
  17. Jul 03, 2017
  18. Jun 21, 2017
  19. Jun 20, 2017
  20. Jun 19, 2017
  21. Jun 06, 2017
  22. May 04, 2017
  23. Apr 26, 2017
  24. Apr 21, 2017
  25. Mar 21, 2017
  26. Mar 10, 2017
  27. Mar 07, 2017
  28. Mar 06, 2017
    • Jakub Jirůtka's avatar
      fix LD_LIBRARY_PATH in makefiles to not use semicolon · c8f132e7
      Jakub Jirůtka authored
      The current makefiles generate invalid LD_LIBRARY_PATHs like:
      
          LD_LIBRARY_PATH="../alib2std/lib-release;../alib2common/lib-release;lib-release" test-bin-release/alib2test
      
      Standard directory separator on Unix/Linux systems is a colon. I found
      that semicolon may be used to separate two lists of directories - the
      first one is searched before the list(s) supplied on the command line,
      the second one is searched after. But that's apparently not the case
      here.
      
      It seems that glibc doesn't care about it, because it somehow works on
      Jenkins that runs on Gentoo. However, more correct libc libraries, like
      musl libc, do care about it and don't accept such LD_LIBRARY_PATH.
      c8f132e7
    • Jan Trávníček's avatar
      take out cppunit private macros · cd3a9e12
      Jan Trávníček authored
      cd3a9e12
  29. Feb 21, 2017
  30. Jan 11, 2017
Loading