Search code examples
Why am I getting an error compiling the Bazel tutorial?...


c++bazelbazel-cpp

Read More
How to reference bazel c++ protobuf output headers in a different workspace/package...


protocol-buffersbazelbazel-rulesbazel-cppbazel-protobuf

Read More
Bazel. Building and linking .dll under Windows 11 using custom MinGW toolchain...


windowsdllbazelldbazel-cpp

Read More
LLVM and GCC toolchain selection...


c++bazelbazel-cpp

Read More
Bazel. Generating files which aren't available prior to bazel build during the build itself...


bazelswigbazel-rulesbazel-cpp

Read More
How to add a dependency to all linked targets using Bazel's cc_toolchain?...


armbazelbazel-cpp

Read More
bazel 7 fails to find header files...


bazelbazel-cpp

Read More
Bazel conditional compile a C++ library if a flag is set (when building the library or one of target...


c++bazelconditional-compilationbazel-rulesbazel-cpp

Read More
Bazel Cmake using foriegn rules unable to download external packages, but works locally...


c++cmakebazelbazel-rulesbazel-cpp

Read More
Building OpenCV with rules_foreign_cc...


opencvbazelbazel-cpp

Read More
Link errors when trying to create a c++ binary depending on ITK libraries using bazel (undefined ref...


c++bazelitkbazel-rulesbazel-cpp

Read More
Bazel re-export headers in a cc_library from it's dependencies to pass `layering_check`...


bazelbazel-rulesbazel-cpp

Read More
Is there a simple way to package up everything bazel builds?...


bazelbazel-cpp

Read More
Setting different preprocessor defines per source file in bazel cc_library...


c++bazelbazel-cpp

Read More
How to get the previous bazel build logs in a decent Way?...


bazelbazel-rulesbazel-cppbazel-aspect

Read More
How to convert a macro that invokes native.genrule and native.cc_library to a rule?...


bazelbazel-rulesbazel-cppispc

Read More
How can I remove the first directory from the include path in bazel?...


c++bazelbazel-cpp

Read More
Generating C++ files via py_binary and genrule...


bazelbazel-cppbazel-pythonbazel-genrule

Read More
Fetch output of ISPC using a genrule...


bazelbazel-rulesbazel-cppispcbazel-genrule

Read More
How to provide additional flags only to the native cc compiler?...


bazelbazel-cpp

Read More
Bazel: Reference binaries from packages in custom toolchain definition...


cross-compilingbazeltoolchainbazel-cpp

Read More
How to use shell script that generates output files prior to subsequent Bazel build targets...


bazelbazel-cpp

Read More
How do I wrap `cc_binary`/`cc_library` into a custom rule (not macro!)?...


bazelbazel-cpp

Read More
BackNext