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 18, 2018
  9. Jul 17, 2018
  10. Jul 13, 2018
  11. Jul 12, 2018
  12. Jul 05, 2018
  13. Jul 03, 2018
  14. Jul 02, 2018
  15. Jun 28, 2018
  16. Jun 27, 2018
  17. Jun 26, 2018
  18. Jun 25, 2018
  19. Jun 21, 2018
  20. Jun 20, 2018
Loading