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