Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 25, 2017
  3. Sep 22, 2017
  4. 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
  5. Sep 15, 2017
  6. Sep 10, 2017
  7. Sep 08, 2017
  8. Sep 05, 2017
  9. Aug 28, 2017
  10. Aug 19, 2017
  11. Aug 18, 2017
  12. Aug 17, 2017
  13. Aug 16, 2017
  14. Jul 25, 2017
  15. Jul 24, 2017
  16. Jul 23, 2017
  17. Jun 28, 2017
  18. Jun 26, 2017
  19. Jun 25, 2017
  20. Jun 24, 2017
  21. Jun 20, 2017
  22. Jun 19, 2017
  23. Jun 15, 2017
    • Giovanni Bussi's avatar
      Further fix · dedd968a
      Giovanni Bussi authored
      After d669afb2 there was still
      a fix in EffectiveEnergyDrift.cpp when a domain had zero atoms.
      
      This could affect real calculations, so I think this fix should be
      backported to v2.3
      
      Fixes #246
      
      (cherry picked from commit 97d7c422)
      dedd968a
    • Giovanni Bussi's avatar
      Fix #246 · 1172a0b4
      Giovanni Bussi authored
      There was a bug in driver with --debug-pd when, unluckily, the
      last domain had by chance zero atoms
      
      (cherry picked from commit d669afb2)
      1172a0b4
Loading