Commit Graph

43 Commits

Author SHA1 Message Date
Marco Mastropaolo
9eb88e4b34 Added option to avoid nint/nuint types (compatibility with older C# versions).
The option is called `csharp_use_nint_types` and defaults to `true`.
	Setting it as `false` will cause csbindgen to map the appropriate types
	to `System.IntPtr` and `System.UIntPtr` (the .NET aliases for `nint` and
	`nuint`) that are supported by all C# versions.
2023-09-19 19:32:24 +02:00
startewho
82c91e13f5 Update README.md 2023-09-08 15:43:44 +08:00
startewho
c4781ee653 spell error 2023-09-08 15:37:29 +08:00
startewho
cee92d8130 add fliter 2023-09-08 15:31:23 +08:00
neuecc
6f4c59f928 ReadMe for v1.8.0 2023-09-07 17:38:45 +09:00
neuecc
6e27a5ba08 support NonZero 2023-09-05 16:42:44 +09:00
neuecc
7cd77da373 ready for 1.7.4 2023-08-15 22:10:32 +09:00
neuecc
1aa65e75fa more generate_const 2023-08-15 22:10:06 +09:00
neuecc
511053bb5c ReadMe for csharp_imported_namespaces 2023-08-15 19:56:27 +09:00
Yoshifumi Kawai
ffea1be846
Update README.md 2023-07-28 18:00:51 +09:00
Yoshifumi Kawai
e9071f3bd5
Update README.md 2023-07-02 10:26:11 +09:00
Yoshifumi Kawai
134e4f35fa
Update README.md 2023-06-30 17:02:45 +09:00
Nicholas Maselli
09ef58a304
Update README.md 2023-04-27 11:30:35 -04:00
Yuta Hinokuma
6503d1c738
Add a setting to GetStarted to build crate into a dynamic library. 2023-04-25 19:56:22 +09:00
neuecc
e4b25c3d73 ReadMe 1.7.0
multi input_bindgen_file
support bitflags crate
support tuple struct
support unit struct
new csharp_disable_emit_dll_name option
GroupedNativeMethods code generator
2023-04-17 20:01:20 +09:00
Yoshifumi Kawai
251645b232
Update README.md 2023-04-11 21:01:00 +09:00
neuecc
1bd4f42ba2 fix invalid code generation when type alias is fixed-array 2023-03-23 00:58:57 +09:00
neuecc
6b81a0779b v1.5.0 2023-03-19 02:45:09 +09:00
neuecc
a1db7165c7 char maps uint 2023-03-19 02:23:39 +09:00
neuecc
4d900612c8 ready 1.4.0 2023-03-17 17:46:32 +09:00
pCYSl5EDgo
e52c1ed45e
Remove code example
Undefined Behaviour
2023-03-13 21:31:41 +09:00
pCYSl5EDgo
5bb58158e6 about ... varargs 2023-03-13 16:39:21 +09:00
Yoshifumi Kawai
c15d34137a
Update README.md 2023-03-13 09:58:01 +09:00
neuecc
62a556f0cd rm 2023-03-13 07:38:24 +09:00
Yoshifumi Kawai
ecaccf9f90
showcase 2023-03-10 14:36:23 +09:00
neuecc
e016568361 improve unity callback support(generate custom delegate) 2023-03-09 03:49:05 +09:00
neuecc
756bc8e190 r 2023-03-08 18:48:30 +09:00
neuecc
5b1de23200 v1.1 2023-03-08 18:41:46 +09:00
Yoshifumi Kawai
9e980643b2
Update README.md 2023-03-07 17:20:33 +09:00
Yoshifumi Kawai
360f63f455
Update README.md 2023-03-07 17:14:46 +09:00
Yoshifumi Kawai
09f3bd07b8
Update README.md 2023-03-07 17:06:06 +09:00
Yoshifumi Kawai
c5182aefb1
Update README.md 2023-03-07 17:05:43 +09:00
neuecc
6f2617f40f r2 2023-03-07 05:19:04 +09:00
neuecc
6e723f4a86 v1 complete 2023-03-07 05:00:14 +09:00
neuecc
95c7e56b95 CLong 2023-03-01 16:08:32 +09:00
neuecc
f0cf232472 r 2023-03-01 15:00:15 +09:00
neuecc
5bc027201b add csharp_class_accessibility 2023-02-28 19:24:11 +09:00
Yoshifumi Kawai
50e406b5c8
Update README.md 2023-02-28 18:45:31 +09:00
neuecc
8f65b0dba9 0.1.1 2023-02-28 18:39:52 +09:00
neuecc
b71706ebf3 rm to 2023-02-28 18:12:04 +09:00
neuecc
e1941c5519 o 2023-02-28 16:21:19 +09:00
neuecc
25a2493e4a badge 2023-02-28 16:20:32 +09:00
neuecc
6e442da24e Initial commit 2023-02-27 03:29:42 +09:00