aboutsummaryrefslogtreecommitdiff
path: root/jerry-ext
AgeCommit message (Expand)Author
2021-01-18Make all dynamic memory allocations via core API functions in jerry-ext (#4480)Akos Kiss
2021-01-17Unify asserts in jerry-ext (#4488)Akos Kiss
2021-01-16Use _WIN32 instead WIN32. (#4484)Yonggang Luo
2021-01-12Remove file(GLOB ...) usage from CMakeLists.txt (#4427)Robert Fancsik
2021-01-11Replace isnan with inequality check to avoid conversion warning in older Clan...Akos Kiss
2020-11-17Add script to extract JerryScript version from headers (#4333)Akos Kiss
2020-11-12Fix tabulation of configuration messages (#4330)Akos Kiss
2020-05-22Fix vera++ rule to find expressions without space after parentheses (#3776)Rafal Walczyna
2020-03-30Bump reference platform to Ubuntu 18.04 LTS (#3037)Csaba Osztrogonác
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2020-01-23Fix the build with enabled debugger on Windows (#3531)Csaba Osztrogonác
2019-11-06Introduce jerry_get_resource_name API function (#3236)Robert Fancsik
2019-09-20Disable INIT_FINI unittest on Windows (#3132)Csaba Osztrogonác
2019-09-05Add backtrace print when the 'assert' js method fails (#3051)Péter Gál
2019-07-25Introduce new jerry-ext methods to ease property registration (#2715)Péter Gál
2019-07-17Optional arguments should advance the iterator in jerryx_arg_transform_option...Robert Fancsik
2019-07-17Refactor memory management (#2954)Dániel Bátyai
2019-07-09Fix URLs in the repository after organization switch (#2955)Dániel Bátyai
2019-07-01Rework usages/naming of configuration macros [part 3] (#2927)Péter Gál
2019-05-08Fixed linker issues of handle scope in jerry-ext on Windows platform. (#2862)László Langó
2019-04-25[Debugger] Fixes the processing methods of incoming part messages (#2840)Robert Sipka
2019-04-16Allow the JS objects to have more than one native pointer data (#2814)Robert Fancsik
2019-03-27Implement handle scope API in jerry-ext (#2753)legendecas
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-03-13Make jerryx_port_handler_print_char truly a port function (#2789)Péter Gál
2019-02-19Add new symbol related API functions. (#2741)Robert Fancsik
2019-01-21Add pkg-config metadata files for libraries (#2680)Akos Kiss
2019-01-21Use union to convert between jerryx_arg_int_option_t and uintptr_t (#2718)Akos Kiss
2019-01-17Update the debugger to work on Windows (#2684)Péter Gál
2019-01-16Added the _restore function to "unpop" the argument stack. (#2592)t-harvey
2019-01-04Simplify the collection of sources in cmake files (#2673)Akos Kiss
2018-12-12Fixed connection lost of debugging sessions. (#2636)László Langó
2018-11-06Added missing include for debugger build. (#2586)László Langó
2018-09-24Fix not checking errno after calling recv() (#2538)Daniel Balla
2018-09-18Add soft assert handler to jerry-ext (#2516)Akos Kiss
2018-09-17Send print output to debugger client from the port implementation (#2515)Akos Kiss
2018-09-17Don't use `strlen` for string literals (#2517)Akos Kiss
2018-09-04Promote dynamic memory management from debugger transport to core API (#2503)Akos Kiss
2018-09-03Fix logging issues in the debugger. (#2483)Zoltan Herczeg
2018-08-29Move the 'init/fini arrays' build option to jerry-ext (#2493)Akos Kiss
2018-08-16Distinguish between public and private headers in jerry-core (#2472)Akos Kiss
2018-08-14Split string-sending debugger API into output- and log-sending functions (#2461)Akos Kiss
2018-08-13Fix include directories of jerry-ext (#2464)Akos Kiss
2018-08-13Add explicit casts to enum-to-integer conversions (#2467)Akos Kiss
2018-08-13Rename debugger-ws.h to debugger-sha1.h in debugger extension (#2463)Akos Kiss
2018-08-11Move all (nano|u)sleep-related decisions to default port implementation (#2462)Akos Kiss
2018-08-10Make string constants `const char * const` (#2458)Akos Kiss
2018-07-31Fix broken pipe error in Jerry Debugger (#2427)Daniel Balla
2018-07-19Move low-level debugger connection handling into jerry-ext. (#2426)Zoltan Herczeg