aboutsummaryrefslogtreecommitdiff
path: root/jerry-ext/CMakeLists.txt
AgeCommit message (Expand)Author
2021-01-22Fix MinGW compilation errors in jerry-ext (#4510)Yonggang Luo
2021-01-12Remove file(GLOB ...) usage from CMakeLists.txt (#4427)Robert Fancsik
2020-11-12Fix tabulation of configuration messages (#4330)Akos Kiss
2020-01-23Fix the build with enabled debugger on Windows (#3531)Csaba Osztrogonác
2019-09-20Disable INIT_FINI unittest on Windows (#3132)Csaba Osztrogonác
2019-03-27Implement handle scope API in jerry-ext (#2753)legendecas
2019-01-21Add pkg-config metadata files for libraries (#2680)Akos Kiss
2019-01-17Update the debugger to work on Windows (#2684)Péter Gál
2019-01-04Simplify the collection of sources in cmake files (#2673)Akos Kiss
2018-08-29Move the 'init/fini arrays' build option to jerry-ext (#2493)Akos Kiss
2018-08-16Distinguish between public and private headers in jerry-core (#2472)Akos Kiss
2018-08-13Fix include directories of jerry-ext (#2464)Akos Kiss
2018-07-19Move low-level debugger connection handling into jerry-ext. (#2426)Zoltan Herczeg
2018-06-05Buildable as shared libraries (#2351)willeio
2017-09-22module: Re-implement using library constructors/destructors (#2018)Gabriel "_|Nix|_" Schulhof
2017-07-18New extension: module (#1863)Gabriel "_|Nix|_" Schulhof
2017-05-09Implement common external function handlers in `jerry-ext` (#1787)Akos Kiss
2017-05-04A tool in jerry-ext: arg transformer for binding (#1740)Zidong Jiang