JulianH1989

Results 6 comments of JulianH1989

Hey @memsharded we have only done a POC so far. The chanellenge using IAR is that you can't really specify many flags which would make different binaries incompatible. So far...

> By coincidence, I was doing the exact same thing and was thinking, oh #707 can be used for this. But now I'm wondering if CONAN_INSTALL_BUILD_CONFIGURATIONS should actually be the...

consider this simple example: ``` //file fmt_dummy.cpp #include "fmt_dummy.h" #include #include #include void foo() { const std::string str = fmt::format("Int format {}", 42); } ``` if you are nod modifying...

Hey, I just tested this ``` set(CMAKE_MAP_IMPORTED_CONFIG_MINSIZEREL Release) set(CMAKE_MAP_IMPORTED_CONFIG_RELWITHDEBINFO Release) ``` If I add this to my project BEFORE any target is created the compile_commands.json looks good and clangh tidy...

@memsharded I added a test repo. However i'm not familiar with Github Workflows. Could you add the test project to the workflows. invoke it with ``` cmake --preset arm_none_eabi_gcc_14_win cmake...

hey guys, any further comments on this :) ?