Skip to content
Snippets Groups Projects
  1. Jan 07, 2016
  2. Dec 24, 2015
  3. Dec 23, 2015
  4. Oct 25, 2015
  5. Oct 20, 2015
  6. Jun 20, 2015
  7. Feb 05, 2015
  8. Feb 04, 2015
  9. Jan 22, 2015
  10. Jan 21, 2015
  11. Jan 20, 2015
  12. Jan 12, 2015
  13. Dec 18, 2014
  14. Dec 16, 2014
  15. Apr 14, 2014
  16. Nov 10, 2013
  17. Aug 27, 2013
  18. Aug 21, 2013
  19. Jul 17, 2013
  20. Jun 01, 2013
    • Wuttke, Joachim's avatar
      correct mfj= · fd7b829b
      Wuttke, Joachim authored
      in doing so, correct two more bugs:
      - access to non-existent element of MOM could cause segfault
      - mfj took Z from wrong input file, which caused crash when merging just 1 file
      merging just 1 file now works, then forbidden
      fd7b829b
  21. Apr 03, 2013
  22. Mar 06, 2013
    • Wuttke, Joachim's avatar
      removed size_t almost completely · 7882fa74
      Wuttke, Joachim authored
        rationale:
        - we accept that Frida will fail for array sizes > 2^15
        - we cannot exclude that complete conversion to size_t would
          cause underflow errors
      warning -Wno-sign-compare
      replace gsl_sort_index by new function triv::sorted_indices
      initialize a few variables to prevent warning
      
      result: no warnings from -pedantic, almost none from -Wall
      7882fa74
    • Wuttke, Joachim's avatar
      clean-up using -pedantic · 8f90143f
      Wuttke, Joachim authored
      declaring most indices as size_t
      this will be reverted immediately
      8f90143f
Loading