aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/jrt
AgeCommit message (Expand)Author
2017-04-26Remove `jerry-internal.h` (#1782)Akos Kiss
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-24These changes are designed to enable the TI compilers to compile (#1505)t-harvey
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-03Fix logging of error message in `jerry_fatal`Akos Kiss
2016-08-03Initial RAM optimization for ESP8266Slavey Karadzhov
2016-07-20Remove printf calls from jerry coreLászló Langó
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-19Introduce the Termination Port APIAkos Kiss
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-04-06Eliminate TODO and FIXME macrosAkos Kiss
2016-03-24Fix compile warnings about always_inline functions in GCC 5.2.0Geoff Gustafson
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-03-01Fix the format of doxygen comments of output argumentsLászló Langó
2016-02-29Replace bit field manipulation functions with macrosAkos 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-16Check reference count of objectsLászló Langó
2016-02-16Warning fixes.Robert Sipka
2016-02-15Remove g++ support from the [C]Make files.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
2015-12-08Move log message output(fprintf, puthcar) to target codeSaeHie Park
2015-11-23Add support of afl-fuzzer.Evgeny Gavrin
2015-09-28Remove argument names in function prototypes, declared in headers; fix '*' al...Ruben Ayrapetyan
2015-09-09Implement snapshot functionality.Andrey Shitov
2015-08-31Add `warn_unused_result` attribute to ecma_string_to_utf8_string. Add asserti...Ruben Ayrapetyan
2015-08-27Remove heap allocator's block headers, replacing them with bitmap at start of...Ruben Ayrapetyan