Commit 0052f36
authored
- .gitignore-1
- README.md+3-9
- docs/generating_python.md+4
- docs/state_of_the_project.md+3-1
- include/mrbind/targets/pybind11/core.h+4-2
- src/generators/csharp/generator.cpp+35-9
- src/generators/csharp/generator.h+4-1
- src/parser/main.cpp+14-6
- test/input/MR/test_csharp.h+9
- test/output_c/include/MR/test_csharp.h+10
- test/output_c/source/MR/test_csharp.cpp+9
- test/output_c_fixed_typedefs/include/MR/test_csharp.h+10
- test/output_c_fixed_typedefs/source/MR/test_csharp.cpp+7
- test/output_c_fixed_typedefs_64_only/include/MR/test_csharp.h+10
- test/output_c_fixed_typedefs_64_only/source/MR/test_csharp.cpp+7
- test/output_csharp/src/MR/test_csharp.cs+17
- 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+1-1
- test/output_csharp_fixed_typedefs/src/MR/test_csharp.cs+17
- 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+1-1
- test/output_csharp_fixed_typedefs_64_only/src/MR/test_csharp.cs+17
- test/output_csharp_fixed_typedefs_64_only/src/std_function_MR_CSharp_E1_from_MR_CSharp_E1.cs+1-1
- test/output_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+1-1
0 commit comments