Skip to content
Snippets Groups Projects
  1. Mar 10, 2017
  2. Mar 07, 2017
  3. 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
  4. Feb 21, 2017
  5. Dec 21, 2016
  6. Dec 20, 2016
  7. Dec 13, 2016
  8. Dec 06, 2016
  9. Nov 09, 2016
  10. Nov 02, 2016
  11. Oct 10, 2016
  12. Sep 05, 2016
  13. Sep 01, 2016
  14. Aug 25, 2016
  15. Aug 24, 2016
  16. Aug 21, 2016
  17. Aug 05, 2016
  18. May 27, 2016
  19. Apr 15, 2016
  20. Apr 14, 2016
  21. Apr 13, 2016
  22. Apr 12, 2016
  23. Mar 29, 2016
  24. Feb 29, 2016
  25. Feb 25, 2016
  26. Feb 19, 2016
  27. Feb 11, 2016
  28. Feb 09, 2016
  29. Dec 19, 2015
  30. Aug 15, 2015
Loading