Commit graph

  • 8193369085 Fixes asinh and atanh on mingw Yonggang Luo 2021-02-16 13:31:01 +0000
  • c3181c46fe msvc doesn't support for __int128 Yonggang Luo 2021-02-16 10:00:31 +0000
  • 710ac604b8 Add macro JSValueCast, as on MSVC you can not cast pure value type. Yonggang Luo 2021-02-16 10:00:05 +0000
  • 5baf92e2ae On MSVC, when running tests, it's complain label_lvalue are used without init. Yonggang Luo 2021-02-16 08:41:58 +0000
  • 7aa3e81c3a Remove the usage of sprintf Yonggang Luo 2021-02-16 07:42:25 +0000
  • a9cf00dbc6 Add DUMP_ENABLED macro for guarding dump functions out. Yonggang Luo 2021-02-16 07:37:23 +0000
  • 1896732458 Fixes compiling error Yonggang Luo 2021-02-16 06:39:09 +0000
  • 3fb7eebfc0 Win32 also need CONFIG_PRINTF_RNDN Yonggang Luo 2021-02-15 20:18:29 +0000
  • 6ecd309db6 Normalize path on win32 Yonggang Luo 2021-02-15 09:50:58 +0000
  • 3b4799d8c7 a0 >> 32 bit turn out to be undefined behavior. So we use a >> (LIMB_BITS - shift) instead, as a is 64 bit width. Yonggang Luo 2021-02-15 19:21:39 +0000
  • 2e690fde58 Fixes compile warning on MSVC Yonggang Luo 2021-02-15 08:50:58 +0000
  • c02aa28659 Use the macro __js_printf_like Yonggang Luo 2021-02-01 22:21:41 +0800
  • 70956b9736
    Merge pull request #2 from Sc-Softs/master Andrew 2021-01-22 16:31:50 -0800
  • 481785e088 Sync with master ScSofts 2021-01-22 13:02:34 +0800
  • 4a6b8e6455 Sync with master ScSofts 2021-01-22 13:02:21 +0800
  • 81b154b7a7 Merge https://github.com/c-smile/quickjspp into master ScSofts 2021-01-22 13:02:04 +0800
  • d31b4df79e
    Update to support multi-platform native module S·c 2021-01-22 10:41:30 +0800
  • ee340d58ac JSX line number reporting fix Andrew 2021-01-21 10:46:35 -0800
  • 4e9316d05a
    Support native module in windows S·c 2021-01-22 01:02:19 +0800
  • 5193c9051e Update to QuickJS 2020-11-08 Andrew 2021-01-12 18:07:17 -0800
  • 1030b48284 Add support for CMake Robikz 2020-12-09 12:27:02 +0100
  • f9db537081 Added functions to get access to module exports K 2020-11-23 23:28:09 +0500
  • cd6491762a reverted "call by object" feature due to wild "automatic semicolon insertion" rules in JS Andrew 2020-11-09 15:36:50 -0800
  • 810b6f0a2a + JS_Eval2 function is JS_Eval with line_no parameters Andrew 2020-11-08 15:10:22 -0800
  • 3e2984f2c2 JSX: support of components Andrew 2020-11-08 15:03:16 -0800
  • f873101d99 + named parameters call Andrew 2020-11-08 14:55:56 -0800
  • 204682fb87 2020-11-08 release take 2 bellard 2020-11-08 14:44:20 +0100
  • b1f67dfc1a 2020-11-08 release bellard 2020-11-08 14:30:56 +0100
  • 27f974c10b
    Merge 95e55eb1cb into 7c312df422 Andrew 2020-11-02 10:52:40 -0500
  • 95e55eb1cb Fix of Infinity handling Andrew 2020-11-02 07:51:40 -0800
  • e682f63cd0
    Merge pull request #1 from 4silvertooth/patch-1 Andrew 2020-10-28 13:51:58 -0700
  • 4663592d69
    Typos Viral Ghelani 2020-10-28 22:18:28 +0530
  • b7352f10dd
    Update README.md Andrew 2020-10-28 07:50:19 -0700
  • b428495c9c
    Update README.md Andrew 2020-10-27 14:54:59 -0700
  • 4b6d73ff65
    Update README.md Andrew 2020-10-27 14:54:24 -0700
  • 43198ce9ec JSX implementation Andrew 2020-10-27 13:27:28 -0700
  • a60f3b0ac2 gitignore Andrew 2020-10-27 09:24:10 -0700
  • a0a4315f3d gitignore Andrew 2020-10-27 09:15:55 -0700
  • 3b661bcb14 Update .gitignore Andrew 2020-10-27 09:12:08 -0700
  • a37183d93e fixes issue in var [a,b,c,d] = ... destructuring assignment Andrew 2020-10-20 20:23:06 -0700
  • 2ead907a60 JS_STRICT_NAN_BOXING Andrew 2020-10-11 18:24:37 -0700
  • a953bfca2c README.md added Andrew 2020-10-11 18:05:06 -0700
  • 4298c1a726 MSVC compatibility Andrew 2020-10-11 17:26:47 -0700
  • 5896189191
    write is a wrapper to fwrite not to fread Francisco José Marín Pérez 2020-10-08 16:13:02 +0200
  • 95202face2
    Update readme.txt Suraj Kumar 2020-10-02 09:22:37 +0530
  • 1d287e3516
    Update readme.txt mrunalcoder 2020-10-01 01:12:04 +0530
  • 071a2ee41a
    changed some sentences mayuresh4700 2020-09-30 22:21:48 +0530
  • 7c312df422 2020-09-06 release bellard 2020-09-06 19:10:15 +0200
  • 8900766099 2020-07-05 release bellard 2020-09-06 19:07:30 +0200
  • 1722758717 2020-04-12 release bellard 2020-09-06 19:04:20 +0200
  • 383e2b06c8 2020-03-16 release bellard 2020-09-06 19:02:03 +0200
  • 0e8fffd4de 2020-01-19 release bellard 2020-09-06 18:57:11 +0200
  • 91459fb672 2020-01-05 release bellard 2020-09-06 18:53:08 +0200
  • 9096e544ba test bellard 2020-09-06 18:47:30 +0200
  • 831dc3af46
    Initial commit bellard 2020-09-06 18:24:53 +0200