3917 Commits (10c86a2a10e0e3337ba5d6075a380ed9e2c8bc4b)
 

Author SHA1 Message Date
realvictorprm 10c86a2a10 Fixed the generated C# when an incomplete class is forwarded more than once. 8 years ago
realvictorprm 9d89764965 Wrapped injected classes in order to ease binding lists of redeclarations. 8 years ago
Dimitar Dobrev b40aea7583 Changed the example to show include and library dirs. 8 years ago
Dimitar Dobrev eb8bf24bd4 Removed the note about looking for volunteers in GSoC. 8 years ago
Joao Matos 9dc880dd6a Fixed build files to run mono64 in 64-bit non-VS builds. 8 years ago
Joao Matos d7bc6eb279 Move "arch=" build option to helpers file and provide a default value. 8 years ago
Joao Matos d6049dc49e Added support for specifying build target architecture when building LLVM. 8 years ago
Dimitar Dobrev c3f7fa10c2 Changed the generation of symbols to only include specialisations from generated functions. 8 years ago
Dimitar Dobrev 120e386ad9 Fixed a few warnings. 8 years ago
Dimitar Dobrev ac83eed80a Exported template specialisations in the native symbols. 8 years ago
Dimitar Dobrev 33e54fac67 Fixed a typing error. 8 years ago
Dimitar Dobrev 42facd9df1 Fixed the generation of parameters in the C# printer. 8 years ago
Dimitar Dobrev 52788fd0d6 Removed a redundant parameter. 8 years ago
João Matos 1de852ad9b Update README.md 8 years ago
realvictorprm f44c578be8 Disabled generation of disposable for incomplete structs/classes (#799) 8 years ago
realvictorprm 938ccf686b Incomplete classes and structs are now generated for C#. (#797) 8 years ago
Dimitar Dobrev 38f247b1db Merged the libraries for inlines and templates into one. 8 years ago
Dimitar Dobrev 230d0366d2 Replaced obsolete code in the example for SDL. 8 years ago
Abhinav Tripathi 91fcfd0b5c Fix CheckStaticClass pass and add test. (#795) 8 years ago
realvictorprm 4307fb3303 Fixed ArgumentException due to nullptr arguments in Marshaling native function pointers. (#794) 8 years ago
Dimitar Dobrev 4df0506c38 Revert "Increasing the time out in Travis from 10 to 15 minutes when installing Mono." 8 years ago
Dimitar Dobrev 4dc3b4e133 Restored some unused but needed code. 8 years ago
Dimitar Dobrev 625a2c33d0 Increasing the time out in Travis from 10 to 15 minutes when installing Mono. 8 years ago
Dimitar Dobrev 087cb25775 Added a fall-back when trying to use the latest version of VS. 8 years ago
Dimitar Dobrev 021c3d0821 Fixed the build after the suspension of public folders in DropBox. 8 years ago
Dimitar Dobrev 76328b7d95 Adapted the build status to the new markdown. 8 years ago
João Matos 156b1996e8 Merge pull request #791 from realvictorprm/patch-1 8 years ago
realvictorprm db27218ee3 Update README.md 8 years ago
João Matos a954c54a6c Merge pull request #790 from realvictorprm/master 8 years ago
realvictorprm 8f8031584c Added complete support for VS 2017 8 years ago
Dimitar Dobrev d2f76cb60d Added a note about CppSharp in the Google Summer of Code 2017 8 years ago
Dimitar Dobrev e2a2e8df4b Fixed the generated C# for an array of const char*. 8 years ago
Dimitar Dobrev 2e3da64586 Fixed a regression caused by VS failing to rebuild properly. 8 years ago
Dimitar Dobrev c3f7c50702 Changed events to be visited after properties when renaming. 8 years ago
Dimitar Dobrev 8233f52da3 Fixed a regression when renaming overridden properties. 8 years ago
Joao Matos 3ee3a5b9a2 Implemented mapping of MSVC to VS 2017 in build scripts. 8 years ago
Joao Matos 0c168a59de Fixed CMake generator name for VS 2017. 8 years ago
Joao Matos 304005bb0b Updated Premake executable on Windows for VS2017 support. 8 years ago
Joao Matos 1a634a2a86 Implemented CMake VS2017 generator mapping in LLVM build script. 8 years ago
Joao Matos 649bee2511 Extracted VS version lookup code in build script. 8 years ago
João Matos 9538be6d3e Merge pull request #789 from realvictorprm/master 8 years ago
realvictorprm 1662f5108f Added support for VS 2017 project generation 8 years ago
Dimitar Dobrev 358c03e261 Fixed a regression when a method called "dispose" is wrapped. 8 years ago
Dimitar Dobrev dd82358a04 Always upper-cased the first character of a function. 8 years ago
Dimitar Dobrev ea9c12842a Changed the renaming not to lose separation in new names. 8 years ago
Dimitar Dobrev d293a7f49f Regenerated the parser bindings with the renaming of enum items. 8 years ago
Dimitar Dobrev fe85a33ba1 Restored the renaming of enums. 8 years ago
Dimitar Dobrev 028eac9d69 Visited parameters while renaming. 8 years ago
Joao Matos df9666d6c4 Added final AST support for methods and classes. 8 years ago
Joao Matos 17f768f6c4 Add classes as rename targets for default renaming pass. 8 years ago