WenTao Ou
WenTao Ou
**Is your feature request related to a problem?** I notice the new metrics implement is enabled only when building without `ENABLE_METRICS_PREVIEW` (bazel) and `WITH_METRICS_PREVIEW` (cmake). But it's not checked in...
**需求应用场景** 是否可以支持cmake构建系统? **建议的方案** 我可否写个cmake编译脚本推PR过来?cmake现在的生态比较好,这样依赖管理和跨平台管理可能更简单一些?并且也可以不依赖makefile? **设备信息** 无
@xaverh According to http://clang.llvm.org/docs/ClangFormatStyleOptions.html . clang-format only use these languages. > - LK_None (in configuration: None) Do not use. > - LK_Cpp (in configuration: Cpp) Should be used for C,...
1. can add navigation in any page 2. support select different locale in diffecent page see http://atframe.work and https://github.com/atframework/atframe.work for more detail
Fixes protocolbuffers/protobuf#13750 Signed-off-by: owentou
Hi, I'm a cmake user and I tried to use `cmake/make_cmakelists.py` to generate `CMakeLists.txt` and integrate upb into my project and find some problems. 1. The generated dependency of `utf8_range`...
1. `luaL_checkint` is replaced by `luaL_checkinteger` and is removed from lua 5.3 2. `lua_isinteger` is already defined in lua 5.3+ 3. `else if (isprint(ch))` in `upb/bindings/lua/upbc.cc` is UB when ch...
Is it possiable to disable exception? In some environment, exception and RTTI is disabled, I found RTTI is only used by gtest, but there is no way to disable exception....
Hello, this library is awesome and I use it in my tools. But I have some problem. In my tool, I use libuv to do the network jobs and use...