aboutsummaryrefslogtreecommitdiff
path: root/jerry-port/default/CMakeLists.txt
AgeCommit message (Expand)Author
2021-05-17build: Support cmake -DPYTHON=python3 (#4667)Philippe Coval
2021-03-11Remove jerry_port_track_promise_rejection (#4613)Zoltan Herczeg
2021-02-17Keep GNU fastpath for jerry_port_get_local_time_zone_adjustment (#4600)Robert Fancsik
2021-01-29Refactoring time-related default port implementations (#4513)Akos Kiss
2021-01-18Introduce jerry_port_track_promise_rejection (#4451)Robert Fancsik
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-16Drop the minimal variant of the default port implementation (#4331)Akos Kiss
2020-10-17Fix HAVE_TM_GMTOFF check for older CMake. (#4292)Csaba Osztrogonác
2019-07-25Document and improve the single-source generation (#2986)Péter Gál
2019-04-01Add a "single" source/header file generation and build mode (#2790)Péter Gál
2019-01-21Add pkg-config metadata files for libraries (#2680)Akos Kiss
2018-10-18Change jerry_port interface to allow for a correct implementation of timezone...crazy2be
2018-08-16Distinguish between public and private headers in jerry-core (#2472)Akos Kiss
2018-08-11Move all (nano|u)sleep-related decisions to default port implementation (#2462)Akos Kiss
2018-06-05Buildable as shared libraries (#2351)willeio
2017-05-09Implement common external function handlers in `jerry-ext` (#1787)Akos Kiss
2017-04-25Turn port implementations into proper libraries (#1777)Akos Kiss