Skip to content
Snippets Groups Projects
  1. May 07, 2019
    • 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
    • Lioncash's avatar
      src/CMakeLists: Vertically order compilation flags · 6ca7241b
      Lioncash authored
      Makes it much nicer to visually scan the options. This also starts the
      flag descriptions from the same column for the same reason.
      6ca7241b
  2. May 01, 2019
  3. Apr 30, 2019
  4. Apr 29, 2019
  5. Apr 26, 2019
  6. Apr 25, 2019
  7. Apr 23, 2019
  8. Apr 22, 2019
  9. Apr 21, 2019
  10. Apr 20, 2019
  11. Apr 19, 2019
Loading