Stefan Herbrechtsmeier 
							
						 
					 
					
						
						
							
						
						3d82c2d651 
					 
					
						
						
							
							Add cmake package config support  
						
						 
						
						... 
						
						
						
						Add support for CMake find_package command to msgpack. The package
exports the two targets msgpackc-static and msgpackc if shared is
enabled. The CMake find_package command works after installation
of msgpack and during build of another project which adds msgpack
as sub project via add_subdirectory command.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com > 
						
						
					 
					
						2017-04-04 08:33:18 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Takatoshi Kondo 
							
						 
					 
					
						
						
							
						
						c704d4bfab 
					 
					
						
						
							
							Added new example.  
						
						 
						
						
						
						
					 
					
						2017-01-09 16:18:35 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Takatoshi Kondo 
							
						 
					 
					
						
						
							
						
						73af452ed8 
					 
					
						
						
							
							Fixed   #507 .  
						
						 
						
						... 
						
						
						
						Removed -Wno-mismatched-tags option from g++.
g++ doesn't support the option and doesn't care the mismatch originally. 
						
						
					 
					
						2016-07-29 19:49:53 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Takatoshi Kondo 
							
						 
					 
					
						
						
							
						
						31a06a0682 
					 
					
						
						
							
							Removed obsolete APIs form v2.  
						
						 
						
						... 
						
						
						
						Removed MSGPACK_DISABLE_LEGACY_CONVERT from v2. Those APIs are removed
from v2. 
						
						
					 
					
						2016-03-25 09:16:27 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Takatoshi Kondo 
							
						 
					 
					
						
						
							
						
						39e7856c48 
					 
					
						
						
							
							Fixed   #382 .  
						
						 
						
						... 
						
						
						
						Fixed warnings on gcc 4.1.2.
Added gcc version checking for adding -std=c++03 flag. 
						
						
					 
					
						2015-11-12 00:20:21 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Takatoshi Kondo 
							
						 
					 
					
						
						
							
						
						8cae20ffc4 
					 
					
						
						
							
							-std=c++11 and -std=c++03 flags shouldn't be given in indivitual CMakeLists.txt.  
						
						 
						
						... 
						
						
						
						cpp03 examples should be compiled both -std=c++03 and -std=c++11. 
						
						
					 
					
						2015-08-18 13:52:02 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Takatoshi Kondo 
							
						 
					 
					
						
						
							
						
						11f2f333c6 
					 
					
						
						
							
							Supported C++11 mode on MSVC2015.  
						
						 
						
						
						
						
					 
					
						2015-08-14 17:02:43 +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