Skip to content
Snippets Groups Projects
  1. Oct 16, 2017
  2. Oct 11, 2017
  3. Oct 08, 2017
  4. Oct 03, 2017
  5. Oct 02, 2017
  6. Sep 29, 2017
  7. Sep 28, 2017
  8. Sep 26, 2017
    • Giovanni Bussi's avatar
      changelog · 1775a944
      Giovanni Bussi authored
      [makedoc]
      1775a944
    • Giovanni Bussi's avatar
      Further improvement in ld -r stuff · d7f93df5
      Giovanni Bussi authored
      Added in the list of options to be tested:
      $($CXX --print-prog-name=ld) -r -o
      As suggested by @alalazo
      
      Since this option appears to work also with old compilers, I try
      it as a first option.
      
      See #291
      d7f93df5
  9. Sep 25, 2017
  10. Sep 22, 2017
  11. Sep 21, 2017
    • Giovanni Bussi's avatar
      changelog · 5f100830
      Giovanni Bussi authored
      5f100830
    • Giovanni Bussi's avatar
      Using install_name_tool also on not-installed libraries · cf58668e
      Giovanni Bussi authored
      This change allows to load libraries locate in src/lib more easily
      on a mac. Notice that traditionally this was solved by setting
      DYLD_LIBRARY_PATH. However, as of osx Capitan, DYLD_LIBRARY_PATH
      does not work correctly. Fixing the installed path with
      install_name_tool should solve the issue.
      
      (backported from master)
      cf58668e
  12. Sep 15, 2017
  13. Sep 10, 2017
  14. Sep 08, 2017
  15. Sep 05, 2017
  16. Aug 28, 2017
Loading