Tim Blechmann
|
8b87e62835
|
make some headers self-contained
some headers are not self-contained, as they depend on
symbols from headers which aren't included
|
2022-03-23 15:29:12 +08:00 |
|
Beilu Shao
|
b4786711df
|
alignment: use proper alignment size
Pass proper alignment size when use allocate_align(). This will
fix alignment trap issues on ARM.
Signed-off-by: Beilu Shao <beilushao@gmail.com>
|
2016-10-16 23:59:13 +02:00 |
|
Takatoshi Kondo
|
5d69c22bf9
|
Use OR instead of AND for all classes that have multiple types.
Revert example. Combination of has_as and not has_as are move to tests.
|
2016-08-29 22:12:01 +09:00 |
|
Takatoshi Kondo
|
4ffdc01135
|
Added converting support for different size tuples.
|
2016-06-20 17:12:53 +09:00 |
|
Takatoshi Kondo
|
1b87018a0a
|
Fixed #390.
Added size_equal_only class template to check converted container size
strictly.
Relaxed std::array size checking by default.
Fixed std::tuple and msgpack::type::tuple size checking problem.
|
2016-06-20 15:32:24 +09:00 |
|
Takatoshi Kondo
|
54cb4350b3
|
Re-organized tree to prepare for version 2.0.0.
See https://github.com/msgpack/msgpack-c/wiki/v1_1_cpp_versioning
|
2016-01-31 19:28:31 +09:00 |
|