Commit graph

  • 7b20dcd58f patch quickjs to compile on the wii wii-libogc Fries 2024-06-26 16:22:49 -0700
  • de9d4786eb
    Merge 60b022083a into 136f5a2c66 bptato 2024-06-26 15:37:51 +0200
  • f32ed773f2
    Merge a3132cabbc into 136f5a2c66 Saúl Ibarra Corretgé 2024-06-26 15:37:51 +0200
  • 571474ddc7
    Merge b0e977cee7 into 136f5a2c66 KaruroChori 2024-06-26 02:05:50 +0000
  • 3dd5c53bdd
    Merge 8759581866 into 136f5a2c66 Saúl Ibarra Corretgé 2024-06-25 10:03:08 +0200
  • 8759581866 Add ability to create standalone binaries with qjs compile-standalone Saúl Ibarra Corretgé 2024-06-25 09:51:58 +0200
  • 66be009283
    Merge 044127b43f into 136f5a2c66 Charlie Gordon 2024-06-24 21:57:42 +0200
  • b2f187664b
    Merge 99b66314b8 into 136f5a2c66 Charlie Gordon 2024-06-24 21:44:00 +0200
  • 159e2813c3 Add support for worker api if winpthread present Andrew Johnson 2024-06-24 19:37:37 +0300
  • dfaab0c766
    Merge 43b4edf43e into 136f5a2c66 Andrew Johnson 2024-06-24 19:24:54 +0300
  • 136f5a2c66 Cleanup unused-variable warnings master Andrew Johnson 2024-06-24 13:40:42 +0300
  • 43b4edf43e Guard int128_t typedef Andrew Johnson 2024-06-24 14:28:13 +0300
  • 4c3b12123d Cleanup unused-variable warnings Andrew Johnson 2024-06-24 13:40:42 +0300
  • 5f6ec19013 Remove unnecessary forward reference for OpCodeEnum Andrew Johnson 2024-06-23 19:01:59 +0300
  • a28c53cd38 Mark indirect goto and address-as-label as extensions Andrew Johnson 2024-06-23 16:12:25 +0300
  • 4b5e033bc8 Avoid void pointer to function pointer casts Andrew Johnson 2024-06-23 16:02:17 +0300
  • acc7758335 Forward reference to enum type Andrew Johnson 2024-06-23 15:52:04 +0300
  • 6d628d60e3 Mark __int128 as extension Andrew Johnson 2024-06-23 15:21:57 +0300
  • 5a6dea3195 Use ISO C syntax for flexible array members Andrew Johnson 2024-06-23 15:07:46 +0300
  • 2ea0848616 Add CI for Windows x86 + MSVC Saúl Ibarra Corretgé 2024-06-17 09:17:21 +0200
  • a008f1c098 Fix the Windows x86 MSVC build startewho 2024-06-15 21:04:42 +0800
  • dc10639eae Add CI for Windows x86 + MSVC Saúl Ibarra Corretgé 2024-06-17 09:17:21 +0200
  • a8e6332f73 Fix the Windows x86 MSVC build startewho 2024-06-15 21:04:42 +0800
  • 13a7a00e04 update method startewho 2024-06-16 09:11:52 +0800
  • 6cbfa88838 Update cutils.h startewho 2024-06-15 21:07:23 +0800
  • 920988a244 fix the windows vs x86 build startewho 2024-06-15 21:04:42 +0800
  • c98d445b63 Save cur_pc on delete OP Saúl Ibarra Corretgé 2024-06-13 09:21:05 +0200
  • 56dbc0437b Save cur_pc on delete OP Saúl Ibarra Corretgé 2024-06-13 09:21:05 +0200
  • b0e977cee7 Renamed variables, fixed code to work with latest changes in main karurochari 2024-06-10 07:49:30 +0000
  • f722d5c440
    Merge branch 'quickjs-ng:master' into gc-callbacks KaruroChori 2024-06-10 07:38:53 +0000
  • b09ad82622 Now working on 0.6.0 Saúl Ibarra Corretgé 2024-06-07 22:26:48 +0200
  • e1e8112f98 Fix uploading all built artifacts to a release Saúl Ibarra Corretgé 2024-06-07 22:25:01 +0200
  • 0827b37f8c Set version to 0.5.0 v0.5.0 Saúl Ibarra Corretgé 2024-06-07 22:11:28 +0200
  • ed8f73413c Add getter for GC threshold KaruroChori 2024-06-04 17:40:07 +0200
  • d3da56b630 Sync TLA implementation with upstream Tom Lienard 2024-04-22 10:36:50 +0100
  • e55b25eb7f Sync TLA implementation with upstream Tom Lienard 2024-04-22 10:36:50 +0100
  • f2284abe90
    chore: add build time flag for declaration used in test262 nekosu 2024-06-07 15:20:24 +0800
  • a4e48a6a65
    Add riscv64 builds to CI Saúl Ibarra Corretgé 2024-06-07 08:29:50 +0200
  • 6efe30b4b4
    Improve macro compatibility with C++ KaruroChori 2024-06-07 06:29:12 +0000
  • 6460403b51
    Update quickjs.h KaruroChori 2024-06-07 04:32:20 +0000
  • e44318c916
    Merge 2674e97fb5 into e36f4bc4b6 Saúl Ibarra Corretgé 2024-06-07 10:52:03 +0800
  • bdf12bbb68
    Update ci.yml Saúl Ibarra Corretgé 2024-06-07 00:00:59 +0200
  • 29315f716a
    Add riscv64 builds to CI Saúl Ibarra Corretgé 2024-06-06 23:59:34 +0200
  • 101f4436fd
    Merge 0536b42693 into e36f4bc4b6 Charlie Gordon 2024-06-06 21:12:57 +0200
  • 07b1176b8c
    Merge 59462214cb into e36f4bc4b6 Charlie Gordon 2024-06-06 21:12:54 +0200
  • e36f4bc4b6 add missing include files in headers Charlie Gordon 2024-06-06 12:35:34 +0200
  • 4d1dc0d7ea add missing include files in headers Charlie Gordon 2024-06-06 12:35:34 +0200
  • 22c10224ac fix: missing math.h for NAN nekosu 2024-06-06 11:52:15 +0800
  • d697df816f Add getter for GC threshold KaruroChori 2024-06-04 17:40:07 +0200
  • b2c9028945
    fix: missing math.h for NAN nekosu 2024-06-06 11:52:15 +0800
  • 8ac7c0d51f fix: nested member access nekosu 2024-06-05 20:22:15 +0800
  • f0fe16a163
    fix: nested member access nekosu 2024-06-05 20:22:15 +0800
  • e5673a8e68 Add JS_ToBigUint64 Saúl Ibarra Corretgé 2024-05-27 10:10:30 +0200
  • 2674e97fb5 Add getter for GC threshold gc-threshold KaruroChori 2024-06-04 17:40:07 +0200
  • 4093f9a318 Use 0 for disabling automatic GC Saúl Ibarra Corretgé 2024-06-04 17:36:36 +0200
  • 5b7158c057 Add JS_ToBigUint64 Saúl Ibarra Corretgé 2024-05-27 10:10:30 +0200
  • c7bd41197a Explicit cast in JS_NewInt64 & JS_NewUint32 Frère Jérôme 2024-06-03 11:22:19 +0200
  • ae0b17364d
    Explicit cast in JS_NewInt64 & JS_NewUint32 Frère Jérôme 2024-06-03 11:22:19 +0200
  • 1746ab8e28 Make Linux aarch64 binaries on release too Saúl Ibarra Corretgé 2024-05-28 13:53:35 +0200
  • c100655cf0
    Make Linux aarch64 binaries on release too Saúl Ibarra Corretgé 2024-05-28 13:53:35 +0200
  • 0536b42693 Add custom printf version Charlie Gordon 2024-03-20 20:07:39 +0100
  • 59462214cb Improve column number tracking Charlie Gordon 2024-05-15 07:43:16 +0200
  • 3eaea6c4cf Improve number conversions Charlie Gordon 2024-05-26 10:02:27 +0200
  • bb4878dd50 Add JS_ThrowPlainError Saúl Ibarra Corretgé 2024-05-21 09:21:47 +0200
  • a3132cabbc Merge JS_ToBigInt64Free into JS_ToInt64Free merge-int64free Saúl Ibarra Corretgé 2024-05-27 09:55:17 +0200
  • 99b66314b8 Simplify JSAtom creation Charlie Gordon 2024-05-21 23:27:48 +0200
  • 4005ad6515 Add JS_ThrowPlainError Saúl Ibarra Corretgé 2024-05-21 09:21:47 +0200
  • 18dc3daf53 Improve number conversions Charlie Gordon 2024-05-26 10:02:27 +0200
  • 569f51fba2 Add JS_GetLength Icemic 2024-05-23 23:52:02 +0800
  • 9a2a246b51 Add JS_FreePropertyEnum corresponding to JS_GetOwnPropertyNames Icemic 2024-05-23 23:50:15 +0800
  • 921c1eef50
    Simpler utf8_decode (#414) Charlie Gordon 2024-05-27 08:15:52 +0200
  • 830fa6b4c4 Simpler utf8_decode Charlie Gordon 2024-05-26 10:17:54 +0200
  • 9e67b47c0d
    Improve number to string conversions (#400) Charlie Gordon 2024-05-26 08:06:36 +0200
  • c8ed72ffbf Improve number to string conversions Charlie Gordon 2024-04-21 20:07:58 +0200
  • 139b51fe4b
    Simplify number parsing (#386) Charlie Gordon 2024-05-26 00:17:04 +0200
  • 3b56010b8d Add JS_GetLength Icemic 2024-05-23 23:52:02 +0800
  • 0f453d3f12 Add JS_FreePropertyEnum corresponding to JS_GetOwnPropertyNames Icemic 2024-05-23 23:50:15 +0800
  • 1e1635f98c Simplify number parsing Charlie Gordon 2024-04-17 00:15:15 +0200
  • 1baa6763f8
    Improve UTF-8 decoding and encoding functions (#410) Charlie Gordon 2024-05-21 14:08:33 +0200
  • 1c6a98ae80 Improve UTF-8 decoding and encoding functions Charlie Gordon 2024-05-19 14:44:20 +0200
  • f588210641
    Cherrypick https://github.com/bellard/quickjs/pull/289 (#404) KaruroChori 2024-05-18 08:15:34 +0000
  • 5247ff3b62 Now it is fixed! karurochari 2024-05-16 03:25:17 +0000
  • e09c4eac72 fixed bool karurochari 2024-05-16 03:18:33 +0000
  • 13e01ea5ab Somehow it was not saved karurochari 2024-05-16 03:17:31 +0000
  • e2539acad8 fixed bool karurochari 2024-05-16 02:34:09 +0000
  • 9b5dda0e76 Added more control over the GC events, and callbacks before the event karurochari 2024-05-16 02:31:15 +0000
  • 5a7e578482
    Improve parsing error messages (#405) Charlie Gordon 2024-05-14 20:36:10 +0200
  • 4b3f581488 Improve parsing error messages Charlie Gordon 2024-05-14 19:55:51 +0200
  • d55ee08e01 Cherrypick https://github.com/bellard/quickjs/pull/289 karurochari 2024-05-14 12:22:50 +0000
  • 99c6719b7d
    Fix invalid exception for class method with name "get" KaruroChori 2024-05-14 07:16:26 +0000
  • 5ca3c509d0
    Fixed CMakeLists.txt for Emscripten builds (#403) Jonathan Barronville 2024-05-14 02:44:46 -0400
  • e8b43fea33 Fixed indentation from the original commit and removed duplicated line. karurochari 2024-05-14 06:16:27 +0000
  • f7523dbb43
    Fixed CMakeLists.txt for Emscripten builds Jonathan Barronville 2024-05-14 01:14:52 -0400
  • f05e4d8c96 https://github.com/bellard/quickjs/pull/258 karurochari 2024-05-14 01:23:45 +0000
  • b81d4deee4
    Improve internal string allocation methods (#398) Charlie Gordon 2024-05-10 12:43:35 +0200
  • 8d2866d534 rename js_new_string16 to js_new_string16_len Charlie Gordon 2024-05-09 12:51:13 +0200
  • e15f75d36e allocate extra byte for null terminator in source code string Charlie Gordon 2024-05-09 11:06:51 +0200
  • 044127b43f Add JS_NewTypedArray() (#272) Dmitry Volyntsev 2024-05-08 14:17:00 -0700
  • f3bf7afb62 Add JS_HasException() (#265) Kasper Isager Dalsgarð 2024-05-08 23:19:15 +0200
  • 24b07bd2a3 Improve internal string allocation methods Charlie Gordon 2024-05-07 17:23:34 +0200