Skip to content
Snippets Groups Projects
  1. Jun 20, 2017
  2. Jun 19, 2017
  3. Jun 06, 2017
  4. Apr 26, 2017
  5. Mar 10, 2017
  6. Mar 07, 2017
  7. 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
  8. Feb 21, 2017
  9. Nov 08, 2016
  10. Oct 10, 2016
  11. Aug 05, 2016
  12. May 27, 2016
  13. Apr 12, 2016
  14. Mar 29, 2016
  15. Feb 29, 2016
  16. Dec 19, 2015
  17. Jun 17, 2015
  18. Jun 16, 2015
  19. Jun 09, 2015
  20. Jun 07, 2015
  21. Jun 03, 2015
  22. May 21, 2015
    • Jan Trávníček's avatar
      Revert "+feature compile by llvm" use CXX=clang++ · b1b1b8c4
      Jan Trávníček authored
      This reverts commit 4453a5cd.
      
      Conflicts:
      	acompaction2/makefile
      	acompare2/makefile
      	aconversions2/makefile
      	aconvert2/makefile
      	aderivation2/makefile
      	adeterminize2/makefile
      	aecho2/makefile
      	aepsilon2/makefile
      	agenerate2/makefile
      	aintegral2/makefile
      	alangop2/makefile
      	aminimize2/makefile
      	anormalize2/makefile
      	arand2/makefile
      	arename2/makefile
      	areverse2/makefile
      	arun2/makefile
      	astat2/makefile
      	astringology2/makefile
      	atrim2/makefile
      	tniceprint/makefile
      b1b1b8c4
  23. May 11, 2015
  24. May 02, 2015
  25. Apr 27, 2015
  26. Apr 12, 2015
  27. Oct 11, 2014
  28. Oct 10, 2014
  29. Oct 09, 2014
  30. Oct 07, 2014
  31. Oct 06, 2014
  32. Sep 05, 2014
  33. Jul 15, 2014
  34. Jul 14, 2014
Loading