aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/jrt/jrt.h
AgeCommit message (Expand)Author
2023-12-11Update clang-format (#5112)Máté Tokodi
2022-01-21Fix logging related issues (#4971)Dániel Bátyai
2022-01-20Update jerry-port and jerry-ext (#4907)Dániel Bátyai
2021-12-06Rework the public API (#4829)Dániel Bátyai
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-07-15Improve Proxy recrusion check in their internal methods. (#4568)Péter Gál
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2019-06-19Rework usages/naming of configuration macros [part 2] (#2903)Péter Gál
2018-10-25Implement ES2015 class feature (part II.) (#2439)Robert Fancsik
2018-08-11Move all (nano|u)sleep-related decisions to default port implementation (#2462)Akos Kiss
2018-08-08Make logging an optional feature and disable it by default (#2449)Akos Kiss
2018-05-20Define JERRY_UNREACHABLE for MSVC (#2340)Akos Kiss
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2018-03-02Check _XOPEN_SOURCE macro before defining (#2220)Péter Gál
2017-12-07Move _XOPEN_SOURCE macro to a more generic place (#2136)Péter Gál
2017-05-11Remove include jerryscript.h from jrt.h. (#1803)Zoltan Herczeg
2017-04-22Rename `jerry-port.h` to `jerryscript-port.h` (#1762)Akos Kiss
2017-04-18Ensure that const and pure function attributes are used properly (#1739)Akos Kiss
2017-02-16Add jerryscript.h and mark jerry-api.h as deprecated (#1579)Péter Gál
2017-01-23Added #if control around GCC built-in functions so that the code can be (#1483)t-harvey
2016-12-16Add parameter names to function declarations. (#1498)Tilmann Scheller
2016-12-16Remove redundant extern keywords from function declarations/definitions. (#1495)Tilmann Scheller
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-09-21Add license checking (#1353)Akos Kiss
2016-09-19Define `__attr_hot___` for `__attribute__((hot))` (#1359)Akos Kiss
2016-08-11Follow-up refactoring of logging-related partsAkos Kiss
2016-08-05Refactor jrt buffer operationsAkos Kiss
2016-08-05Cleanup jerry's assert-like routines and macrosAkos Kiss
2016-08-03Initial RAM optimization for ESP8266Slavey Karadzhov
2016-07-15Move log level to default portLászló Langó
2016-07-14Implement IO port APILászló Langó
2016-07-11Update Jerry APILászló Langó
2016-06-14Introduce JERRY_UNUSED() instead of __attr_unused___Zsolt Borbély
2016-06-08Remove surplus attribute-defines from jrt.hZsolt Borbély
2016-06-01Insert parameters between the pair of parentheses in the JERRY_MIN and JERRY_...Robert Sipka
2016-05-20Get rid of the remains of heavy debugZsolt Borbély
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-04-06Eliminate TODO and FIXME macrosAkos Kiss
2016-03-16Storing byte code size in the byte code header. This reduces theZoltan Herczeg
2016-03-10Unify the naming scheme of all header definesAkos Kiss
2016-03-07Remove memory management-related dead codeAkos Kiss
2016-02-25Build fix for ALL_IN_ONE.Robert Sipka
2016-02-18Fix style issues and improve vera++ rules.László Langó
2016-02-16Eliminating doxygen warnings by fixing the documentationAkos Kiss
2016-02-16Warning fixes.Robert Sipka
2016-02-11Move out 'jrt_read_from_buffer_by_offset' and 'jrt_write_to_buffer_by_offset'...Robert Sipka
2016-02-05Remove template expression from jerry_ref_unused_variables.Roland Takacs
2016-02-05Remove the placement 'new' operator.Roland Takacs
2016-02-05Compact Byte Code parser and executor for Jerry.Zoltan Herczeg
2016-01-13Refactor literal-storage to not use C++ featuresRoland Takacs