Takatoshi Kondo
|
01f3d24fee
|
Unify all package related names to msgpack-c.
Update the version to 6.0.0.
|
2023-02-28 10:49:13 +09:00 |
|
yuangongji
|
111b91a3e2
|
move exmple/c/* to example/
example/c/cmake/CMakeLists.txt => example/cmake/CMakeLists.txt
example/c/lib_buffer_unpack.c => example/lib_buffer_unpack.c
example/c/simple_c.c => example/simple_c.c
example/c/speed_test_uint32_array.c => example/speed_test_uint32_array.c
example/c/speed_test_uint64_array.c => example/speed_test_uint64_array.c
example/c/user_buffer_unpack.c => example/user_buffer_unpack.c
Use `git log --follow example/filename` to see full log
|
2020-06-05 16:09:17 +08:00 |
|
yuangongji
|
ee546036a1
|
remove C++ part files
remove the following files or folders:
erb
example/boost
example/cpp03
example/cpp11
example/x3
example/CMakeLists.txt
fuzz
include/msgpack/adaptor
include/msgpack/predef.h
include/msgpack/predef
include/msgpack/preprocessor
include/msgpack/v1
include/msgpack/v2
include/msgpack/v3
include/msgpack/*.hpp
include/msgpack.hpp
.gitmodules
external
make_file_list.sh
msgpack_vc8.sln
msgpack_vc8.vcproj
preprocess
QUICKSTART-CPP.md
test/*.cpp exclude test/*_c.cpp
.github/depends/boost.sh
ci/build_regression.sh
|
2020-06-05 16:09:17 +08:00 |
|
yuangongji
|
d9c5978958
|
add MSGPACK_CXX_ONLY option to build c++ libraries only
|
2020-02-19 09:07:16 +08:00 |
|
Takatoshi Kondo
|
c704d4bfab
|
Added new example.
|
2017-01-09 16:18:35 +09:00 |
|
Takatoshi Kondo
|
cd9d6c5940
|
Added msgpack::type::variant and msgpack::type::variant_ref that is based on boost::variant.
You can convert to those types from any msgpack objects.
|
2015-08-18 17:47:27 +09:00 |
|
Takatoshi Kondo
|
12b5a6235a
|
Added examples to cmake building process.
Set /WX flas that is warnings as errors on MSVC build.
Updated linux, osx, msvc build to refer to appropriate boost libraries.
|
2015-08-12 17:49:33 +09:00 |
|