1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 19:29:36 +01:00
nix/src
Sergei Trofimovich 42b19c7181 src/libutil/json.cc: add missing <cstdint> include for gcc-13
Without the change llvm build fails on this week's gcc-13 snapshot as:

    src/libutil/json.cc: In function 'void nix::toJSON(std::ostream&, const char*, const char*)':
    src/libutil/json.cc:33:22: error: 'uint16_t' was not declared in this scope
       33 |             put(hex[(uint16_t(*i) >> 12) & 0xf]);
          |                      ^~~~~~~~
    src/libutil/json.cc:5:1: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
        4 | #include <cstring>
      +++ |+#include <cstdint>
        5 |

(cherry picked from commit b36d5172cb)
2023-10-19 15:25:34 +01:00
..
build-remote canBuildLocally: check for features 2019-03-06 05:03:25 +00:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr Make tar invocation portable, fix OpenBSD build/test 2023-03-11 23:07:19 +04:00
libmain preloadNSS: rework the dns query workaround 2021-11-25 13:06:00 -08:00
libstore Override socket path with NIX_DAEMON_SOCKET_PATH 2021-11-16 05:44:59 +00:00
libutil src/libutil/json.cc: add missing <cstdint> include for gcc-13 2023-10-19 15:25:34 +01:00
nix repl.cc: Check for HAVE_BOEHMGC 2020-08-13 04:34:36 +02:00
nix-build nix-shell: don't check for "nix-shell" in shebang script name 2021-11-30 05:33:50 +00:00
nix-channel nix-env: Create ~/.nix-profile automatically 2019-10-10 00:00:54 +02:00
nix-collect-garbage Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-copy-closure Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-daemon Fix SO_PEERCRED usage on OpenBSD 2023-03-11 23:07:19 +04:00
nix-env Fix insufficent attribute capacity in user profile 2021-03-13 17:32:47 +00:00
nix-instantiate Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-prefetch-url nix-prefetch-url: Stop progress bar before printing results 2018-11-09 10:34:12 +01:00
nix-store nix-store: fix out of sync protocol 2019-08-16 15:05:45 +02:00
nlohmann nlohmann-json: 3.4.0 -> 3.5.0 2018-12-21 22:38:06 -06:00
resolve-system-dependencies Apply OS checks to host platform, not build 2021-07-27 08:41:57 +00:00