Skip to content
Snippets Groups Projects
  1. May 14, 2012
    • Markus Blatt's avatar
      Bugfix: · 36b8be28
      Markus Blatt authored
      During redistribution of the data objects were created with new and
      deallocated using the allocator. This works for the standard allocator
      but might break with others. This fix prevents this behaviour by using
      the allocator for the creation and allocation, too.
      Additionally, it prevents false positive during memory leak detection
      of valgrind. 
      
      Should fix flyspray #1047!
      
      I'll leave it to the relase manager to decide whether to merge this to
      the release.
      
      [[Imported from SVN: r1581]]
      36b8be28
    • Markus Blatt's avatar
      Added a warning. Please merge to relase. · e589b257
      Markus Blatt authored
      [[Imported from SVN: r1579]]
      e589b257
  2. May 02, 2012
  3. May 01, 2012
  4. Apr 30, 2012
  5. Apr 27, 2012
  6. Apr 26, 2012
  7. Apr 25, 2012
  8. Apr 23, 2012
  9. Apr 19, 2012
  10. Apr 15, 2012
  11. Mar 14, 2012
  12. Mar 07, 2012
    • Christian Engwer's avatar
      [solvers] · adb98b2b
      Christian Engwer authored
      * use std::abs and std::sqrt instead of fabs and sqrt
      * use real_type instead of double to (hopefully) fix probelms with std::complex
      
      [[Imported from SVN: r1540]]
      adb98b2b
    • Christian Engwer's avatar
      [indentation] · 97b52726
      Christian Engwer authored
      remove tabs from solvers.hh and fix indentation
      
      [[Imported from SVN: r1539]]
      97b52726
  13. Feb 15, 2012
  14. Feb 13, 2012
  15. Feb 12, 2012
  16. Feb 11, 2012
Loading