1. 14 Mar, 2017 4 commits
    • 🏁 added parentheses around max/min calls #506 · 95474e42
      Niels Lohmann authored
      When <Windows.h> is included with MSVC, a macro NOMINMAX is defined
      that yields compilation errors when max/min calls are encountered. This
      can be fixed by un-defining NOMINMAX, or by placing parentheses around
      all min/max calls. We chose the latter.
    • 🚑 added special case to fuzzers to fix #504 · b026591e
      Niels Lohmann authored
      Since #329, NaN and inf numbers do not yield an exception, but are
      stored internally and are dumped as “null”. This commit adjusts the
      fuzz testers to deal with this special case.
    • 🚑 fix for #500 · bfe4788e
      Niels Lohmann authored
      Removed a check that already failed in MSVC.
    • 💄 fixed indentation · 84072fbd
      Niels Lohmann authored
  2. 13 Mar, 2017 1 commit
  3. 12 Mar, 2017 13 commits
  4. 11 Mar, 2017 13 commits
  5. 09 Mar, 2017 1 commit
    • 🚑 fix for #492 · 758c4add
      Niels Lohmann authored
      The original test case relied on an invalidated iterator. This error
      did not occur before, but only with GCC with -D_GLIBCXX_DEBUG. This
      commit fixes the test case. The library is unaffected by this change.
  6. 08 Mar, 2017 7 commits
  7. 07 Mar, 2017 1 commit