Benjamin Buch
Benjamin Buch
I have now changed the PR so that it creates the config files I wanted and does not touch anything else. Ready to merge from my side! 😸
Are PR #1601 and Issue #1646 related to this Issue?
@lgritz Do you think it makes sense to update the default version of `Tessil/robin-map` from v0.6.2 to the latest version v1.2.2 or is there a good technical reason to stay...
As far as the C++ standard is concerned, the documentation says: > The code should work with any C++11 standard-compliant compiler and has been tested with GCC 4.8.4, Clang 3.5.0...
@renbaoshuo I know this is very old, but it looks like it is still present.
@mguludag Great patch! As already stated by @HaroldCC there is unfortunately an asymmetry for single argument logs and format argument logs now. ```cpp spdlog::info("single argument"); spdlog::info("format argument {}", 42); ```...
I tried to build gRPC 1.65.4 (and 1.66.0-pre3) against protobuf 28.0-rc1: (both as SHARED lib) ``` [1/1661] C:\Windows\system32\cmd.exe /C "C:\Windows\system32\cmd.exe /C "C:\temp\tt\env\bin\cmake.exe -E __create_def C:\TechnoTeam\develop\usr\build\grpc\Debug\CMakeFiles\upb_message_lib.dir\.\exports.def C:\TechnoTeam\develop\usr\build\grpc\Debug\CMakeFiles\upb_message_lib.dir\.\exports.def.objs && cd C:\TechnoTeam\develop\usr\build\grpc\Debug" &&...
You should be able to reproduce it with: ``` git clone https://github.com/gabime/spdlog.git cd spdlog git checkout v2.x cd .. mkdir build mkdir install cd build cmake -GNinja '-DCMAKE_INSTALL_PREFIX=../install' '../spdlog' cmake...
@ctruta If you find some time to work on libpng, it would be nice if you could merge this. That way we can use 1.6.44 without a patch once that...
@ctruta Since I just saw that you are active again, it would be nice if you could merge this ;-)