aboutsummaryrefslogtreecommitdiff
path: root/jerry-main
AgeCommit message (Expand)Author
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
2018-05-18Add Windows support. (#2306)Yonggang Luo
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2018-05-07Tabulation/indentation fixes (#2314)Akos Kiss
2018-05-03Rename the jerry_value_has_error_flag function. (#2290)Istvan Miklos
2018-04-19Add line info support. (#2286)Zoltan Herczeg
2018-04-17Rework jerry_parse function. (#2282)Zoltan Herczeg
2018-04-11Rework snapshot execution api. (#2270)Zoltan Herczeg
2018-04-09Use jerry_is_feature_enabled function instead of macros where possible (#2271)tdusnoki
2018-04-05Rework snapshot generation API. (#2259)Zoltan Herczeg
2018-03-20Support static snapshots. (#2239)Zoltan Herczeg
2018-02-06Introduce C API to query the type of an Error object (#2177)Péter Gál
2017-11-17Fixed dynamic-stack-buffer-overflow in jerry_value_is_syntax_error (#2095)rerobika
2017-11-16Ensure that the test version of the command line tool is stable for benchmark...Akos Kiss
2017-11-05Move snapshot generation function to the snapshot tool (#2057)Péter Gál
2017-11-04Add missing headers for srand() to jerry-minimal and riot-stm32f4Zsolt Borbély
2017-11-03Add info to documentation about random numbers, initialize srand (#2056)Daniel Balla
2017-10-24Rework error to use a global slot to store the error value.Zoltan Herczeg
2017-10-21Fix #endif comment at end of header files (#2049)Akos Kiss
2017-10-12Support multiple primary functions in a single snapshot. (#1797)Zoltan Herczeg
2017-09-21Rework jerry_debugger_wait_for_client_source to use a callback.Zoltan Herczeg
2017-09-13Add context reset to the debugger.Imre Kiss
2017-09-07Followup changes in JerryScript debugger after #1910.László Langó
2017-09-05[unix-main] call jerry_run_all_enqueued_jobs before cleanupZidong Jiang
2017-08-21Multiple client source sending feature. (#1957)Imre Kiss
2017-08-03Add source sending feature to the debugger. (#1932)Imre Kiss
2017-07-19`error_name` must be freed before returnMarko Fabo
2017-07-06Make debugger port runtime configurableAkos Kiss
2017-07-04Rework argument parsing.Zoltan Herczeg
2017-06-26Add strtol to jerry-libc and make use of it in jerry-main (#1891)Akos Kiss
2017-06-06CMakeLists maintenance (#1826)Akos Kiss
2017-05-20Support external context, heap and lcache (#1778)Zidong Jiang
2017-05-18Move the job queue from the ports into jerry-core (#1804)Akos Kiss
2017-05-16Add lightweight command line processor to jerry-main (#1809)Akos Kiss
2017-05-16Rework memory statistics to provide useful user information. (#1812)Zoltan Herczeg
2017-05-09Implement common external function handlers in `jerry-ext` (#1787)Akos Kiss
2017-05-09Fix jobqueue's return value handling in jerry-main's repl mode (#1807)Akos Kiss
2017-05-09Remove limitation on number of command line arguments in jerry-main (#1806)Akos Kiss
2017-05-03Remove the built-in print and the jerry_port_console port API functions (#1749)Akos Kiss
2017-04-25Turn port implementations into proper libraries (#1777)Akos Kiss
2017-04-24Update paths in check tools (#1772)Akos Kiss
2017-04-22Rename `jerry-port.h` to `jerryscript-port.h` (#1762)Akos Kiss
2017-04-20Refactor the command line option handling of the `jerry` tool (#1745)Akos Kiss