aboutsummaryrefslogtreecommitdiff
path: root/targets
AgeCommit message (Expand)Author
2021-12-06Rework the public API (#4829)Dániel Bátyai
2021-12-02Update Zephyr target to 2.7.0 (#4838)Roland Takacs
2021-11-23Update NuttX target to releases/10.2 (#4822)Roland Takacs
2021-11-23Update RIOT target to 2021.10 (#4826)Roland Takacs
2021-11-23Restore esp-idf port (#4828)Jacques Germishuys
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-10-21Add missing "jerryscript.h" include to esp-idf target (#4759)ChrisPei
2021-08-26targets: zephyr: Update for Zephyr 2.x (#4731)Paul Sokolovsky
2021-07-27Change resource name to a string. (#4724)Zoltan Herczeg
2021-06-24Remove jerry_get_boolean_value (#4685)Gergo Csizi
2021-05-26Fix typo in property hashmap define (#4664)Jiawen Geng
2021-04-13Add info to external pointer free callback. (#4642)Zoltan Herczeg
2021-03-30Rework module linking (#4632)Zoltan Herczeg
2021-03-11Remove jerry_port_track_promise_rejection (#4613)Zoltan Herczeg
2021-03-10Add custom configuration to jerry_parse and its variants (#4620)Zoltan Herczeg
2021-02-17Rework external function handlers (#4599)Zoltan Herczeg
2021-01-18Introduce jerry_port_track_promise_rejection (#4451)Robert Fancsik
2021-01-11Officially introduce amalgamated builds (#4416)Akos Kiss
2021-01-08Move ARM and target checks to Github Actions from Travis (#4430)Robert Fancsik
2021-01-08Disable libjerry-math by default (#4428)Akos Kiss
2021-01-05Rename jerry-libm to jerry-math (#4410)Akos Kiss
2020-11-16Drop the minimal variant of the default port implementation (#4331)Akos Kiss
2020-10-21espressif's ESP-IDF port (#4270)Philippe
2020-09-17Update NuttX repository URLs (#4201)Dániel Bátyai
2020-07-23Update Mbed OS target to 5.15.4 (#4035)Mátyás Mustoha
2020-07-10Update the NuttX-STM32 documentation (#3986)Mátyás Mustoha
2020-06-30Update NuttX to 9.0 on Travis (#3958)Mátyás Mustoha
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-22Fix vera++ rule to find expressions without space after parentheses (#3776)Rafal Walczyna
2020-03-27Fix undefined overflow behavior when converting double to integer (#3629)Akos Kiss
2020-01-07Use Python 3.6 in case of Zephyr target (#3493)Roland Takacs
2019-10-16Update API version to 2.1.0. (#3220)v2.1.0Csaba Osztrogonác
2019-10-08Remove ARTIK 053 from the targets. (#3206)Roland Takacs
2019-10-02Provide support for native modules with ES6 imports (#3090)Dániel Bátyai
2019-09-24Temporary fix for ESP8266 target on Travis (#3160)Robert Fancsik
2019-08-16Update Zephyr build on Travis (#3018)Dániel Bátyai
2019-08-13Fix Zephyr build on Travis (#3015)Dániel Bátyai
2019-07-30Fix unhandled exceptions with unicode error messages (#2994)Dániel Bátyai
2019-07-17Resolve module paths relative to the current module (#2976)Dániel Bátyai
2019-07-15Fix mbedos5 build on Travis (#2974)Dániel Bátyai
2019-07-11Include file path in Syntax error messages (#2941)Dániel Bátyai
2019-07-09Fix URLs in the repository after organization switch (#2955)Dániel Bátyai
2019-07-08Rework CMake options to use the new macro config format (#2933)Péter Gál
2019-06-19Rework usages/naming of configuration macros [part 2] (#2903)Péter Gál
2019-05-09Add NuttX specific port implementation. (#2864)Dániel Bátyai
2019-04-25Rework ES2015 module system and add missing features. (#2792)Daniel Vince
2019-04-24Bump Zephyr target to 1.14.0 (#2837)Akos Kiss
2019-04-18Add missing jerry_release_value by calling jerry_set_property and jerry_set_p...jerry-weng
2019-04-16Allow the JS objects to have more than one native pointer data (#2814)Robert Fancsik