pacman -S \ $MINGW_PACKAGE_PREFIX-{cc,make,qt5-static,7zip,cmake} \ mingw-w64-i686-nsis \ git curl 要构建此项目,启动所选的 MSYS2 环境,然后运行 ./packages/msys/build-mingw.sh 以构建带 MinGW GCC 工具链或不带编译器的小熊猫C++ 安装程序和绿色包;或者运行 ./packages/msys/build-llvm.sh...
cmake cmake: update seastar to use v24.3.x branch Oct 10, 2024 conf bazel/rpk: fix config tests Sep 17, 2024 docs docs: remove PANDA_sitting.jpg, use png instead Apr 12, 2024 licenses Merge pull request#24830from rockwotj/licensing-rpk ...
// NOLINTNEXTLINE(hicpp-member-init, cppcoreguidelines-pro-type-member-init) hmac(const void* key, size_t size) { int ret = gnutls_hmac_init(&_handle, Algo, key, size); if (unlikely(ret)) { throw std::runtime_error(gnutls_strerror(ret)); } ret = gnutls_hmac_get_len(Algo);...
.github gh: fix lint-cpp for ubuntu noble Apr 27, 2024 .vim vim: Add search paths for coc-clangd plugin Apr 18, 2023 cmake cmake: Add support for sccache Apr 29, 2024 conf conf: update Redpanda configuration file Nov 2, 2023 docs docs: remove PANDA_sitting.jpg, use png instead Apr...
it works with Bazel, and when I tried to switch cmake to c++23 it broke the upgrade tests because this was an incompatible change to the serialization format for this enum Sorry, something went wrong. Copy link Contributor rockwotjJan 17, 2025 ...
pp/sr: make protobuf headers compat with bazel 97d0966 bazel: add pandaproxy and schema registry librar 70cbe0c pp/sr: fix ambiguous method call 0ee002b dotnwatforce-pushedthebazel-ppbranch fromcd6696fto0ee002bCompareAugust 6, 2024 17:01 ...
PR #18110 [v24.1.x] gh: fix lint-cpp for ubuntu noble by @vbotbuildovichPR #18117 [v24.1.x] wasm/parser: better global support by @vbotbuildovichPR #18132 [v24.1.x] cmake: Add support for sccache by @vbotbuildovichPR #18137 [v24.1.x] tests: adjust time between failures in ...
Fixed missing whitespace at end of srv/c/debug_bundle/tests/CMakeLists.txt Sorry, something went wrong. oleimanreviewedSep 10, 2024 View reviewed changes src/v/debug_bundle/types.cc t, [&ctx](const debug_bundle::clock::time_point& t) { ...
rockwotj force-pushed the cpp23 branch 2 times, most recently from 16fdeba to 1cd49d5 Compare December 6, 2024 03:30 rockwotj commented Dec 6, 2024 View reviewed changes CMakeLists.txt @@ -12,7 +12,7 @@ project(redpanda LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH ${CMAKE_...
cmake: add column_writer to cmake build f23abf4 rockwotj force-pushed the parquet-column branch from 149b6b9 to f23abf4 Compare November 6, 2024 09:29 parquet/shredder: remove repetition_depth … 6c2d48f mmaslankaprv approved these changes Nov 6, 2024 View reviewed changes View...