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
|
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 |
triton
|
5ef899366c
|
Renamed the test suite projects.
|
11 years ago |
Elias Holzer
|
911ce43e07
|
Use List<IntPtr> when mapping a std::vector<T*> where T is a primitive type.
Pointers are not allowed in generic arguments.
|
13 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
|
a766ba7255
|
Added tests for C++ STL vectors.
|
13 years ago |