aboutsummaryrefslogtreecommitdiff
path: root/tests/unit-core/CMakeLists.txt
AgeCommit message (Expand)Author
2021-10-15Implement eval check for ECMAScript code (#4788)Zoltan Herczeg
2021-09-29Implement source info retrieval API function (#4780)Zoltan Herczeg
2021-09-15Implement import.meta object (#4766)Zoltan Herczeg
2021-08-10Implement vm_throw callback (#4726)Zoltan Herczeg
2021-07-27Implement container operators API function (#4697)Tóth Béla
2021-07-24Support dynamic import calls (#4652)Zoltan Herczeg
2021-07-20Support shared user data for scripts (#4710)Zoltan Herczeg
2021-03-30Rework module linking (#4632)Zoltan Herczeg
2021-03-03Implement jerry_get_own_property API function (#4612)Zoltan Herczeg
2021-02-18Add notification callback for Promise operations (#4595)Zoltan Herczeg
2021-02-05Fix deleting native pointers (#4570)Zoltan Herczeg
2021-02-04Add non-standard behaviour support for Proxies (#4562)Zoltan Herczeg
2021-01-18Add a callback which is called when Error objects are created (#4465)Zoltan Herczeg
2021-01-16Sort source and header lists in cmake files (#4487)Akos Kiss
2021-01-12Remove file(GLOB ...) usage from CMakeLists.txt (#4427)Robert Fancsik
2020-11-16Drop the minimal variant of the default port implementation (#4331)Akos Kiss
2019-09-20Disable test-mem-stats.c unittest if system allocator is used (#3133)Csaba Osztrogonác
2018-08-16Distinguish between public and private headers in jerry-core (#2472)Akos Kiss
2018-06-04Add better support for proper installation after build (#2370)Akos Kiss
2017-06-06CMakeLists maintenance (#1826)Akos Kiss
2017-05-04Add promise C API (#1796)Zidong Jiang
2017-04-25Turn port implementations into proper libraries (#1777)Akos Kiss
2017-04-22Split unit tests into separate directories (#1761)Akos Kiss