Skip to content
Snippets Groups Projects
  1. Aug 04, 2015
  2. Aug 03, 2015
    • Ben Boeckel's avatar
      hdf5: fix long long format detection · a4cf06de
      Ben Boeckel authored
      The code does a loop itself, so just run it once and use its output as
      the result.
      
      In fact, this code would always return "ll" because if the file had a
      right answer, it would return 0 for it, but then think it was "ll" that
      passed, not one of the formats in the file.
      a4cf06de
    • Ben Boeckel's avatar
      hdf5: detect %I64d specifier · 71894112
      Ben Boeckel authored
      MSVC2015 has long long and uses I64 as the modifier. Other modifiers
      cause the standard library to throw up runtime errors and causes the
      test to fail.
      71894112
    • Ben Boeckel's avatar
      vtkEnSightReader: refactor a call · 385e0e76
      Ben Boeckel authored
      MSVC2015 ICE's without this in the optimizer somewhere. It's better this
      way anyways.
      385e0e76
  3. Jul 30, 2015
  4. Jul 24, 2015
  5. Jul 23, 2015
  6. Jul 20, 2015
  7. Jul 19, 2015
  8. Jul 18, 2015
  9. Jul 17, 2015
Loading