Marcus Boerger

Results 13 issues of Marcus Boerger

Add flags for custom output control. * `--bcce-color[=`_no_`]` A boolean flag that enables or disables colored output. This is useful for environments where the color codes are not handled (e.g....

When updating to version 1.0.0 for [github.com/helly25/mbo #23](https://github.com/helly25/mbo/commit/216c604d568fac3804839bf6ce089d732f38ff87), then I get issues on Ubuntu. Details: * #229: PASS * #286: PASS * #290 * MacOS: PASS * MacOS: `--linkopt=-fuse-ld=lld` FAIL:...

This is a expanded version of https://github.com/hedronvision/bazel-compile-commands-extractor/pull/205 It adds more header file extensions. This fixes: https://github.com/hedronvision/bazel-compile-commands-extractor/issues/199

After adding a file that depends on `#include ` the compilation fails with the file not being found. Interestingly if the include is changed to `unwind.h` then the file is...

Min viable Clang-libunwind support. This is from an early version of GLog and the generic implementation. It works and is intended fro using Abseil in Bazel with Clang via https://github.com/bazel-contrib/toolchains_llvm

Some tweaks: * Make `json.h` an IWYU import header. * Change `Reader::parse` to take its `document` parameter as `std::string_view`. * Add `static void StreamWriterBuilder::updateDefaults(const Json::Value& settings);` * Allows to set...

Add `-`, `:`, `@` to the allowed characters for function names which are somewhat common. The function names actually accept many more characters but those are less common.

See issue https://github.com/bazel-contrib/toolchains_llvm/issues/473 This builds on PR https://github.com/bazel-contrib/toolchains_llvm/pull/471 This PR allows requirements support for the LLVM versions like `llvm_version = "first"` and `llvm_version = "latest"` which will effectively find the...

For V19+: * add win32.exe, win64.exe and woa.exe distributions. * find win32.exe and woa64.exe distributions automatically. The exe files are self extracting installers, not msiexe. However, we can extract them...

It sometimes does not matter exactly which version you get on which platform. What matters is that you get a version within a range that your code supports. And sometimes...