aboutsummaryrefslogtreecommitdiff
path: root/jerry-main
AgeCommit message (Expand)Author
2022-01-20Fix format string in main-benchmark.c (#4970)Robert Fancsik
2022-01-20Update jerry-port and jerry-ext (#4907)Dániel Bátyai
2021-12-07Rename resource_name to source_name (#4846)Yonggang Luo
2021-12-06Rework the public API (#4829)Dániel Bátyai
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-11-02Fix typos in the documentation and related files (#4809)Zsolt Borbély
2021-08-11Support parsing of scripts / functions stored in string values (#4728)Zoltan Herczeg
2021-07-27Change resource name to a string. (#4724)Zoltan Herczeg
2021-07-20Support shared user data for scripts (#4710)Zoltan Herczeg
2021-03-31Add module C API functions (#4636)Zoltan Herczeg
2021-03-30Rework module linking (#4632)Zoltan Herczeg
2021-03-11Remove jerry_port_track_promise_rejection (#4613)Zoltan Herczeg
2021-03-10Add custom configuration to jerry_parse and its variants (#4620)Zoltan Herczeg
2021-02-17Rework external function handlers (#4599)Zoltan Herczeg
2021-02-04Rename unix to jerry for entrance files. (#4536)Yonggang Luo
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