Stevoisiak
							
						 
					 | 
					
						
						
							
						
						b25e1a2eb4
					 | 
					
						
						
							
							Various formatting and consistency fixes
						
						
						
						
						
						
					 | 
					
						2014-11-13 22:42:18 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Rohit Nirmal
							
						 
					 | 
					
						
						
							
						
						fbc64984ca
					 | 
					
						
						
							
							Include CommonTypes.h instead of Common.h.
						
						
						
						
						
						
					 | 
					
						2014-09-08 15:39:58 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								shuffle2
							
						 
					 | 
					
						
						
							
						
						9302218a19
					 | 
					
						
						
							
							Merge pull request #851 from lioncash/logg
						
						
						
						
						
						
						
						Common: Kill off duplicate log warning definitions 
						
						
					 | 
					
						2014-09-06 12:35:19 -07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						690ed8580c
					 | 
					
						
						
							
							Common: Kill off duplicate log warning definitions
						
						
						
						
						
						
						
						Also embed the log checks rather than using macros 
						
						
					 | 
					
						2014-09-06 15:11:29 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						4cb46879bc
					 | 
					
						
						
							
							DiscIO: Move some raw pointers over to unique_ptr
						
						
						
						
						
						
					 | 
					
						2014-08-31 14:48:57 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						ca5340ebde
					 | 
					
						
						
							
							Centralize the logging code into its own folder in Common.
						
						
						
						
						
						
					 | 
					
						2014-06-25 22:11:42 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						a82675b7d5
					 | 
					
						
						
							
							Kill off some usages of c_str.
						
						
						
						
						
						
						
						Also changes some function params, but this is ok.
Some simplifications were also able to be made (ie. killing off strcmps with ==, etc). 
						
						
					 | 
					
						2014-03-14 13:51:23 -04:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Matthew Parlane
							
						 
					 | 
					
						
						
							
						
						31cfc73a09
					 | 
					
						
						
							
							Fixes spacing for "for", "while", "switch" and "if"
						
						
						
						
						
						
						
						Also moved && and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
						
						
					 | 
					
						2014-03-11 00:35:07 +13:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Tillmann Karras
							
						 
					 | 
					
						
						
							
						
						d802d39281
					 | 
					
						
						
							
							clang-modernize -use-nullptr
						
						
						
						
						
						
						
						and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine 
						
						
					 | 
					
						2014-03-09 21:14:26 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Pierre Bourdon
							
						 
					 | 
					
						
						
							
						
						c698c07755
					 | 
					
						
						
							
							Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change).
						
						
						
						
						
						
					 | 
					
						2014-02-22 23:37:29 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Pierre Bourdon
							
						 
					 | 
					
						
						
							
						
						8ea8da6ebc
					 | 
					
						
						
							
							Fix more header sorting issues in DiscIO/ (now check-includes clean).
						
						
						
						
						
						
					 | 
					
						2014-02-20 01:01:10 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Lioncash
							
						 
					 | 
					
						
						
							
						
						2afe215271
					 | 
					
						
						
							
							Convert all includes to relative paths.
						
						
						
						
						
						
					 | 
					
						2014-02-18 02:19:10 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Jasper St. Pierre
							
						 
					 | 
					
						
						
							
						
						34692ab826
					 | 
					
						
						
							
							Remove unnecessary Src/ folders
						
						
						
						
						
						
					 | 
					
						2013-12-31 14:03:19 -05:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |