Mahmoud Mandour 
							
						 
					 
					
						
						
							
						
						d852535859 
					 
					
						
						
							
							plugins/howvec: adapting to the new argument passing scheme  
						
						... 
						
						
						
						Correctly parsing plugin argument since they now must be provided as
full-form boolean parameters, e.g.:
    -plugin ./contrib/plugins/libhowvec.so,verbose=on,inline=on
Also, introduced the argument "count" that accepts one opt to count
individually at a time.
Signed-off-by: Mahmoud Mandour <ma.mandourr@gmail.com >
Reviewed-by: Alex Bennée <alex.bennee@linaro.org >
Tested-by: Alex Bennée <alex.bennee@linaro.org >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20210730135817.17816-8-ma.mandourr@gmail.com > 
						
						
					 
					
						2021-09-02 11:29:34 +01:00 
						 
				 
			
				
					
						
							
							
								zhouyang 
							
						 
					 
					
						
						
							
						
						24fa5d669d 
					 
					
						
						
							
							contrib: Open brace '{' following struct go on the same line  
						
						... 
						
						
						
						I found some style problems whil check the code using checkpatch.pl.
This commit fixs the issue below:
ERROR: that open brace { should be on the previous line
Signed-off-by: zhouyang <zhouyang789@huawei.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20210118031004.1662363-6-zhouyang789@huawei.com >
Message-Id: <20210213130325.14781-9-alex.bennee@linaro.org > 
						
						
					 
					
						2021-02-18 08:17:27 +00:00 
						 
				 
			
				
					
						
							
							
								zhouyang 
							
						 
					 
					
						
						
							
						
						edd4a85dd7 
					 
					
						
						
							
							contrib: space required after that ','  
						
						... 
						
						
						
						I am reading contrib related code and found some style problems while
check the code using checkpatch.pl. This commit fixs the issue below:
ERROR: space required after that ','
Signed-off-by: zhouyang <zhouyang789@huawei.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20210118031004.1662363-5-zhouyang789@huawei.com >
Message-Id: <20210213130325.14781-8-alex.bennee@linaro.org > 
						
						
					 
					
						2021-02-18 08:17:22 +00:00 
						 
				 
			
				
					
						
							
							
								zhouyang 
							
						 
					 
					
						
						
							
						
						247b3c7053 
					 
					
						
						
							
							contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"  
						
						... 
						
						
						
						I am reading contrib related code and found some style problems while
check the code using checkpatch.pl. This commit fixs the issue below:
ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: zhouyang <zhouyang789@huawei.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20210118031004.1662363-3-zhouyang789@huawei.com >
Message-Id: <20210213130325.14781-6-alex.bennee@linaro.org > 
						
						
					 
					
						2021-02-18 08:17:11 +00:00 
						 
				 
			
				
					
						
							
							
								zhouyang 
							
						 
					 
					
						
						
							
						
						7fe7ab15e7 
					 
					
						
						
							
							contrib: Don't use '#' flag of printf format  
						
						... 
						
						
						
						I am reading contrib related code and found some style problems while
check the code using checkpatch.pl. This commit fixs the misuse of
'#' flag of printf format
Signed-off-by: zhouyang <zhouyang789@huawei.com >
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20210118031004.1662363-2-zhouyang789@huawei.com >
Message-Id: <20210213130325.14781-5-alex.bennee@linaro.org > 
						
						
					 
					
						2021-02-18 08:17:02 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Bennée 
							
						 
					 
					
						
						
							
						
						c17a386b6a 
					 
					
						
						
							
							plugins: move the more involved plugins to contrib  
						
						... 
						
						
						
						We have an exploding complexity problem in the testing so lets just
move the more involved plugins into contrib. tests/plugins still exist
for the basic plugins that exercise the API. We restore the old
pre-meson style Makefile for contrib as it also doubles as a guide for
out-of-tree plugin builds.
While we are at it add some examples to the documentation and a
specific plugins build target.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org >
Message-Id: <20200909112742.25730-11-alex.bennee@linaro.org > 
						
						
					 
					
						2020-09-10 10:47:03 +01:00