visualfc
|
d6d0faac6e
|
build: check -tags nogc
|
2024-08-16 11:34:58 +08:00 |
|
xushiwei
|
90be010c2b
|
Merge pull request #721 from aofei/os
c/os: fix `Execl`, `Execle`, and `Execlp` func signatures
|
2024-08-15 20:53:31 +08:00 |
|
xushiwei
|
c0c5c87c29
|
mv _pthread => _wrap
|
2024-08-15 20:47:42 +08:00 |
|
xushiwei
|
f5bbf4b515
|
c/pthread: nogc
|
2024-08-15 20:43:52 +08:00 |
|
Aofei Sheng
|
c7465608a7
|
c/os: fix Execl, Execle, and Execlp func signatures
|
2024-08-15 20:32:54 +08:00 |
|
xushiwei
|
03f0a4289b
|
Merge pull request #719 from aofei/bdwgc
gc: fix missing pthread registration causing unknown thread error
|
2024-08-15 20:06:21 +08:00 |
|
Aofei Sheng
|
8e66091dd2
|
gc: fix missing pthread registration causing unknown thread error
- Use `GC_pthread_create` instead of `pthread_create` when GC is
enabled.
|
2024-08-15 19:55:05 +08:00 |
|
xushiwei
|
254b2c27ac
|
Merge pull request #700 from hackerchai/fix/c-net-byte-order-conv-func
refactor(c/net): Use c link instead of manual implement func
|
2024-08-15 19:45:57 +08:00 |
|
xushiwei
|
ec7402b80a
|
Merge pull request #715 from luoliwoshang/c/clang/arraysize
c/clang:array size & raw comment
|
2024-08-15 19:30:10 +08:00 |
|
luoliwoshang
|
7033f11d56
|
c/clang:array size & raw comment
|
2024-08-15 15:29:26 +08:00 |
|
赵英杰
|
8fcac42f34
|
c/libuv: Add multiple struct size
|
2024-08-15 10:57:29 +08:00 |
|
visualfc
|
027d21035e
|
runtime: signal SIGSEGV
|
2024-08-14 11:30:24 +08:00 |
|
hackerchai
|
948b6cf7e7
|
fix(c/libuv): Add multiple struct size
Signed-off-by: hackerchai <i@hackerchai.com>
|
2024-08-13 16:51:42 +08:00 |
|
hackerchai
|
86cb22d8c9
|
refactor(c/net): Use c link instead of manual implement func
Signed-off-by: hackerchai <i@hackerchai.com>
|
2024-08-12 10:53:18 +08:00 |
|
luoliwoshang
|
04ef069a20
|
c/lua:custom panic
|
2024-08-10 20:18:31 +08:00 |
|
xushiwei
|
4b0cfc0751
|
Merge pull request #677 from tsingbx/bigInt
llgo support big.Int
|
2024-08-08 14:23:32 +08:00 |
|
tsingbx
|
c2bf05942e
|
add openssl BIGNUM support
|
2024-08-08 13:34:04 +08:00 |
|
xushiwei
|
bf8c10ed25
|
Merge pull request #678 from spongehah/refactor/c-libuv-remove-go-wrapper
fix(c/libuv): Adjust comment errors and demo code
|
2024-08-08 11:33:10 +08:00 |
|
xushiwei
|
3992dd1dd0
|
Merge pull request #675 from hackerchai/feature/c-net-add-missing-funcs
feat(c/net): Add SockaddrStorage func, Ntohs func & SetSockOpt func
|
2024-08-08 11:30:48 +08:00 |
|
hackerchai
|
f582657ffd
|
fix(c/net): Remove unused implicit import
Signed-off-by: hackerchai <i@hackerchai.com>
|
2024-08-08 10:12:47 +08:00 |
|
赵英杰
|
2823ac1aee
|
fix(c/libuv): Adjust comment errors and demo code
|
2024-08-08 10:04:20 +08:00 |
|
tsingbx
|
289caa7cc2
|
add BN_CTX Start, Get, End and Add big.Int Mul and test it
|
2024-08-08 09:10:31 +08:00 |
|
xushiwei
|
aa4f518262
|
Merge pull request #673 from cpunion/libuv-async
Add libuv async
|
2024-08-07 21:43:50 +08:00 |
|
luoliwoshang
|
8d70aba1f5
|
castdump:funcproto type & enum value
|
2024-08-07 20:33:35 +08:00 |
|
Li Jie
|
a44bb35aec
|
libuv: add async
|
2024-08-07 20:24:43 +08:00 |
|
xushiwei
|
4fda2b656f
|
Merge pull request #672 from luoliwoshang/c/clang/type-tree
castdump:array,typedef,pointer,funcproto,enum & builtin type
|
2024-08-07 19:15:37 +08:00 |
|
hackerchai
|
bf09e3c3ae
|
feat(c/net): Add SockaddrStorage func, Ntohs func & SetSockOpt func
|
2024-08-07 18:04:04 +08:00 |
|
hackerchai
|
753dcd3301
|
feat(c): Add Calloc func
|
2024-08-07 16:45:17 +08:00 |
|
Li Jie
|
8b5dee510e
|
libuv: add uv_stop
|
2024-08-07 16:21:12 +08:00 |
|
luoliwoshang
|
9cb73fbf78
|
castdump:array,typedef,pointer & builtin type
|
2024-08-07 15:52:26 +08:00 |
|
hackerchai
|
8848222728
|
feat(c/libuv): Add GetIoWatcherFd func using LLGoFiles
|
2024-08-07 14:49:21 +08:00 |
|
hackerchai
|
3cd62994c7
|
Revert "refactor(c/libuv): Use cgo alias replace struct assertion in fs"
This reverts commit 45ba5b8dc50a13223e05ad673f4e57d7277d3f24.
# Conflicts:
# c/libuv/net.go
|
2024-08-07 14:49:20 +08:00 |
|
hackerchai
|
dd93a97790
|
Revert "feat(c/libuv): Add GetIoWatcherFd func"
This reverts commit 1ce16727b1195a65c8f2c9de07a864ed5e3902ef.
Signed-off-by: hackerchai <i@hackerchai.com>
|
2024-08-07 14:49:19 +08:00 |
|
hackerchai
|
e40e2d2d14
|
style(c/libuv): Use go type funcs & update demo(syanc_fs, echo_server)
|
2024-08-07 14:49:18 +08:00 |
|
hackerchai
|
26f8ce7b5a
|
refactor(c/libuv): Use cgo alias replace struct assertion in fs
refactro(c/libuv): Use cgo alias avoid implicit struct member declaration
|
2024-08-07 14:49:17 +08:00 |
|
hackerchai
|
9a61e374b5
|
refactor(c/libuv): Move some func due to libuv doc
doc: https://docs.libuv.org/en/v1.x/
|
2024-08-07 14:49:16 +08:00 |
|
hackerchai
|
9b12e9819c
|
fix(c/libuv/demo): Fix echo_server stream convert
|
2024-08-07 14:49:15 +08:00 |
|
hackerchai
|
5d0a91239c
|
feat(c/libuv): Add GetIoWatcherFd func
|
2024-08-07 14:49:14 +08:00 |
|
hackerchai
|
c848278690
|
feat(c/libuv): Add uv_close & uv_signal func
Signed-off-by: hackerchai <i@hackerchai.com>
feat(c/libuv): Add uv_signal_stop func
Signed-off-by: hackerchai <i@hackerchai.com>
feat(c/libuv): Add GetIoWatcher, GetFd func & add Io srtuct
Signed-off-by: hackerchai <i@hackerchai.com>
refactor(c/libuv): Rename some func
refactor(c/libuv): Remove net go wrapper
refactor(c/libuv): Add GetIoWatcherFd func
|
2024-08-07 14:49:13 +08:00 |
|
xushiwei
|
9ac0c06f26
|
Merge pull request #667 from luoliwoshang/c/clang/type
c/clang:cursor enum & type kind
|
2024-08-06 22:00:27 +08:00 |
|
xushiwei
|
52af22b0e8
|
Merge pull request #660 from luoliwoshang/c/clang/fullast
c/clang:full ast dump
|
2024-08-06 21:56:06 +08:00 |
|
luoliwoshang
|
81cfc73b48
|
castdump:full ast dump
|
2024-08-06 21:37:00 +08:00 |
|
xushiwei
|
dbed8fefac
|
library: crypto/hmac
|
2024-08-06 18:49:24 +08:00 |
|
luoliwoshang
|
ca14637909
|
c/clang:type kind
|
2024-08-06 18:23:31 +08:00 |
|
luoliwoshang
|
7db618fba5
|
c/clang:cursor enum & access pecifier
|
2024-08-06 18:23:19 +08:00 |
|
xushiwei
|
a2b5b9f97e
|
library (todo): crypto/hmac, internal/fmtsort
|
2024-08-06 17:03:22 +08:00 |
|
tsingbx
|
6a05aa4e53
|
llgo support crypto hmac (#663)
* llgo support crypto/hmac
|
2024-08-06 16:47:51 +08:00 |
|
xushiwei
|
d7b203ae08
|
Merge pull request #655 from tsingbx/hmac2
add openssl hmac
|
2024-08-05 23:21:19 +08:00 |
|
luoliwoshang
|
6da5fe4317
|
c/clang:marco content
|
2024-08-05 19:38:29 +08:00 |
|
tsingbx
|
2ccfa6a2e8
|
add EVP_sha1, EVP_sha224....
|
2024-08-05 17:38:01 +08:00 |
|