Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Aug 06, 2018
  2. Aug 02, 2018
  3. Aug 01, 2018
  4. Jul 30, 2018
    • Martyn Gigg's avatar
      Revert (but cleanup) SingletonHolder implementation · 904e41e5
      Martyn Gigg authored
      MSVC 2017 15.7 contains a bug where constant initialization no longer
      takes place for objects with constructors marked constexpr such as
      once_flag. This leaves once_flag susceptible to dynamic initialization
      order problems and causes some singleton instances to be constructed
      incorrectly. We put back our correct implementation (with some cleanup)
      and await a fix from MS.
      Refs #0
      904e41e5
  5. Jul 26, 2018
  6. Jul 25, 2018
  7. Jul 24, 2018
  8. Jul 19, 2018
  9. Jul 18, 2018
  10. Jul 17, 2018
  11. Jul 13, 2018
  12. Jul 12, 2018
  13. Jul 05, 2018
  14. Jul 02, 2018
  15. Jun 28, 2018
  16. Jun 27, 2018
  17. Jun 26, 2018
  18. Jun 25, 2018
  19. Jun 18, 2018
  20. Jun 14, 2018
  21. May 30, 2018
  22. Apr 23, 2018
  23. Apr 22, 2018
    • Martyn Gigg's avatar
      Replace boost::random with std::random · b573d4dd
      Martyn Gigg authored
      This includes dragging the libcxx implementation of normal_distribution
      and uniform_int_distribution into our source. MSVC, clang and gcc don't
      agree on how this should be implemented leading to problems with
      comparing test results across platforms. Using a single implementation
      gives the same results on each platform.
      b573d4dd
Loading