aboutsummaryrefslogtreecommitdiff
path: root/jerry-port
AgeCommit message (Expand)Author
2021-02-24Limit the string size in jerry_port_track_promise_rejection (#4603)Péter Gál
2021-02-17Keep GNU fastpath for jerry_port_get_local_time_zone_adjustment (#4600)Robert Fancsik
2021-02-09Take care of year before 1601 on win32. (#4580)Yonggang Luo
2021-01-29Refactoring time-related default port implementations (#4513)Akos Kiss
2021-01-22Fix MinGW compilation errors in jerry-ext (#4510)Yonggang Luo
2021-01-18Introduce jerry_port_track_promise_rejection (#4451)Robert Fancsik
2021-01-16Use _WIN32 instead WIN32. (#4484)Yonggang Luo
2021-01-13Fix the build and timezone offset with MinGW (#4449)Csaba Osztrogonác
2021-01-12Improve the path normalization of the default port (#4444)Akos Kiss
2021-01-12Remove file(GLOB ...) usage from CMakeLists.txt (#4427)Robert Fancsik
2021-01-11Officially introduce amalgamated builds (#4416)Akos Kiss
2021-01-11Fix HAVE_M_LIB check for older CMake (#4437)Csaba Osztrogonác
2020-11-17Add script to extract JerryScript version from headers (#4333)Akos Kiss
2020-11-16Drop the minimal variant of the default port implementation (#4331)Akos Kiss
2020-10-22Uncontrolled memory allocation in jerry_port_read_source function (#4282)Csaba Osztrogonác
2020-10-17Fix HAVE_TM_GMTOFF check for older CMake. (#4292)Csaba Osztrogonác
2020-07-28Improve source file handling in jerry-main (#4037)Dániel Bátyai
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2019-10-03Remove superfluous include (#3198)Zsolt Borbély
2019-10-03Remove abort-on-fail from the default port (#3182)Dániel Bátyai
2019-10-02Provide support for native modules with ES6 imports (#3090)Dániel Bátyai
2019-09-26Make all test262 tests pass on Windows (#3157)Csaba Osztrogonác
2019-07-25Document and improve the single-source generation (#2986)Péter Gál
2019-07-17Resolve module paths relative to the current module (#2976)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-09Implement path normalization in port-default (#2861)Dániel Bátyai
2019-04-25Rework ES2015 module system and add missing features. (#2792)Daniel Vince
2019-04-01Add a "single" source/header file generation and build mode (#2790)Péter Gál
2019-03-18Part I: Implement ES2015 module system. (#2599)Daniel Vince
2019-03-13Make jerryx_port_handler_print_char truly a port function (#2789)Péter Gál
2019-01-21Add pkg-config metadata files for libraries (#2680)Akos Kiss
2019-01-17Update the debugger to work on Windows (#2684)Péter Gál
2018-10-18Change jerry_port interface to allow for a correct implementation of timezone...crazy2be
2018-10-08Fix mismatch in context getter/setter names of default port (#2554)Akos Kiss
2018-09-17Send print output to debugger client from the port implementation (#2515)Akos Kiss
2018-09-12Remove leading space from before `#if`s (#2523)Akos Kiss
2018-09-04Merge instance into context (#2501)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-13Add explicit casts to enum-to-integer conversions (#2467)Akos Kiss
2018-08-11Move all (nano|u)sleep-related decisions to default port implementation (#2462)Akos Kiss
2018-07-31Fix broken pipe error in Jerry Debugger (#2427)Daniel Balla
2018-06-05Buildable as shared libraries (#2351)willeio
2018-05-09Refactor/fix/document the default port implementation (#2317)Akos Kiss
2018-05-08Fix sign-conversion warning on gcc when compiling to raspberry pi 2 (#2308)Istvan Miklos
2018-03-22Move the sleep function to jerry-port (#2245)imiklos
2017-09-07Send every kind of output to the debugger clientDaniel Balla
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