1. 17 May, 2019 7 commits
  2. 14 May, 2019 5 commits
  3. 09 May, 2019 27 commits
  4. 07 May, 2019 1 commit
    • Lioncash's avatar
      src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags · 70c6506a
      Lioncash authored
      The C++ standard allows constexpr variables declared with the extern
      keyword to have external linkage. Previously MSVC wasn't abiding by
      this. This just makes the compiler more standards compliant during
      builds.
      
      Given we currently don't make use of anything that would break by this,
      this is safe to enable.
      70c6506a