8000 Tags · bottlenoselabs/c2cs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bottlenoselabs/c2cs

Tags

v2025.05.01

Toggle v2025.05.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix startup time on linux (#185)

- Responsible is the HostBuilder configuring JsonConfigurationSources automatically for appsettings
- Those sources have reloadOnChange enabled
- dotnet/runtime#53715
- Do not add back automatically added JsonConfigurationSources

v2025.02.20

Toggle v2025.02.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix constructor for `NativeHandle` and docs in `Interop.Runtime` (#182)

* Update docs for `ArenaNativeAllocator`

* Update constructor and docs for `NativeHandle`

* Update generate `helloworld-app` bindings

v2025.02.17

Toggle v2025.02.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `ArenaNativeAllocator` bug + add `Disposable` and `NativeHandle` (#…

…181)

v2025.01.28

Toggle v2025.01.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
wchar_t* -> IntPtr (#177)

v2025.01.27

Toggle v2025.01.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
INativeAllocator and friends (#176)

* INativeAllocator and friends

* Update example

* Remove ignored names input

v2025.01.09

Toggle v2025.01.09's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix version stamp (#174)

v2025.01.08

Toggle v2025.01.08's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Generate nested struct if anonymous struct or union has a field name (#…

…172)

* Global using

* Refactor `BaseGenerator`

* Refactor

* Don't generate node if it's using a C# built in type name

* Generate nested struct if anonymous struct or union has a field name

* Use parent struct name in nested struct

v2023.11.22

Toggle v2023.11.22's commit message
Delete libclang references

v6.1.4

Toggle v6.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adds explicit cast to node value. (#157)

resolves #155

v6.1.3

Toggle v6.1.3's commit message
Use @loader_path instead of @executable_path

0