João Matos
|
4417dd987a
|
Code cleanups and improvements (#1713)
* Code cleanups.
* Run GetterSetterToPropertyPass for more generators.
* Fixed compile warning when compiling parser bindings.
* Cleanup driver code.
* Remove dead 32-bit code.
* Reduce verbosity when Options.Quiet is set.
* Remove test compile-time warnings.
* Move .NET tests to tests/dotnet.
* Remove unused AST viewer code and premake-qt submodule.
* Move tests2/ contents to tests/.
|
4 years ago |
josetr
|
0b270df006
|
Rename files
|
6 years ago |
Dimitar Dobrev
|
4d8ab83328
|
Fix patching of virtual tables for MSVC with RTTI
Fixes https://github.com/mono/CppSharp/issues/1151.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
|
6 years ago |
Dimitar Dobrev
|
fe85a33ba1
|
Restored the renaming of enums.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
|
10 years ago |
Dimitar Dobrev
|
4f10e9fb78
|
Fixed the build after the refactoring.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
|
10 years ago |
Dimitar Dobrev
|
48fece6aa1
|
Revert "Threw an exception when there are parsing errors, and handled it in the test clients."
This reverts commit 01e872b30d.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
|
11 years ago |
Dimitar Dobrev
|
01e872b30d
|
Threw an exception when there are parsing errors, and handled it in the test clients.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
|
11 years ago |
Dimitar Dobrev
|
451278cb10
|
Removed the option for abstract impls thus enabling them by default.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
|
11 years ago |
triton
|
1b7947538a
|
Move all the testing infrastructure to CppSharp.Generator.Tests.
|
13 years ago |
triton
|
4d70b60700
|
Renamed ASTContext parameter from "lib" to "ctx".
|
13 years ago |
triton
|
07c5f7339f
|
Simplify the tests Main method.
|
13 years ago |
triton
|
d114ac0f0e
|
Renamed LanguageGeneratorKind to GeneratorKind.
|
13 years ago |
triton
|
3e489c9a06
|
Updated the generators and tests for new class names.
|
13 years ago |
triton
|
c66c34d4a9
|
Renamed the CLI language generator kind to be more uniform.
|
13 years ago |
triton
|
b41b5c6459
|
Fixed virtual tables tests.
|
13 years ago |
triton
|
e0903d8fac
|
Added virtual table tests.
|
13 years ago |