aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/jerry-port.h
AgeCommit message (Expand)Author
2017-04-22Rename `jerry-port.h` to `jerryscript-port.h` (#1762)Akos Kiss
2017-04-12Implement the basic Promise (#1695)Zidong Jiang
2017-03-28Add a simple Job queue in default port. (#1685)Zidong Jiang
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-09-01Fix warnings reported on OS X (#1307)Akos Kiss
2016-08-05Cleanup jerry's assert-like routines and macrosAkos Kiss
2016-07-14Implement IO port APILászló Langó
2016-04-23Drop jerry_port_putcharAkos Kiss
2016-04-21Change current time from uint64_t to double in Date Port APIAkos Kiss
2016-04-20Introduce the Date Port APIAkos Kiss
2016-04-19Introduce the Termination Port APIAkos Kiss
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-02-19Remove EXTERN_C macros and use block based solutionLászló Langó
2016-02-16Eliminating doxygen warnings by fixing the documentationAkos Kiss
2016-02-05Style fix: align pointer dereference operator to rightLászló Langó
2015-12-08Move log message output(fprintf, puthcar) to target codeSaeHie Park