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