AlexandreRouma 
							
						 
					 
					
						
						
							
						
						97c1a132a5 
					 
					
						
						
							
							move zoom waterfall's zoom function in the cpp file to avoid annoying recomps  
						
						
						
						
							
						
					 
					
						2024-01-25 19:48:04 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						118e56897c 
					 
					
						
						
							
							Add ubuntu mantic CI build  
						
						
						
						
							
						
					 
					
						2024-01-25 15:41:23 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						af8c085d43 
					 
					
						
						
							
							switch osx to macos  
						
						
						
						
							
						
					 
					
						2024-01-24 18:14:29 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						eab4264604 
					 
					
						
						
							
							Merge pull request  #1291  from AlexandreRouma/citest  
						
						... 
						
						
						
						Allow MacOS build to run on Catalina and newer 
						
						
							
						
					 
					
						2024-01-22 11:32:25 -08:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						4b77d8c395 
					 
					
						
						
							
							prepare for merge back part 2, electric boogaloo  
						
						
						
						
							
						
					 
					
						2024-01-22 20:31:18 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						854ed89b82 
					 
					
						
						
							
							prepare for merge back  
						
						
						
						
							
						
					 
					
						2024-01-22 20:30:53 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						27ab5bf3c1 
					 
					
						
						
							
							Fix exceptions referenced in  #1287  
						
						
						
						
							
						
					 
					
						2024-01-22 19:46:01 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						159f59b858 
					 
					
						
						
							
							fix return warning for  #1234  
						
						
						
						
							
						
					 
					
						2024-01-22 19:34:56 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						93cafe7109 
					 
					
						
						
							
							fix typo referenced in  #1083  
						
						
						
						
							
						
					 
					
						2024-01-22 19:22:26 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						74ae8a45d9 
					 
					
						
						
							
							fix incorrect formatting again for  #1288  
						
						
						
						
							
						
					 
					
						2024-01-22 18:17:23 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						691216a298 
					 
					
						
						
							
							fix incorrect formatting  #1288  this time in the right branch...  
						
						
						
						
							
						
					 
					
						2024-01-22 17:31:09 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						3e58d4ba31 
					 
					
						
						
							
							fix missing return statement  
						
						
						
						
							
						
					 
					
						2024-01-22 02:10:48 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						86dcec7495 
					 
					
						
						
							
							Merge pull request  #1284  from hzeller/20240121-adapt-rtaudio  
						
						... 
						
						
						
						Make compatible with rtaudio API 5 and 6. 
						
						
							
						
					 
					
						2024-01-21 16:31:31 -08:00 
						 
				 
			
				
					
						
							
							
								Henner Zeller 
							
						 
					 
					
						
						
							
						
						5a003e99d2 
					 
					
						
						
							
							Address review comments.  
						
						
						
						
							
						
					 
					
						2024-01-21 15:36:41 -08:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						f197cf6bd9 
					 
					
						
						
							
							Fix styling in the other file  
						
						
						
						
							
						
					 
					
						2024-01-21 23:49:23 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						8cefeadbd4 
					 
					
						
						
							
							Fix styling, modern computers can display more than 40 columns  
						
						
						
						
							
						
					 
					
						2024-01-21 23:48:04 +01:00 
						 
				 
			
				
					
						
							
							
								Henner Zeller 
							
						 
					 
					
						
						
							
						
						23ae66151b 
					 
					
						
						
							
							Make compatible with rtaudio API 5 and 6.  
						
						... 
						
						
						
						Recent rtaudio changed the API to not throw exceptions anymore and
also have DeviceIDs not queried by index but IDs that are provided
separately ( https://github.com/thestk/rtaudio/releases  ).
Adapt the code-base to be compatible with the old and the new API
as we have to exepect that in a transition period both APIs are
common on various build platforms. 
						
						
							
						
					 
					
						2024-01-21 14:37:30 -08:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						fa76b4e865 
					 
					
						
						
							
							Made the contributing policy more clear  
						
						
						
						
							
						
					 
					
						2024-01-21 20:19:46 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						5e195a0d43 
					 
					
						
						
							
							testing something for macos (do not use this CI build)  
						
						
						
						
							
						
					 
					
						2024-01-19 20:53:25 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						5e299d9d23 
					 
					
						
						
							
							testing something silly 2  
						
						
						
						
							
						
					 
					
						2024-01-19 20:01:05 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						fd5813df6d 
					 
					
						
						
							
							testing something silly  
						
						
						
						
							
						
					 
					
						2024-01-19 19:43:31 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						eabb842b6b 
					 
					
						
						
							
							switched MacOS CI to debug mode  
						
						
						
						
							
						
					 
					
						2024-01-19 19:11:01 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						5a1945f779 
					 
					
						
						
							
							allow running code on older macos version (test)  
						
						
						
						
							
						
					 
					
						2024-01-17 07:07:24 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						052167962d 
					 
					
						
						
							
							fix the rtlsdr source on android again  
						
						
						
						
							
 
						
					 
					
						2024-01-17 06:52:08 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						6fc41a81a7 
					 
					
						
						
							
							fix build on android due to new librtlsdr function name  
						
						
						
						
							
						
					 
					
						2024-01-17 06:41:25 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						e710b6c6dc 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/AlexandreRouma/SDRPlusPlus  
						
						
						
						
							
						
					 
					
						2024-01-17 06:29:41 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						a91434c5fe 
					 
					
						
						
							
							fix windows CI (hopefully) and rebuild with Android BlogV4 support  
						
						
						
						
							
						
					 
					
						2024-01-17 06:28:16 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						ead2ac6128 
					 
					
						
						
							
							Merge pull request  #1267  from clouserw/readme-fix  
						
						... 
						
						
						
						add additional library to debian install instructions 
						
						
							
						
					 
					
						2024-01-05 00:20:29 +01:00 
						 
				 
			
				
					
						
							
							
								Wil Clouser 
							
						 
					 
					
						
						
							
						
						505cbb0ba2 
					 
					
						
						
							
							add additional library to debian install instructions  
						
						
						
						
							
						
					 
					
						2024-01-04 14:01:00 -08:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						b1030cbdfb 
					 
					
						
						
							
							Implement  #1260  
						
						
						
						
							
						
					 
					
						2023-12-27 03:53:43 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						f3c5b2c31f 
					 
					
						
						
							
							Fixed   #1259  
						
						
						
						
							
						
					 
					
						2023-12-26 23:10:44 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						794d6ff5ac 
					 
					
						
						
							
							clean up  
						
						
						
						
							
						
					 
					
						2023-10-29 02:40:34 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						4803271115 
					 
					
						
						
							
							fix   #1212  
						
						
						
						
							
						
					 
					
						2023-10-29 02:27:19 +01:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						78daed7879 
					 
					
						
						
							
							Implemented  #1205  
						
						
						
						
							
						
					 
					
						2023-10-11 21:50:23 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						5f297b1a69 
					 
					
						
						
							
							undid the oopsie  
						
						
						
						
							
						
					 
					
						2023-10-10 15:21:55 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						7c5d4226eb 
					 
					
						
						
							
							removed MacOS CI since it required payment (ew...)  
						
						
						
						
							
						
					 
					
						2023-10-09 22:43:39 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						ec086ebbdf 
					 
					
						
						
							
							attempt at fixing M1 ci  
						
						
						
						
							
						
					 
					
						2023-10-09 22:42:07 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						d10d420467 
					 
					
						
						
							
							added MacOS M1 CI  
						
						
						
						
							
						
					 
					
						2023-10-02 23:57:06 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						5bf989f49d 
					 
					
						
						
							
							fixed android build  
						
						
						
						
							
						
					 
					
						2023-09-29 15:35:48 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						4b3b6976d6 
					 
					
						
						
							
							removed rpi install script since it is not to be used  
						
						
						
						
							
						
					 
					
						2023-09-29 14:52:30 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						55ddd383d2 
					 
					
						
						
							
							Fix   #1199  
						
						
						
						
							
						
					 
					
						2023-09-29 14:42:45 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						a043ab2dd3 
					 
					
						
						
							
							Merge pull request  #1185  from daviderud/master  
						
						... 
						
						
						
						Netherlands bandplan and readme correction 
						
						
							
						
					 
					
						2023-09-14 09:58:58 +02:00 
						 
				 
			
				
					
						
							
							
								Davide Rovelli 
							
						 
					 
					
						
						
							
						
						d270e1c5e8 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/daviderud/SDRPlusPlus  
						
						
						
						
							
						
					 
					
						2023-09-14 05:53:25 +02:00 
						 
				 
			
				
					
						
							
							
								Davide Rovelli 
							
						 
					 
					
						
						
							
						
						e41f24a95e 
					 
					
						
						
							
							first version  
						
						
						
						
							
						
					 
					
						2023-09-14 05:50:53 +02:00 
						 
				 
			
				
					
						
							
							
								Davide Rovelli 
							
						 
					 
					
						
						
							
						
						766b3db363 
					 
					
						
						
							
							added clarification and correction  
						
						
						
						
							
						
					 
					
						2023-09-14 05:43:00 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						0632342bb7 
					 
					
						
						
							
							fixed MacOS packaging  
						
						
						
						
							
						
					 
					
						2023-09-13 05:14:07 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						27b07ed0e8 
					 
					
						
						
							
							Merge pull request  #1163  from theverygaming/master  
						
						... 
						
						
						
						fixed buffer overflow in file source 
						
						
							
						
					 
					
						2023-09-13 03:43:45 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						a824c83848 
					 
					
						
						
							
							Update main.cpp  
						
						
						
						
							
						
					 
					
						2023-09-13 03:16:12 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						0e50ee0e67 
					 
					
						
						
							
							Update main.cpp  
						
						
						
						
							
						
					 
					
						2023-09-13 02:51:44 +02:00 
						 
				 
			
				
					
						
							
							
								AlexandreRouma 
							
						 
					 
					
						
						
							
						
						a55d1d9c06 
					 
					
						
						
							
							Merge pull request  #1179  from isorochan/master  
						
						... 
						
						
						
						Fix typo in fastAmplitude() 
						
						
							
						
					 
					
						2023-09-07 20:05:24 +02:00