aboutsummaryrefslogtreecommitdiff
path: root/jerry-main
AgeCommit message (Expand)Author
2021-01-18compile_commands.json should be generated for the whole project (#4503)Robert Fancsik
2021-01-18Rework module parsing and execution (#4462)Dániel Bátyai
2021-01-08Fix unavailable source file handling in main_print_unhandled_exception (#4424)Robert Fancsik
2021-01-08Enable generating compile_commands.json (#4417)Robert Fancsik
2020-12-09Continue working on realms (#4356)Zoltan Herczeg
2020-12-08Implement realm object and support realms for built-ins and JS functions (#4354)Zoltan Herczeg
2020-12-07Add support test262 $262 global object support (#4329)kisbg
2020-12-01Correct syntax error printing in case of end of file (#4350)Péter Gál
2020-11-16Drop the minimal variant of the default port implementation (#4331)Akos Kiss
2020-11-12Fix tabulation of configuration messages (#4330)Akos Kiss
2020-07-28Improve source file handling in jerry-main (#4037)Dániel Bátyai
2020-07-02Fix the configuration of stack measurement in jerry-test (#3971)Zsolt Borbély
2020-07-02Add simple stack measure for jerry-test (#3717)Péter Gál
2020-03-30Bump reference platform to Ubuntu 18.04 LTS (#3037)Csaba Osztrogonác
2020-03-27Fix undefined overflow behavior when converting double to integer (#3629)Akos Kiss
2020-02-21Fix lexical scoping between scripts (#3558)Dániel Bátyai
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2020-01-15Add runtime option "--call-on-exit [FUNCNAME]" to main-unix.c (#3518)Daniel Balla
2019-11-29Make REPL option parser handle "-" option properly (#3384)Csaba Osztrogonác
2019-11-06Introduce jerry_get_resource_name API function (#3236)Robert Fancsik
2019-10-16Update API version to 2.1.0. (#3220)v2.1.0Csaba Osztrogonác
2019-10-03Remove abort-on-fail from the default port (#3182)Dániel Bátyai
2019-10-03Improve example REPL to exit if there is nothing on the stdin (#3193)Péter Gál
2019-08-27Adding a switch to the jerry-snapshot tool to load a function (#3024)Moe Ghasemi
2019-07-30Fix unhandled exceptions with unicode error messages (#2994)Dániel Bátyai
2019-07-17Resolve module paths relative to the current module (#2976)Dániel Bátyai
2019-07-11Include file path in Syntax error messages (#2941)Dániel Bátyai
2019-06-20Make libfuzzer driver properly handle ES2015 test inputs with Promises (#2918)Akos Kiss
2019-06-19Rework usages/naming of configuration macros [part 2] (#2903)Péter Gál
2019-06-19Improve libfuzz integration (#2916)Akos Kiss
2019-06-07Integrate LLVM's libfuzzer engine with JerryScript (#2898)Renáta Hodován
2019-05-13Support external context in the snapshot tool (#2870)Robert Fancsik
2019-03-26[Debugger] Implementation of transport over serial connection (#2800)Robert Sipka
2019-03-18[Debugger] Create a simplified transmission layer (#2781)Robert Sipka
2019-01-21Fix buffer overflow while printing unhandled exception (#2710)Akos Kiss
2018-10-08Fix mismatch in context getter/setter names of default port (#2554)Akos Kiss
2018-09-06Improve API of literal save and the snapshot (command line) tool (#2507)László Langó
2018-09-04Merge instance into context (#2501)Akos Kiss
2018-08-30Remove character pointer typedefs (#2492)Akos Kiss
2018-08-21Remove jerry-libc (#2332)Akos Kiss
2018-08-21Add a validation before evaluating the source code (#2480)Robert Fancsik
2018-08-09Reduce the scope of variable `str_buf` in jerry-main (#2457)Akos Kiss
2018-07-20Simplify source evaluation options. (#2431)Robert Fancsik
2018-07-19Move low-level debugger connection handling into jerry-ext. (#2426)Zoltan Herczeg
2018-07-16Added literal list loading feature to the snapshot tool. (#2422)László Langó
2018-06-22Add restart command to the debugger (#2401)Imre Kiss
2018-06-12Use binary mode when opening via fopen in the tools (#2371)Péter Gál
2018-05-25Merge jerry_get_value_without_error and jerry_value_clear_error_flag function...Istvan Miklos
2018-05-25Add JERRY_VLA calls to the snapshot tool. (#2357)Zoltan Herczeg
2018-05-24Fix issues revealed by cppcheck 1.83 (#2355)Akos Kiss