leha-bot
							
						 
						
							 
							
							
							
							
								
							
							
								726373bcab 
								
							 
						 
						
							
							
								
								ligtgvoip: get rid of unused & erroneous MIN macro  
							
							 
							
							... 
							
							
							
							This macro is not used and has an error with parenthesis. At some input
arguments it will be generate incorrect code:
MIN(a++, b--) -> expands to (a++<b-- ? a++ : b--) 
							
						 
						
							2018-01-22 01:52:24 +03:00  
						
					 
				
					
						
							
							
								 
								leha-bot
							
						 
						
							 
							
							
							
							
								
							
							
								f9f9e450a0 
								
							 
						 
						
							
							
								
								libtgvoip: get rid of GYP  
							
							 
							
							
							
						 
						
							2018-01-22 01:52:24 +03:00  
						
					 
				
					
						
							
							
								 
								Vitaly Zaitsev
							
						 
						
							 
							
							
							
							
								
							
							
								6cf354d516 
								
							 
						 
						
							
							
								
								Added additional build definitions for packaged build:  
							
							 
							
							... 
							
							
							
							* disable all desktop file and schema generators (already included in package).
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> 
							
						 
						
							2018-01-19 10:54:09 +02:00  
						
					 
				
					
						
							
							
								 
								Vitaly Zaitsev
							
						 
						
							 
							
							
							
							
								
							
							
								45eb128a5e 
								
							 
						 
						
							
							
								
								Fixed issue with running both clients (kepka and tdesktop) simultaneously.  
							
							 
							
							... 
							
							
							
							Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> 
							
						 
						
							2018-01-17 21:20:17 +03:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								e609b4464d 
								
							 
						 
						
							
							
								
								Fix non-utf8 text in commit  31ed5214f0 
							
							 
							
							
							
						 
						
							2018-01-14 01:36:38 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								c8409776f6 
								
							 
						 
						
							
							
								
								Fix detection variable usage  
							
							 
							
							
							
						 
						
							2018-01-12 23:23:38 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								a9ea8da861 
								
							 
						 
						
							
							
								
								Print found frameworks  
							
							 
							
							
							
						 
						
							2018-01-12 23:23:38 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								aaf3cd7328 
								
							 
						 
						
							
							
								
								Reorder osx frameworks list  
							
							 
							
							
							
						 
						
							2018-01-12 23:23:38 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								67cfd8e8b2 
								
							 
						 
						
							
							
								
								Remove unused submodule  
							
							 
							
							
							
						 
						
							2018-01-12 23:23:38 +02:00  
						
					 
				
					
						
							
							
								 
								Friedrich von Never
							
						 
						
							 
							
							
							
							
								
							
							
								31ed5214f0 
								
							 
						 
						
							
							
								
								Allow unicode quotes as markdown entry separators. ( #54 )  
							
							 
							
							... 
							
							
							
							Fixes  #13 . (Based on upstream's commit telegramdesktop/tdesktop@2e421e8 , ) 
							
						 
						
							2017-12-24 20:30:13 +04:00  
						
					 
				
					
						
							
							
								 
								Friedrich von Never
							
						 
						
							 
							
							
							
							
								
							
							
								18cd75ab41 
								
							 
						 
						
							
							
								
								Fix handling of dashes in the style directory path ( #53 )  
							
							 
							
							... 
							
							
							
							Fix by @ForNeVeR 
							
						 
						
							2017-12-24 19:03:59 +04:00  
						
					 
				
					
						
							
							
								 
								Stanislav Ershov
							
						 
						
							 
							
							
							
							
								
							
							
								d73cfacde9 
								
							 
						 
						
							
							
								
								[skip ci] remove unused code from original tdesktop app  
							
							 
							
							
							
						 
						
							2017-12-22 19:07:36 +03:00  
						
					 
				
					
						
							
							
								 
								Vitaly Zaitsev
							
						 
						
							 
							
							
							
							
								
							
							
								e1ffe76dff 
								
							 
						 
						
							
							
								
								Fixed spelling in libtgvoip third-party library.  
							
							 
							
							... 
							
							
							
							Patch backported from https://github.com/grishka/libtgvoip/pull/31  pull request.
Original patch by: Nicholas Guriev <guriev-ns@ya.ru> 
							
						 
						
							2017-12-21 17:42:17 +02:00  
						
					 
				
					
						
							
							
								 
								Vitaly Zaitsev
							
						 
						
							 
							
							
							
							
								
							
							
								03eb0169b3 
								
							 
						 
						
							
							
								
								Fixed build against OpenSSL 1.1.  
							
							 
							
							... 
							
							
							
							Patch backported from https://github.com/grishka/libtgvoip/pull/31  pull request.
Original patch by: Nicholas Guriev <guriev-ns@ya.ru>
Closes  #43 . 
							
						 
						
							2017-12-21 17:42:17 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								3c309a5f3b 
								
							 
						 
						
							
							
								
								Use correct add_test() format to obtain correct path to test executables  
							
							 
							
							
							
						 
						
							2017-12-21 12:16:49 +03:00  
						
					 
				
					
						
							
							
								 
								crackedmind
							
						 
						
							 
							
							
							
							
								
							
							
								6ffc8d3905 
								
							 
						 
						
							
							
								
								Remove Qt plugins path rewriting  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								59ee61a90d 
								
							 
						 
						
							
							
								
								Handle all enum values  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								crackedmind
							
						 
						
							 
							
							
							
							
								
							
							
								b25df92d35 
								
							 
						 
						
							
							
								
								Link in threading libraries if necessary  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								crackedmind
							
						 
						
							 
							
							
							
							
								
							
							
								e4358bef35 
								
							 
						 
						
							
							
								
								Update cmake for linux builds  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								c4fe2f86ea 
								
							 
						 
						
							
							
								
								Add explicit typecasting for some constants  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Evgenii Zheltonozhskii
							
						 
						
							 
							
							
							
							
								
							
							
								3c350fc719 
								
							 
						 
						
							
							
								
								Replace typeof() gcc extension with decltype()  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								25b5d2d61f 
								
							 
						 
						
							
							
								
								Create styles directory initially  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								6c6c23c5a1 
								
							 
						 
						
							
							
								
								Set flag only if supported by the compiler  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								b58adbd2b1 
								
							 
						 
						
							
							
								
								Add ALSA and PulseAudio support on Linux  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								44e89b9cbe 
								
							 
						 
						
							
							
								
								Set LINUX os flag  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								c8a36d27be 
								
							 
						 
						
							
							
								
								Fix condition name  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								a67bd6e770 
								
							 
						 
						
							
							
								
								Adjust OpenAL detection on Linux systems  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Stanislav Ershov
							
						 
						
							 
							
							
							
							
								
							
							
								0c4f569f65 
								
							 
						 
						
							
							
								
								Fix error c2100 invalid inderection against visual c++ 19.12 (visual studio 15.5)  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								badbf7a900 
								
							 
						 
						
							
							
								
								Enable tests  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								a1e200c273 
								
							 
						 
						
							
							
								
								Add more defines from gyp  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								fb2fe2057d 
								
							 
						 
						
							
							
								
								Add todo notes  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								7e683880be 
								
							 
						 
						
							
							
								
								Reorg cmake structure - remove duplication, reorder sections  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								c2edb39069 
								
							 
						 
						
							
							
								
								Cleanup formatting  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								71daae1227 
								
							 
						 
						
							
							
								
								Fix crash in RSA public key wrapper.  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Nicholas Guriev
							
						 
						
							 
							
							
							
							
								
							
							
								f74793ca3f 
								
							 
						 
						
							
							
								
								Optimize key initialization  
							
							 
							
							... 
							
							
							
							* Do not do redundant copying of numbers. 
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Nicholas Guriev
							
						 
						
							 
							
							
							
							
								
							
							
								97b8616e01 
								
							 
						 
						
							
							
								
								Fix build against OpenSSL 1.1  
							
							 
							
							... 
							
							
							
							Closes : #3196  
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								9d03c65350 
								
							 
						 
						
							
							
								
								Shorten all lines lengths to fit 100 column limit  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								44eb8751e0 
								
							 
						 
						
							
							
								
								Move detection to parent cmake file  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								fb783cfd64 
								
							 
						 
						
							
							
								
								Use OpenAL-provided cmake config, update readme  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								6b6a0475ab 
								
							 
						 
						
							
							
								
								Fix compilation on Windows  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								29db5da807 
								
							 
						 
						
							
							
								
								Remove autoupdater  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								c417b45469 
								
							 
						 
						
							
							
								
								Remove useless bitfield qualifier  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								e9184f9ab5 
								
							 
						 
						
							
							
								
								Replace non-standard types with Qt equivalents  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								941b306f7a 
								
							 
						 
						
							
							
								
								Suppress warnings for unhandled enum values  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								0f1254586c 
								
							 
						 
						
							
							
								
								Remove type mismatch  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								fa344a9a47 
								
							 
						 
						
							
							
								
								Update version info with procxx tag  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								27e384e940 
								
							 
						 
						
							
							
								
								Move tests to separate directory  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								45e09dc3d6 
								
							 
						 
						
							
							
								
								Add C++ logo overlay  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								16aea1439a 
								
							 
						 
						
							
							
								
								Clean up formatting  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
						
					 
				
					
						
							
							
								 
								Berkus Decker
							
						 
						
							 
							
							
							
							
								
							
							
								f09feaf8b1 
								
							 
						 
						
							
							
								
								Remove FIPS_mode_set() call  
							
							 
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00