1. 03 Aug, 2018 7 commits
  2. 27 Jul, 2018 2 commits
  3. 23 Jul, 2018 1 commit
  4. 20 Jul, 2018 1 commit
  5. 18 Jul, 2018 4 commits
  6. 17 Jul, 2018 4 commits
  7. 16 Jul, 2018 10 commits
  8. 12 Jul, 2018 3 commits
  9. 11 Jul, 2018 2 commits
  10. 09 Jul, 2018 2 commits
  11. 07 Jul, 2018 1 commit
  12. 06 Jul, 2018 1 commit
    • Adam Cozzette's avatar
      Fix initialization with Visual Studio · a9abc783
      Adam Cozzette authored
      It appears that Visual Studio does not work well with std::once_flag
      because it has a bug causing it to initialize that during dynamic
      initialization instead of constant initialization. This change works
      around the problem by using function static initializers instead.
      
      @gerben-s originally wrote this change for the Google-internal codebase
      but I am just cherry-picking it here.
      
      This fixes #4773.
      a9abc783
  13. 25 Jun, 2018 1 commit
  14. 22 Jun, 2018 1 commit