| LOW | CMakeLists.txt | 1 | cmake_minimum_required(VERSION 3.5...4.0) |
| LOW | README.md | 681 | // { |
| LOW | tools/amalgamate/amalgamate.py | 1 | #!/usr/bin/env python3 |
| LOW | include/nlohmann/ordered_map.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/ordered_map.hpp | 241 | |
| LOW | include/nlohmann/json.hpp | 21 | // Workaround for GCC template redefinition errors in C++ modules |
| LOW | include/nlohmann/json.hpp | 41 | #include <utility> // declval, forward, move, pair, swap |
| LOW | include/nlohmann/json.hpp | 61 | #include <nlohmann/detail/json_ref.hpp> |
| LOW | include/nlohmann/json.hpp | 181 | /// how to treat decoding errors |
| LOW | include/nlohmann/json.hpp | 321 | return result; |
| LOW | include/nlohmann/json.hpp | 801 | #endif |
| LOW | include/nlohmann/json.hpp | 4041 | } |
| LOW | include/nlohmann/json.hpp | 5361 | #if defined(__GNUC__) && !defined(__clang__) && __cplusplus >= 202002L |
| LOW | include/nlohmann/adl_serializer.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/byte_container_with_subtype.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/json_fwd.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/hash.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/json_ref.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/value_t.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/string_concat.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/string_utils.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/macro_scope.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/macro_scope.hpp | 21 | #if !defined(JSON_SKIP_UNSUPPORTED_COMPILER_CHECK) |
| LOW | include/nlohmann/detail/macro_scope.hpp | 41 | #define JSON_HAS_CPP_14 |
| LOW | include/nlohmann/detail/macro_scope.hpp | 61 | #ifdef __has_include |
| LOW | include/nlohmann/detail/macro_scope.hpp | 81 | // std::filesystem does not work on MinGW GCC 8: https://sourceforge.net/p/mingw-w64/bugs/737/ |
| LOW | include/nlohmann/detail/macro_scope.hpp | 101 | #undef JSON_HAS_FILESYSTEM |
| LOW | include/nlohmann/detail/macro_scope.hpp | 121 | #endif |
| LOW | include/nlohmann/detail/macro_scope.hpp | 141 | #define JSON_HAS_RANGES 1 |
| LOW | include/nlohmann/detail/macro_scope.hpp | 161 | #if JSON_HEDLEY_HAS_ATTRIBUTE(no_unique_address) |
| LOW | include/nlohmann/detail/macro_scope.hpp | 181 | #include <cstdlib> |
| LOW | include/nlohmann/detail/macro_scope.hpp | 201 | #define JSON_INTERNAL_CATCH JSON_CATCH_USER |
| LOW | include/nlohmann/detail/macro_scope.hpp | 401 | #define NLOHMANN_JSON_PASTE5(func, v1, v2, v3, v4) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_JSON_PASTE4(func, v2, v3, v4) |
| LOW | include/nlohmann/detail/macro_scope.hpp | 421 | #define NLOHMANN_JSON_PASTE25(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19 |
| LOW | include/nlohmann/detail/macro_scope.hpp | 441 | #define NLOHMANN_JSON_PASTE45(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19 |
| LOW | include/nlohmann/detail/macro_scope.hpp | 521 | NLOHMANN_JSON_DOUBLE_PASTE5, \ |
| LOW | include/nlohmann/detail/macro_scope.hpp | 541 | #define NLOHMANN_JSON_DOUBLE_PASTE33(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v |
| LOW | include/nlohmann/detail/macro_scope.hpp | 761 | \ |
| LOW | include/nlohmann/detail/macro_scope.hpp | 781 | #ifndef JSON_USE_GLOBAL_UDLS |
| LOW | include/nlohmann/detail/json_pointer.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/json_pointer.hpp | 721 | // - slash: position of the last read slash (or end of string) |
| LOW | include/nlohmann/detail/exceptions.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/exceptions.hpp | 21 | #include <nlohmann/detail/string_escape.hpp> |
| LOW | include/nlohmann/detail/abi_macros.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/abi_macros.hpp | 21 | #define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum) |
| LOW | include/nlohmann/detail/abi_macros.hpp | 41 | #endif |
| LOW | include/nlohmann/detail/macro_unscope.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/macro_unscope.hpp | 21 | #undef NLOHMANN_BASIC_JSON_TPL_DECLARATION |
| LOW | include/nlohmann/detail/macro_unscope.hpp | 41 | #undef JSON_HAS_EXPERIMENTAL_FILESYSTEM |
| LOW | include/nlohmann/detail/conversions/to_chars.hpp | 1 | // __ _____ _____ _____ |
| LOW | include/nlohmann/detail/conversions/to_chars.hpp | 81 | */ |
| LOW | include/nlohmann/detail/conversions/to_chars.hpp | 221 | // v = f * 2^e. |
| LOW | include/nlohmann/detail/conversions/to_chars.hpp | 261 | // |
| LOW | include/nlohmann/detail/conversions/to_chars.hpp | 281 | // |
| LOW | include/nlohmann/detail/conversions/to_chars.hpp | 321 | /*! |
| LOW | include/nlohmann/detail/conversions/to_chars.hpp | 341 | // |
| LOW | include/nlohmann/detail/conversions/to_chars.hpp | 361 | // e <= +1023 (max IEEE exponent) |
| LOW | include/nlohmann/detail/conversions/to_chars.hpp | 621 | std::uint64_t p2 = M_plus.f & (one.f - 1); // p2 = f mod 2^-e |
| LOW | include/nlohmann/detail/conversions/to_chars.hpp | 641 | // |
| LOW | include/nlohmann/detail/conversions/to_chars.hpp | 661 | // = (buffer * 10 + d) * 10^(n-1) + (r + p2 * 2^e) |
| 631 more matches not shown… |