aboutsummaryrefslogtreecommitdiff
path: root/jerry-main
AgeCommit message (Expand)Author
2017-04-18Add JERRY_FEATURE_DEBUGGER (#1738)Akos Kiss
2017-04-12Implement the basic Promise (#1695)Zidong Jiang
2017-04-03Mark target_function of bound objects. (#1707)Zoltan Herczeg
2017-03-21Style fix: return value comments (#1668)Levente Orban
2017-03-17Modify the snapshot API functions to expect a 32-bit aligned buffer pointer (...Robert Sipka
2017-02-22Remove shadowed declarations, undefined identifiers, and specify argument typ...Robert Sipka
2017-02-16Add new input validator API functions (#1576)László Langó
2017-02-16Add jerryscript.h and mark jerry-api.h as deprecated (#1579)Péter Gál
2017-02-14Initial version of JerryScript debugger (#1557)Levente Orban
2017-02-14The main-unix utility should free the return value to avoid leaks. (#1578)Zoltan Herczeg
2017-02-09Fix CMakeLists.txt in jerry-main. (#1571)László Langó
2017-01-11[API] Introduce jerry_parse_and_save_literals() (#1500)Zsolt Borbély
2016-12-09Create a minimal commandline tool to run benchmarks with it. (#1478)Robert Sipka
2016-12-09Check the compile time enabled feature via API function instead of check the ...Robert Sipka
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-30Remove leftover from main-unix.c (#1464)Zsolt Borbély
2016-11-17Fix handling of return value of 'jerry_set_property call' in main-unix. (#1435)László Langó
2016-10-25Print source code with a given context when a parse error happens (#1403)László Langó
2016-10-20Remove trash from main-unix (#1400)László Langó
2016-09-28Improve the stdin handling of the command line tool (#1378)Akos Kiss
2016-09-15Improve the linking of libraries (#1338)Akos Kiss
2016-09-09Enable `make install` (#1335)Akos Kiss
2016-09-09Print warning at the correct log level in jerry-main (#1334)Akos Kiss
2016-09-08Improve error messagesLászló Langó
2016-09-07Make jerry-main's link options configurable (#1328)Akos Kiss
2016-09-07Add git commit hash to jerry version infoAkos Kiss
2016-09-01Fix warnings reported on OS X (#1307)Akos Kiss
2016-08-26Make jerry shell more intuitiveYoungil Choi
2016-08-11Follow-up refactoring of logging-related partsAkos Kiss
2016-07-28Re-thinking the build system to bring it more into line with the conventions.Robert Sipka