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