3993 Commits (b83d2a504ae58d1f952bcc836f1423b5f8e20fa7)
 

Author SHA1 Message Date
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
Joao Matos 586b14ab62 Fixed previously missing rename target checking for classes. 8 years ago
Joao Matos c7771cc677 Reworked GenerateEnumItemFromMacro so enum items have namespaces. 8 years ago
Joao Matos b0ec4e7f5e Fixed generated build files to directly link against "CppSharp" for test projects. 8 years ago
Joao Matos 46e697b0fb Improved generator test runner to find tests in embedded setup. 8 years ago
Joao Matos c4edb58881 Re-order declarations in CSharp test generator. 8 years ago
Joao Matos baa30f0aa2 Improve debug display for Block. 8 years ago
Joao Matos a531fafa4a Simplify some rename pass code. 8 years ago
Joao Matos e74c72cb31 Call VisitDeclaration when visiting enumeration items. 8 years ago
Joao Matos 3b7199f61c Refactor all renaming pass declaration checking into IsRenameableDecl. 8 years ago
Dimitar Dobrev 10ac0a4865 Fixed the getting of the template a specialised function is instantiated from. 8 years ago
Dimitar Dobrev 254e51145f Moved the generation of C# bodies to their own methods. 8 years ago
Dimitar Dobrev aae856971c Revert "Refactor all renaming pass declaration checking into IsRenameableDecl." 8 years ago
Joao Matos a6c85ffee8 Fixed previously missing rename target checking for classes. 8 years ago
Joao Matos 655cdd1cb4 Refactor all renaming pass declaration checking into IsRenameableDecl. 8 years ago
Dimitar Dobrev 8b230bdf07 Fixed a corner case of a default parameter with a type mapped to an enum. 8 years ago
Dimitar Dobrev cb49d38c86 Ignored partial specialisations of class templates. 8 years ago
Dimitar Dobrev 50deefa339 Fixed a regression causing internals of some class templates to be missed. 8 years ago
Dimitar Dobrev ab62115edc Prevented class templates from being static. 8 years ago
Dimitar Dobrev bc078d8a15 Removed the limitation about class templates when checking v-table entries. 8 years ago
Dimitar Dobrev a1cd57667b Ignored the unused methods in system class templates. 8 years ago
Dimitar Dobrev f7e5d9cc0e Added std::char_traits as a supported type because std::string needs it. 8 years ago
Dimitar Dobrev 8fe6e346c5 Ignored templates specialised with types external to the template itself. 8 years ago
Dimitar Dobrev 48d373f10b Fixed a typing and a grammatical error in the guide to contributing. 8 years ago
Dimitar Dobrev a1fa5bd93f Changed the generation of patched v-tables to also work for class templates. 8 years ago