Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Sep 17, 2016
  2. Sep 14, 2016
  3. Sep 13, 2016
  4. Sep 12, 2016
  5. Sep 11, 2016
  6. Sep 09, 2016
  7. Sep 02, 2016
  8. Sep 01, 2016
  9. Aug 31, 2016
  10. Aug 29, 2016
  11. Aug 25, 2016
  12. Aug 24, 2016
  13. Aug 22, 2016
  14. Aug 08, 2016
  15. Aug 05, 2016
  16. Aug 02, 2016
    • Simon Heybrock's avatar
      Re #17061. Removed bad cast from int64 to int32, fixing OSX issues? · 515a6bd6
      Simon Heybrock authored
      Previously the index type was size_t, i.e., also 64 bit, but actually
      contained the spectrum number, which was 32 bit, so casting to an int
      did not cause trouble. Now we are using the this pointer as index, and
      the values exceed 32 bit. This might explain the failing unit tests on
      OSX (clang).
      515a6bd6
  17. Jul 29, 2016
Loading