Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								b0db304523 
								
							
								 
							
						 
						
							
							
								
								Fixed overloading of operators with parameters mapped to the same type.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								a65f91949c 
								
							
								 
							
						 
						
							
							
								
								Handled int and long in maps to help resolve ambiguity.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								efa11ab745 
								
							
								 
							
						 
						
							
							
								
								Simplified type maps by unlinking them from declarations.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								4adc3d646a 
								
							
								 
							
						 
						
							
							
								
								Fixed right-value references creating ambiguous overloads.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								202ae75df4 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated code in a case of ambiguous overloads.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								a4913509eb 
								
							
								 
							
						 
						
							
							
								
								Added type maps for primitive strings (pointers to char).  
							
							 
							
							... 
							
							
 
							
							const char*, const char16_t* and const wchar_t* in particular.
This enables comparison of types when resolving ambiguity.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								7817b52ce3 
								
							
								 
							
						 
						
							
							
								
								Tested indirect calls from native code of overrides in the target language.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								a240827d54 
								
							
								 
							
						 
						
							
							
								
								Added a test for passing an std::string by value.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								41b22762a4 
								
							
								 
							
						 
						
							
							
								
								Fixed the marshalling of std::string with GCC 6+ on Linux.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								88f118ec4e 
								
							
								 
							
						 
						
							
							
								
								Fixed the parsing of functions with integral template args.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								e035b27686 
								
							
								 
							
						 
						
							
							
								
								Fixed a crash when parsing type aliases.  
							
							 
							
							... 
							
							
 
							
							This was caused by a change in behaviour in Clang - a8770a7e8e  (SVN revision 346146).
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								e10fc01bff 
								
							
								 
							
						 
						
							
							
								
								Changed type maps to only return types - no strings.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Joao Matos
							
						 
						
							 
							
							
							
								
							
								ef0b054301 
								
							
								 
							
						 
						
							
							
								
								Split Parser::ParseHeader into helper methods.  
							
							 
							
							... 
							
							
 
							
							Use clang::SemaConsumer interface callback to walk over the parsed AST.
This deals with a nasty bug that occurs when processing late-parsed template declarations.
The clang::Parser object life is tied to clang::ParseAST function, so we need to process the AST in the callback.
Fixes https://github.com/mono/CppSharp/issues/1123  and (hopefully) https://github.com/mono/CppSharp/issues/1124 . 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								3346be0084 
								
							
								 
							
						 
						
							
							
								
								Resolved ambiguity between char-like types in the generated C#.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								eec05041a3 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for templates with > 1 ctor taking a pointer to a class.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								3ca1579d02 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for pure virtual functions with default arguments.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								aef1acb43f 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for default arguments of type pointer to a function.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								a1af3d3182 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for a certain case of two default parameters.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								dc27c44606 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for arguments with default values of "nullptr".  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								637018f4d6 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for setters with default parameters.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								1420bd9216 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for public fields with types mapped to primitive.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								0c87a77311 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for constant references to primitives.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								8feac37ae1 
								
							
								 
							
						 
						
							
							
								
								Fixed ambiguity when the type of a parameter is mapped to a type in an overload.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								8c394afd86 
								
							
								 
							
						 
						
							
							
								
								Simplified a type map  in the tests.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								3917ca2584 
								
							
								 
							
						 
						
							
							
								
								Fixed renaming when items of an enum only differ by case.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								92da301135 
								
							
								 
							
						 
						
							
							
								
								Fixed the generation when a secondary base is used in more than one unit.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Joao Matos
							
						 
						
							 
							
							
							
								
							
								2d57c787c6 
								
							
								 
							
						 
						
							
							
								
								Fixed generation support for pointers to enums in C#.  
							
							 
							
							... 
							
							
 
							
							Fixes https://github.com/mono/CppSharp/issues/1093 . 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Joao Matos
							
						 
						
							 
							
							
							
								
							
								2a53e079aa 
								
							
								 
							
						 
						
							
							
								
								Fixed broken class instance check in FunctionToInstanceMethodPass.  
							
							 
							
							... 
							
							
 
							
							Fixes https://github.com/mono/CppSharp/issues/1081 . 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Matthew Albrecht
							
						 
						
							 
							
							
							
								
							
								f8ccbb80c0 
								
							
								 
							
						 
						
							
							
								
								Added parameter index to managed marshal variables  
							
							 
							
							
 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								9ef1967955 
								
							
								 
							
						 
						
							
							
								
								Changed the generated C# for const references to primitives as just primitives.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								João Matos
							
						 
						
							 
							
							
							
								
							
								74d753ae7f 
								
							
								 
							
						 
						
							
							
								
								Remove Linux test exclusion ( #1049 )  
							
							 
							
							
 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								TheLastRar
							
						 
						
							 
							
							
							
								
							
								430bbdb257 
								
							
								 
							
						 
						
							
							
								
								Evaluate expressions for enums generated using GenerateEnumFromMacros ( #1048 )  
							
							 
							
							... 
							
							
 
							
							* Evaluate expressions when generating enum from macros
ExpressionEvaluator taken from https://github.com/codingseb/ExpressionEvaluator 
* Set namespace for enums generated from macros.
* Add Tests 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Rokas Kupstys
							
						 
						
							 
							
							
							
								
							
								d8b53721ef 
								
							
								 
							
						 
						
							
							
								
								Fix for  #1043  ( #1044 )  
							
							 
							
							... 
							
							
 
							
							Field property getter returns non-value types by reference instead of by copy.
Fixes  #1043 
* Minor code clarity cleanup in GenerateFieldSetter. No behavior changed.
* Fix incorrect code generated in some cases.
* Test for fields getters returning references. 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								67b241d95b 
								
							
								 
							
						 
						
							
							
								
								Added support for 16-bit wide characters (char16_t).  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								10c8211a7c 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# when a template interface specialised with another specialisation returns a template parameter.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								ae9eede6f1 
								
							
								 
							
						 
						
							
							
								
								Fixed a crash when a constructor takes a template or specialisation.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								6dec97fd99 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for public fields with type a dependent pointer.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								4b310875d3 
								
							
								 
							
						 
						
							
							
								
								Enabled classes having specializations for secondary bases to call their extensions.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								a119bdb3f0 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for subclasses of specialisations used as secondary bases.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								cb6d2aee23 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# when a template specialization with extensions is used for a secondary base.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								52c754c4de 
								
							
								 
							
						 
						
							
							
								
								Extended the multiple inheritance to work for templates.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								1e6c881bdc 
								
							
								 
							
						 
						
							
							
								
								Fixed a regression causing public fields of type specialization to be ignored.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								51c0f37aa3 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for templates with optional arguments.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								db3e04cca0 
								
							
								 
							
						 
						
							
							
								
								Represented "void" with "object" for template arguments in the generated C#.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								1a1308ad8a 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for public fields with type a dependent function pointer.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								c264690e90 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# when a constructor has a default parameter with type an external specialisation.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								84f145b3e9 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# when a function uses an external specialisation.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								fbd76adcb9 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# when a base class is an external specialisation.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								a1327b4402 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for indexers with dependent keys.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dimitar Dobrev
							
						 
						
							 
							
							
							
								
							
								0ea147b1e3 
								
							
								 
							
						 
						
							
							
								
								Fixed the generated C# for templated indexers specialised with enums.  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com> 
							
						 
						
							8 years ago