msgpack
Here are 252 public repositories matching this topic...
-
Updated
Oct 30, 2020 - C#
There is already defined panic
macro in say.h header. There is also LuaJIT internal panic
routine on Lua global state. Their mix might lead to ridiculous preprocessor results: the LuaJIT panic
call (i.e. g->panic(L)
) is misexpanded and compilation fails with the corresponding error.
@Gerold103 proposed in [his revi
-
Updated
Apr 29, 2020 - C
-
Updated
Oct 27, 2020 - Go
-
Updated
Oct 21, 2020 - C#
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 26, 2020 - Python
-
Updated
Jan 28, 2020 - C++
-
Updated
Sep 13, 2020 - Rust
-
Updated
Oct 30, 2020 - Scala
-
Updated
Oct 21, 2020 - Python
-
Updated
Jun 21, 2020 - C#
-
Updated
Jun 4, 2020 - C++
-
Updated
May 25, 2020 - PHP
-
Updated
Oct 7, 2020 - C
Migrate to goavro v2
-
Updated
Aug 28, 2019 - C++
-
Updated
Oct 16, 2020 - Python
-
Updated
Dec 23, 2019 - Swift
-
Updated
Nov 23, 2019 - Java
Improve this page
Add a description, image, and links to the msgpack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the msgpack topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werror
on *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?