85 Commits

Author SHA1 Message Date
blueloveTH
6dcc7ba8aa ... 2024-09-22 22:42:38 +08:00
ykiko
2773b9993e
Implement dynamic dlib (#309)
* lazy cpp_function and capsule.

* remove retv.

* remove type_map.

* remove object pool from initialize.

* support dynamic library.

* remove vector_bool.

* remove unused header.

* fix export name.

* fix test name.

* some fix

* some fix

* ...

---------

Co-authored-by: blueloveTH <blueloveth@foxmail.com>
2024-09-22 21:48:10 +08:00
Anurag Bhat
86b4fc623c
Merge numpy to pocketpy (#303)
* Merge numpy to pocketpy

* Add CI

* Fix CI
2024-09-02 16:22:41 +08:00
blueloveTH
807b8a417d ... 2024-08-11 13:48:57 +08:00
blueloveTH
af040fb6ef Update cJSONw.cpp 2024-06-16 20:56:39 +08:00
blueloveTH
ca5881b6cc some fix 2024-06-07 22:56:09 +08:00
blueloveTH
fe8d102748 some fix 2024-06-02 17:20:37 +08:00
blueloveTH
2dfb6ed07a major refactor 2024-06-02 16:53:51 +08:00
blueloveTH
0cc3b77017 some fix 2024-06-02 02:55:35 +08:00
blueloveTH
1e365ca72c Squashed commit of the following:
commit 7e52f767ca130a49abb90ec922d74d2f5e9be078
Author: blueloveTH <blueloveTH@foxmail.com>
Date:   Sat Jun 1 12:49:46 2024 +0800

    some optimize

commit 3e2ad5b1fbad4367c80ea1325d1aa379282c10c4
Author: blueloveTH <blueloveTH@foxmail.com>
Date:   Sat Jun 1 12:29:53 2024 +0800

    some fix

commit bc0e530c72896a23cb6616ff4197ac36913389a4
Author: blueloveTH <blueloveTH@foxmail.com>
Date:   Sat Jun 1 00:00:47 2024 +0800

    some fix

commit f17ddcf8299c5d6803085cd3263181f44284f31b
Author: blueloveTH <blueloveTH@foxmail.com>
Date:   Fri May 31 23:56:15 2024 +0800

    some fix

commit cc63926c8bb89df2d99d8c92c2e18bd5a0180a2c
Author: blueloveTH <blueloveTH@foxmail.com>
Date:   Fri May 31 23:44:09 2024 +0800

    some fix

commit 3d3fb042651579cbdbcf3255398276ebb7b81e58
Author: blueloveTH <blueloveth@foxmail.com>
Date:   Fri May 31 17:28:13 2024 +0800

    deprecate `PK_OBJ_MARK`

commit 3df5f1cf128f157fb3a7aac2ceeeb47c55f5bb3b
Author: blueloveTH <blueloveth@foxmail.com>
Date:   Fri May 31 17:18:34 2024 +0800

    init
2024-06-01 12:50:38 +08:00
blueloveTH
17de5b3024 remove PK_UNREACHABLE() 2024-05-31 15:58:01 +08:00
blueloveTH
2081dcf979 remove vm for Dict() 2024-05-19 19:54:36 +08:00
blueloveTH
1417dc37df Update cJSONw.cpp 2024-05-19 17:54:59 +08:00
blueloveTH
a09def4ec3 some fix 2024-05-13 16:16:17 +08:00
blueloveTH
f5de8b12b8 replace PyObject* with PyVar 2024-05-12 20:18:27 +08:00
blueloveTH
5725d66113 Update cJSONw.cpp 2024-05-05 11:38:11 +08:00
blueloveTH
e27f100b18 remove bind_notimplemented_constructor 2024-05-04 13:48:14 +08:00
blueloveTH
425fffec74 remove bind_constructor 2024-05-04 13:42:39 +08:00
blueloveTH
3c480cee11 remove old bind_func 2024-05-04 13:25:30 +08:00
blueloveTH
d06d50f181 remove bind_method 2024-05-04 13:16:39 +08:00
blueloveTH
3ae17e00f2 some fix 2024-05-03 15:23:16 +08:00
blueloveTH
f944113567 remove PY_CLASS macro 2024-05-02 15:55:22 +08:00
blueloveTH
43ec97a707 Update lua_bridge.cpp 2024-05-02 12:42:02 +08:00
blueloveTH
f53a46941a deprecate *non_tagged* 2024-04-11 11:50:15 +08:00
blueloveTH
a5cb806749 some fix 2024-04-03 15:40:23 +08:00
miyanyan
c891d3dbba [fix] don't export cjson when PK_USE_CJSON is ON 2024-02-18 16:05:56 +08:00
blueloveTH
5ffb446d4a fix https://github.com/pocketpy/pocketpy/issues/194 2024-01-26 12:07:33 +08:00
blueloveTH
068abe347f update Tuple's constructor 2024-01-20 23:21:42 +08:00
blueloveTH
067c333de9 some cleanup 2024-01-20 23:12:04 +08:00
blueloveTH
3c5c536a05 ... 2024-01-17 15:09:54 +08:00
blueloveTH
123c8a6a92 rename to _type_name 2024-01-17 15:01:00 +08:00
blueloveTH
2cd93de8be add __delattr__ 2024-01-16 16:38:01 +08:00
blueloveTH
0b98c7b0bf ... 2024-01-16 16:27:36 +08:00
blueloveTH
170744df82 ... 2024-01-16 13:33:44 +08:00
blueloveTH
f83dac9252 ... 2024-01-16 02:33:22 +08:00
blueloveTH
1c13b62e60 ... 2024-01-16 01:45:28 +08:00
blueloveTH
cd1280d350 ... 2024-01-16 01:42:03 +08:00
blueloveTH
56d66ad980 ... 2024-01-14 20:45:46 +08:00
blueloveTH
9cea32fe31 remove box2d module 2024-01-08 21:08:12 +08:00
blueloveTH
42a7d02286 ... 2024-01-05 22:49:42 +08:00
blueloveTH
866abe2c63 ... 2024-01-05 22:47:35 +08:00
blueloveTH
e150ffae5e rename UNREACHABLE() to PK_UNREACHABLE() 2024-01-04 13:01:26 +08:00
blueloveTH
c9ae759b24 ... 2023-11-22 06:36:28 +08:00
blueloveTH
acbfd11366 remove dylib support 2023-11-22 06:32:34 +08:00
blueloveTH
dfc656000b add point_cast for box2d 2023-11-11 03:18:15 +08:00
blueloveTH
c2f13e4f03 add a safety check for box2d 2023-11-11 02:51:10 +08:00
blueloveTH
12f6617bee update box2d 2023-11-10 14:47:12 +08:00
blueloveTH
a7448b7fa0 make json.loads accept bytes 2023-10-31 21:34:30 +08:00
blueloveTH
cdcdded9a3 some fix 2023-10-15 16:47:53 +08:00
blueloveTH
acdab59d94 Update cJSONw.cpp 2023-10-15 16:06:49 +08:00