aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-09-07Followup changes in JerryScript debugger after #1910.László Langó
2017-08-30Send output to debugger client (#1955)Daniel Balla
2017-08-21Multiple client source sending feature. (#1957)Imre Kiss
2017-08-04Add API for get the memory stats (#1923)Zidong Jiang
2017-08-03Add source sending feature to the debugger. (#1932)Imre Kiss
2017-08-01Fix: make jerryx_module_resolve resolvers argument const (#1942)Martijn Thé
2017-07-24Add delete_property_by_index to the APIMarko Fabo
2017-07-19Fix code inserting in API-REFERENCE.md (#1928)fbmrk
2017-07-18New extension: module (#1863)Gabriel "_|Nix|_" Schulhof
2017-07-16Revise the mistake in the example function described in "Step 5. Description ...Osamu-Nakamura
2017-07-14Add support for doctests (#1909)Akos Kiss
2017-06-21add transform functions for integer in jerryx/arg (#1883)Zidong Jiang
2017-06-19add transform_object_properties in jerryx/arg (#1879)Zidong Jiang
2017-06-16Add jerryscript-ext/autorelease.h with JERRYX_AR_VALUE_T (#1874)Martijn Thé
2017-06-05Allow out_native_pointer_p in jerry_get_object_native_pointer to be NULL (#1876)Zidong Jiang
2017-05-30Update the API examples to use print from extensions (#1846)László Langó
2017-05-29Clean up property existence check inconsistencies (#1860)Gabriel "_|Nix|_" Schulhof
2017-05-24Lazily create a linked list of context items (#1833)Gabriel "_|Nix|_" Schulhof
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-09Implement common external function handlers in `jerry-ext` (#1787)Akos Kiss
2017-05-04A tool in jerry-ext: arg transformer for binding (#1740)Zidong Jiang
2017-05-04Add promise C API (#1796)Zidong Jiang
2017-05-03Remove the built-in print and the jerry_port_console port API functions (#1749)Akos Kiss
2017-04-28Support ECMAScript stopping in JerryScript. (#1753)Zoltan Herczeg
2017-04-24Improve documentation for jerry_get_object_native_pointer API (#1769)Martijn Thé
2017-04-24Add JERRY_FEATURE_DEBUGGER to API docs (#1768)Akos Kiss
2017-04-22Rename `jerry-port.h` to `jerryscript-port.h` (#1762)Akos Kiss
2017-04-21Generate lit-magic-strings.inc.h (#1690)Akos Kiss
2017-04-20Rename the doc of coding standard and add it to the `update-webpage.sh` (#1748)Zsolt Borbély
2017-04-14Support a user context void * pointer in jerry_context_t (#1717) (#1727)Gabriel "_|Nix|_" Schulhof
2017-04-13Add documentation about the Coding Guidelines (#1459)Zoltan Herczeg
2017-04-12Small improvements for `type` property support. (#1724)Zoltan Herczeg
2017-04-10Add 'type' argument to set/get native handle API (#1711)Zidong Jiang
2017-03-29Add C-API for the debugger. (#1688)Zoltan Herczeg
2017-03-23Fix minor inconsistencies in the API documentation (#1663)Péter Gál
2017-03-17Modify the snapshot API functions to expect a 32-bit aligned buffer pointer (...Robert Sipka
2017-03-13Fix the example code of 'jerry_define_own_property' function (#1656)Gabor Loki
2017-03-09Fix old-style function definitions and enable warning. (#1651)Tilmann Scheller
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-10Documentation update (#1573)László Langó
2017-02-01Append external libraries separately not as a string (#1553)Zsolt Borbély
2017-01-24Copy the characters of an UTF-8 encoded substring into a specified buffer (#1...Robert Sipka
2017-01-23Add missing argument of `jerry_parse_and_save_snapshot` in API reference (#1537)Zsolt Borbély
2017-01-19Minor fix in API reference (#1536)László Langó
2017-01-16Improve some wording in reference counting documentation (#1523)Geoff Gustafson
2017-01-13Copy the characters of a cesu-8 encoded substring into a specified buffer (#1...Robert Sipka
2017-01-11[API] Introduce jerry_parse_and_save_literals() (#1500)Zsolt Borbély