Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Sep 13, 2016
  2. Sep 02, 2016
  3. Sep 01, 2016
  4. Aug 31, 2016
  5. Aug 29, 2016
  6. Aug 25, 2016
  7. Aug 24, 2016
  8. Aug 22, 2016
  9. Aug 08, 2016
  10. Aug 05, 2016
  11. 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
  12. Jul 29, 2016
  13. Jul 28, 2016
  14. Jul 26, 2016
  15. Jul 25, 2016
  16. Jul 22, 2016
  17. Jul 21, 2016
  18. Jul 20, 2016
Loading