Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thirdparty/mrbind
Submodule mrbind updated 63 files
+0 −1 .gitignore
+3 −9 README.md
+4 −0 docs/generating_python.md
+3 −1 docs/state_of_the_project.md
+4 −2 include/mrbind/targets/pybind11/core.h
+35 −9 src/generators/csharp/generator.cpp
+4 −1 src/generators/csharp/generator.h
+14 −6 src/parser/main.cpp
+9 −0 test/input/MR/test_csharp.h
+10 −0 test/output_c/include/MR/test_csharp.h
+9 −0 test/output_c/source/MR/test_csharp.cpp
+10 −0 test/output_c_fixed_typedefs/include/MR/test_csharp.h
+7 −0 test/output_c_fixed_typedefs/source/MR/test_csharp.cpp
+10 −0 test/output_c_fixed_typedefs_64_only/include/MR/test_csharp.h
+7 −0 test/output_c_fixed_typedefs_64_only/source/MR/test_csharp.cpp
+17 −0 test/output_csharp/src/MR/test_csharp.cs
+1 −1 test/output_csharp/src/std_function_MR_CSharp_E1_from_MR_CSharp_E1.cs
+1 −1 test/output_csharp/src/std_function_MR_CSharp_ExposedLayoutC_from_MR_CSharp_ExposedLayoutC.cs
+1 −1 test/output_csharp/src/std_function_MR_StdFunction_A.cs
+1 −1 test/output_csharp/src/std_function_MR_StdFunction_E_from_int_MR_StdFunction_E.cs
+1 −1 test/output_csharp/src/std_function_int.cs
+1 −1 test/output_csharp/src/std_function_int_from_int_int.cs
+1 −1 test/output_csharp/src/std_function_int_from_std_string.cs
+1 −1 test/output_csharp/src/std_function_int_ref_from_int_ref_int_rvalue_ref.cs
+1 −1 test/output_csharp/src/std_function_int_rvalue_ref.cs
+1 −1 test/output_csharp/src/std_function_std_string_from_int_float.cs
+1 −1 test/output_csharp/src/std_function_std_string_from_int_int.cs
+1 −1 test/output_csharp/src/std_function_void.cs
+1 −1 test/output_csharp/src/std_function_void_from_MR_StdFunction_A.cs
+1 −1 test/output_csharp/src/std_function_void_from_int_int.cs
+1 −1 test/output_csharp/src/std_function_void_from_std_string.cs
+17 −0 test/output_csharp_fixed_typedefs/src/MR/test_csharp.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_MR_CSharp_E1_from_MR_CSharp_E1.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_MR_CSharp_ExposedLayoutC_from_MR_CSharp_ExposedLayoutC.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_MR_StdFunction_A.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_MR_StdFunction_E_from_int32_t_MR_StdFunction_E.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_int32_t.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_int32_t_from_int32_t_int32_t.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_int32_t_from_std_string.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_int32_t_ref_from_int32_t_ref_int32_t_rvalue_ref.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_int32_t_rvalue_ref.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_std_string_from_int32_t_float.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_std_string_from_int32_t_int32_t.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_void.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_void_from_MR_StdFunction_A.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_void_from_int32_t_int32_t.cs
+1 −1 test/output_csharp_fixed_typedefs/src/std_function_void_from_std_string.cs
+17 −0 test/output_csharp_fixed_typedefs_64_only/src/MR/test_csharp.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_MR_CSharp_E1_from_MR_CSharp_E1.cs
+1 −1 ...ut_csharp_fixed_typedefs_64_only/src/std_function_MR_CSharp_ExposedLayoutC_from_MR_CSharp_ExposedLayoutC.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_MR_StdFunction_A.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_MR_StdFunction_E_from_int_MR_StdFunction_E.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_int.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_int_from_int_int.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_int_from_std_string.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_int_ref_from_int_ref_int_rvalue_ref.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_int_rvalue_ref.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_std_string_from_int_float.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_std_string_from_int_int.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_void.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_void_from_MR_StdFunction_A.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_void_from_int_int.cs
+1 −1 test/output_csharp_fixed_typedefs_64_only/src/std_function_void_from_std_string.cs
Loading