blueloveTH
|
f5c356a047
|
some fix
|
2024-06-19 11:04:32 +08:00 |
|
blueloveTH
|
68f8cd1159
|
Update migrate.md
|
2024-06-19 11:02:56 +08:00 |
|
blueloveTH
|
259394d7ad
|
doc fix
|
2024-06-19 10:58:13 +08:00 |
|
BLUELOVETH
|
fece79b169
|
Merge pull request #280 from 16bit-ykiko/pybind11
experiment implementation of pybind11.
|
2024-06-18 21:06:22 +08:00 |
|
ykiko
|
95553438e1
|
experiment implementation of pybind11.
|
2024-06-18 20:51:28 +08:00 |
|
BLUELOVETH
|
a9d296dedc
|
Merge pull request #278 from 16bit-ykiko/fix_exec
fix py_exec and py_eval.
|
2024-06-18 20:46:15 +08:00 |
|
ykiko
|
21d886f1a4
|
fix format.
|
2024-06-18 20:39:02 +08:00 |
|
ykiko
|
435ded95b5
|
fix format.
|
2024-06-18 20:37:57 +08:00 |
|
ykiko
|
f937fc1da8
|
fix format.
|
2024-06-18 20:37:27 +08:00 |
|
ykiko
|
71432a4054
|
fix format.
|
2024-06-18 20:36:42 +08:00 |
|
ykiko
|
cc4dd34c86
|
fix py_exec and py_eval.
|
2024-06-18 19:49:30 +08:00 |
|
BLUELOVETH
|
6736fa7f50
|
fix bind -1
|
2024-06-17 20:04:49 +08:00 |
|
BLUELOVETH
|
0406dfab78
|
Delete docs/1_5_0.md
|
2024-06-09 22:49:28 +08:00 |
|
Janos
|
f9c00fd706
|
Fixes #248: sys.stderr.write() does not use vm->stderr_write (#249)
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>
|
2024-05-30 00:17:36 +08:00 |
|
Vadim Grigoruk
|
56369bfa6f
|
wasm build fix (#245)
Thanks for your fix.
|
2024-05-27 13:32:07 +08:00 |
|
blueloveTH
|
02b922a93e
|
add vec test v1.0
|
2024-05-25 14:51:33 +08:00 |
|
blueloveTH
|
68c8f72ba5
|
Create vec.py
|
2024-05-25 14:47:10 +08:00 |
|
blueloveTH
|
845c9153e8
|
add version macro for v1
|
2024-05-19 20:26:53 +08:00 |
|
blueloveTH
|
77e3d2e88f
|
some fix
|
2024-05-14 00:10:40 +08:00 |
|
blueloveTH
|
4ab7c10ed1
|
some fix
|
2024-05-12 20:34:15 +08:00 |
|
blueloveTH
|
a37b6043d9
|
fix docs
|
2024-05-12 20:24:16 +08:00 |
|
blueloveTH
|
f5de8b12b8
|
replace PyObject* with PyVar
|
2024-05-12 20:18:27 +08:00 |
|
blueloveTH
|
82d192e8da
|
replace PyObject* with PyVar
|
2024-05-12 20:16:55 +08:00 |
|
blueloveTH
|
7fd4e3fdfb
|
replace PyObject* with PyVar
|
2024-05-12 20:04:40 +08:00 |
|
blueloveTH
|
60f248b245
|
fix doc
|
2024-05-12 19:54:00 +08:00 |
|
blueloveTH
|
10c1a5c42d
|
Update common.h
|
2024-05-12 19:33:37 +08:00 |
|
blueloveTH
|
e7658d073b
|
change Type to int16_t
|
2024-05-12 18:07:13 +08:00 |
|
blueloveTH
|
e56e58c917
|
fix a bug
|
2024-05-11 13:02:21 +08:00 |
|
blueloveTH
|
7623542a47
|
fix a bug
|
2024-05-11 12:55:26 +08:00 |
|
blueloveTH
|
a6a834da29
|
add py_op
|
2024-05-11 12:44:42 +08:00 |
|
blueloveTH
|
b1516a6ad0
|
Update LICENSE
|
2024-05-11 11:55:04 +08:00 |
|
blueloveTH
|
5e9de5c917
|
Update test.c
|
2024-05-10 21:21:54 +08:00 |
|
blueloveTH
|
cefa85afa4
|
some more update
|
2024-05-10 21:03:39 +08:00 |
|
blueloveTH
|
8745f323b8
|
re-add operator module
|
2024-05-10 20:29:23 +08:00 |
|
blueloveTH
|
148dd96c09
|
Update vm.cpp
|
2024-05-10 19:49:57 +08:00 |
|
blueloveTH
|
41e84e52a2
|
minify _generated.cpp
|
2024-05-10 17:33:21 +08:00 |
|
blueloveTH
|
707a880c2e
|
some fix
|
2024-05-10 16:45:08 +08:00 |
|
blueloveTH
|
36b73e1ce7
|
some rename
|
2024-05-10 16:37:30 +08:00 |
|
blueloveTH
|
4ef2e9d156
|
remove set_userdata
|
2024-05-10 16:13:35 +08:00 |
|
blueloveTH
|
6e9e25ca34
|
some fix
|
2024-05-10 14:30:15 +08:00 |
|
blueloveTH
|
b09b848c23
|
Update vm.cpp
|
2024-05-10 14:08:20 +08:00 |
|
blueloveTH
|
5cfd66f8b2
|
impl py_exec and py_eval
|
2024-05-10 14:03:00 +08:00 |
|
blueloveTH
|
331dedcd28
|
add py_exec and py_eval prototype
|
2024-05-10 12:06:25 +08:00 |
|
blueloveTH
|
44aed24d3b
|
add function
|
2024-05-09 17:26:11 +08:00 |
|
blueloveTH
|
89fa6c9d3f
|
fix a bug of any
|
2024-05-08 20:40:27 +08:00 |
|
blueloveTH
|
182177482f
|
change any APIs
|
2024-05-08 20:34:51 +08:00 |
|
blueloveTH
|
1003f3a6df
|
fix c binding bug
|
2024-05-08 16:36:05 +08:00 |
|
blueloveTH
|
6778d29ffa
|
replace UserData to any
|
2024-05-08 14:50:41 +08:00 |
|
blueloveTH
|
4a1cf10e74
|
add pkpy::any
|
2024-05-08 14:45:42 +08:00 |
|
blueloveTH
|
530fc49d60
|
Update cffi.h
|
2024-05-05 20:02:27 +08:00 |
|