aboutsummaryrefslogtreecommitdiff
path: root/jerry-ext
AgeCommit message (Expand)Author
2023-12-11Update clang-format (#5112)Máté Tokodi
2023-11-22Update cppcheck (#5108)Máté Tokodi
2023-01-09Ensure command prompt is displayed when REPL is used (#5033)Roland Takacs
2022-08-08Fix exception printing. (#5012)Zoltan Herczeg
2022-01-20Update jerry-port and jerry-ext (#4907)Dániel Bátyai
2021-12-10Add FEATURE_INIT_FINI support on Windows. (#4859)Yonggang Luo
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-06-24Remove jerry_get_boolean_value (#4685)Gergo Csizi
2021-02-17Rework external function handlers (#4599)Zoltan Herczeg
2021-01-22Fix MinGW compilation errors in jerry-ext (#4510)Yonggang Luo
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