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 |
|
Takatoshi Kondo
|
c8a053557c
|
Propagated CXXFLAGS.
Fixed warnings.
|
2020-07-02 16:15:08 +09:00 |
|
Takatoshi Kondo
|
8ee6df83cc
|
Fixed warning on fusion adaptor.
|
2020-07-02 09:13:53 +09:00 |
|
Takatoshi Kondo
|
7ad743f2da
|
Fixed conflict between boost fusion sequence and std::tuple/std::pair.
|
2017-07-26 10:24:17 +09: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
|
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 |
|