kornman00 9ffdf1ac1d Changes I've been sitting on since December
Change the language standard from MSVC's default stdcpp14 to stdcpp17. Haven't evaluated what issues may or may not be present when going to stdcpp20.
Enable string pooling and multiprocessor compilation.
Use C++11 `[[fallthrough]]` and `[[maybe_unused]]` attributes.
Use std::size for getting lengths of C arrays at compile time.
Resave converters.cpp and ufojson_core.cpp as UTF8 with BOM.
Address various signed/unsigned warnings.
Add nipcap_date_is_year_valid helper to deal with year values coming in as `int` but the constants being `uint32_t` (signed/unsigned mismatches).

Fix constructor member initialization order issue in pjson.h.
Explicitly handle some cJSONValueType's which have no conversions to silence unhandled enums warnings.

Fix missing comma in g_cap_exceptions list.
2024-01-20 14:34:26 -08:00
..