4565 Commits (c4a215f5faebdfd9d015279d35adb23bdf0dec8b)
 

Author SHA1 Message Date
Dimitar Dobrev 14080382e4 Fixed the generated C++ for symbols when protected classes need them. 8 years ago
Dimitar Dobrev b22abfc80b Removed the possibility for conflicts between overloads when generating C++ for symbols. 8 years ago
Dimitar Dobrev 1ff17daae3 Documented the release of CppSharp 0.8.17. 8 years ago
Dimitar Dobrev ad5ce72a07 Collected extra symbols in the order of their compilation. 8 years ago
Dimitar Dobrev ce22a3cb21 Fixed the generated C# when a specialisation of a template used as a secondary base has an invalid function. 8 years ago
Dimitar Dobrev 10c8211a7c Fixed the generated C# when a template interface specialised with another specialisation returns a template parameter. 8 years ago
Dimitar Dobrev 08bebbb5eb Fixed the generated C# when a default arg is assigned a specialisation also used as a secondary base. 8 years ago
Dimitar Dobrev ae9eede6f1 Fixed a crash when a constructor takes a template or specialisation. 8 years ago
Dimitar Dobrev 6dec97fd99 Fixed the generated C# for public fields with type a dependent pointer. 8 years ago
Dimitar Dobrev 4b310875d3 Enabled classes having specializations for secondary bases to call their extensions. 8 years ago
Dimitar Dobrev a119bdb3f0 Fixed the generated C# for subclasses of specialisations used as secondary bases. 8 years ago
Dimitar Dobrev cb6d2aee23 Fixed the generated C# when a template specialization with extensions is used for a secondary base. 8 years ago
Dimitar Dobrev 52c754c4de Extended the multiple inheritance to work for templates. 8 years ago
Dimitar Dobrev 1e6c881bdc Fixed a regression causing public fields of type specialization to be ignored. 8 years ago
Dimitar Dobrev 51c0f37aa3 Fixed the generated C# for templates with optional arguments. 8 years ago
Dimitar Dobrev db3e04cca0 Represented "void" with "object" for template arguments in the generated C#. 8 years ago
Dimitar Dobrev 1a1308ad8a Fixed the generated C# for public fields with type a dependent function pointer. 8 years ago
Dimitar Dobrev c264690e90 Fixed the generated C# when a constructor has a default parameter with type an external specialisation. 8 years ago
Dimitar Dobrev a96b2e2877 Set an index when marshalling the value in setters of properties. 8 years ago
Dimitar Dobrev 84f145b3e9 Fixed the generated C# when a function uses an external specialisation. 8 years ago
Dimitar Dobrev fbd76adcb9 Fixed the generated C# when a base class is an external specialisation. 8 years ago
Dimitar Dobrev a1327b4402 Fixed the generated C# for indexers with dependent keys. 8 years ago
Dimitar Dobrev 0ea147b1e3 Fixed the generated C# for templated indexers specialised with enums. 8 years ago
Dimitar Dobrev 8d0db5d341 Reverted a simplification because it caused a regression. 8 years ago
Dimitar Dobrev 6553084e95 Simplified the generation of default zeroes. 8 years ago
João Matos 1743f7e051
Merge pull request #1024 from rokups/per-toolchain-llvm-packages 8 years ago
Dimitar Dobrev 3dba1eb594 Exported entire specialisations when they only have valid functions. 8 years ago
Dimitar Dobrev 1ebf418e18 Considered dependent fields when generating internals for types nested in templates. 8 years ago
Dimitar Dobrev 93e4a41bec Removed extensions for non-generated template specialisations. 8 years ago
Dimitar Dobrev 10607164ed Fixed the generated C# when a template returns a specialisation with itself as a type arg. 8 years ago
Dimitar Dobrev fceb204a98 Fixed the generated C# for members of types nested in templates. 8 years ago
Dimitar Dobrev cdc2e73f84 Fixed the generated C# when a template is nested in another. 8 years ago
Dimitar Dobrev 573818f33e Fixed a regression, a crash, when generating the parser bindings. 8 years ago
Dimitar Dobrev 1e80e8cf3c Simplified the equalisation of access of overrides. 8 years ago
Dimitar Dobrev 45a9dc4c2f Fixed a regression when a specialisation is mapped. 8 years ago
Rokas Kupstys a03a0ea0c5 Add `IgnoreConversionToProperty(pattern)` and `ForceConversionToProperty(pattern)`. 8 years ago
Rokas Kupstys 804f69498c Add `UsePropertyDetectionHeuristics` option to `DriverOptions`. 8 years ago
Rokas Kupstys 511ec16c33 Add "run" to verbs.txt 8 years ago
João Matos 50fa937ba8
Merge pull request #1027 from rokups/feature/referenced-assemblies 8 years ago
Rokas Kupstys d7682ef6d4 Add ability for managed module wrapper to reference extra assemblies. 8 years ago
Rokas Kupstys efc77924cc Add compiler/abi information to LLVM package names on linux. 8 years ago
João Matos 1a73c126cf
Merge pull request #1022 from rokups/fixes 8 years ago
Rokas Kupstys b90fb52525 Re-added linux include path that was removed by mistake. 8 years ago
Rokas Kupstys 944c9f4f7f Enable debug information generation for all tests. 8 years ago
Rokas Kupstys 9ea1821cb3 Fix debug output not being generated when AST element had no comment. 8 years ago
Rokas Kupstys 5a190bfb1b Explicitly link to libstdc++ on linux. 8 years ago
Rokas Kupstys e5bc151c78 All arguments passed to `build/Compile.sh` are passed to premake. 8 years ago
Rokas Kupstys 86f2c59ec5 Tweak linux include dirs, previous change broke GCC7 include dirs on archlinux. 8 years ago
Rokas Kupstys 7a3adcd401 Some linux distributions use `major.minor.patch` and some use `major.minor` for versioning include dirs. Add them all. 8 years ago
Rokas Kupstys aa33609d45 Clean up linux includes setup. 8 years ago