Stefan Herbrechtsmeier
|
7761497778
|
ci: add cmake tests for installed and embedded build
|
2019-09-21 08:22:26 +02:00 |
|
Takatoshi Kondo
|
f1726cef0d
|
Updated travis-ci environment.
|
2018-08-12 18:31:44 +09:00 |
|
Takatoshi Kondo
|
8a788f3a48
|
Added C++17 std::byte support.
`std::byte` is mapped to
https://github.com/msgpack/msgpack/blob/master/spec.md#int-format-family.
`std::vector<std::byte>` and `std::byte[]` are mapped to https://github.com/msgpack/msgpack/blob/master/spec.md#bin-format-family.
|
2018-08-12 16:23:39 +09:00 |
|
Chris Wolfe
|
dc51f6493b
|
add/modify cmake and travis to get the regression tests built with sanitizers
|
2018-05-19 10:59:59 -05:00 |
|
Takatoshi Kondo
|
1e13dadf1f
|
Added install file comparison script.
|
2018-04-11 09:49:47 +09:00 |
|
Takatoshi Kondo
|
347658cdc1
|
Updated the version to 3.0.0.
See https://github.com/msgpack/msgpack-c/pull/639#issuecomment-353786498
So I updated the version to 3.0.0.
In the version 2.x, it keeps the original behavior.
|
2018-04-08 22:27:45 +09:00 |
|
Takatoshi Kondo
|
2bcfe2fdb0
|
Merge branch 'master' of https://github.com/cableramki/msgpack-c into cableramki-master
|
2018-04-04 15:55:35 +09:00 |
|
Takatoshi Kondo
|
423eaf25fb
|
Removed -O3 -g -Werror options from CmakeLists.txt.
Added -g -Werror options to .travis.yml.
|
2018-04-04 13:07:21 +09:00 |
|
Takatoshi Kondo
|
bd337129c6
|
Updated the boost version to 1.66.0 on travis-ci.
|
2018-04-04 07:20:08 +09:00 |
|
Ramki Ananthakrishnan
|
f789635ddc
|
Fixed Coverity error due to missing header.
|
2018-03-29 15:09:19 -07:00 |
|
Takatoshi Kondo
|
06c2896def
|
Added symbolic link.
|
2017-10-09 15:20:29 +09:00 |
|
Takatoshi Kondo
|
724db8ed89
|
Added zlib1g-dev for 32bit build.
|
2017-10-09 14:29:47 +09:00 |
|
Takatoshi Kondo
|
d8ad85fa8c
|
Set precise explicitly to fix 32bit zlib missing problem.
|
2017-10-01 21:25:06 +09:00 |
|
Takatoshi Kondo
|
2e10adabb1
|
Removed X3_PARSE from osx build.
|
2017-05-18 19:47:53 +09:00 |
|
Takatoshi Kondo
|
28b6ee0db0
|
Updated clang version.
|
2017-05-15 15:55:52 +09:00 |
|
Stefan Herbrechtsmeier
|
0aaf95608f
|
cmake: Make boost mandatory if MSGPACK_BOOST is ON
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
|
2017-05-13 00:57:03 +02:00 |
|
Takatoshi Kondo
|
4466bda819
|
Updated travis-ci.
Use container based build `sudo: false`.
|
2017-01-07 01:20:22 +09:00 |
|
Takatoshi Kondo
|
84ad9a2634
|
Added Spirit.X3 based parse.
It uses iterator pair instead of data and size.
|
2017-01-05 21:24:25 +09:00 |
|
Takatoshi Kondo
|
ce67c8ed35
|
Removed valgrind install from osx.
Updated boost.
|
2016-12-11 14:53:24 +09:00 |
|
Takatoshi Kondo
|
1893a8e31e
|
Updated valgrind version.
|
2016-12-11 14:37:44 +09:00 |
|
Takatoshi Kondo
|
8ffb619031
|
Fixed #525.
Set osx version.
|
2016-10-09 10:17:50 +09:00 |
|
Takatoshi Kondo
|
25259dc705
|
Updated gtest location.
|
2016-08-29 22:49:12 +09:00 |
|
Takatoshi Kondo
|
4ee616bbde
|
Removed autotools and msvc files.
Please use cmake.
|
2016-06-05 21:54:59 +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 |
|
James McCoy
|
71eba2406d
|
Add CI testing of signed/unsigned char differences
This should help catch problems like #392 sooner.
Signed-off-by: James McCoy <jamessan@jamessan.com>
|
2016-01-12 20:17:43 -05:00 |
|
Takatoshi Kondo
|
866e73acc3
|
Merge branch 'cmake-enable-shared' of https://github.com/jen20/msgpack-c into jen20-cmake-enable-shared
|
2015-08-13 11:13:10 +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 |
|
Takatoshi Kondo
|
6007f4ea05
|
Fixed typo.
|
2015-08-10 10:32:43 +09:00 |
|
Takatoshi Kondo
|
afc9666760
|
Remove test cases to reduce travis-ci time using orthgonal table approach.
|
2015-08-05 14:25:55 +09:00 |
|
Takatoshi Kondo
|
d4199b59f9
|
Added osx support on travis-ci.
|
2015-08-05 13:49:15 +09:00 |
|
Takatoshi Kondo
|
2034427cfd
|
Added 'as' support for boost containers.
|
2015-08-02 16:01:55 +09:00 |
|
James Nugent
|
840101640b
|
Extend CMake CI to build static libs only
|
2015-07-23 22:15:35 -04:00 |
|
Takatoshi Kondo
|
eb96312b41
|
Added valgrind version 3.10.1 from source.
Fixed MEMORYCHECK_COMMAND_OPTIONS location and value.
|
2015-04-29 22:26:30 +09:00 |
|
Takatoshi Kondo
|
ef09252dff
|
Added the Boost.Optional adaptor.
It is enables when MSGPACK_USE_BOOST is defined.
|
2015-04-09 14:46:06 +09:00 |
|
Takatoshi Kondo
|
f8e2766d28
|
Added a 32bit environment tests for travis-ci.
|
2014-10-26 09:06:01 +09:00 |
|
Takatoshi Kondo
|
7491c1996a
|
Added memory checking for travis-ci cmake build.
|
2014-09-09 13:38:07 +09:00 |
|
Takatoshi Kondo
|
865528f778
|
Limited branches for travis-ci.
|
2014-09-08 17:01:04 +09:00 |
|
Takatoshi Kondo
|
103a6c56e4
|
Added travis-ci support.
|
2014-09-08 16:38:44 +09:00 |
|