aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/CMakeLists.txt
AgeCommit message (Expand)Author
2017-04-28Support ECMAScript stopping in JerryScript. (#1753)Zoltan Herczeg
2017-04-25Turn port implementations into proper libraries (#1777)Akos Kiss
2017-04-22Rename `jerry-port.h` to `jerryscript-port.h` (#1762)Akos Kiss
2017-03-23Minor fixes around the debugger (#1677)Zsolt Borbély
2017-03-06Require JERRY_JS_PARSER macro to be defined (#1639)Robert Sipka
2017-02-21Add debugger connection port setting to build script (#1599)Levente Orban
2017-02-16Add jerryscript.h and mark jerry-api.h as deprecated (#1579)Péter Gál
2017-02-14Initial version of JerryScript debugger (#1557)Levente Orban
2017-02-01Append external libraries separately not as a string (#1553)Zsolt Borbély
2017-01-30Use default system allocator on 32bit systems, if JERRY_SYSTEM_ALLOCATOR is d...László Langó
2017-01-24[ES2015][TypedArray] add other 8 types (#1532)Zidong Jiang
2017-01-02Modify the profile option to specify external compile definitions. (#1497)Robert Sipka
2016-12-12Set js-parser feature in the build script. (#1482)Robert Sipka
2016-12-09Add feature to remove parser. (#1476)Sergio Abraham Martinez Rodriguez
2016-12-09Fix the order in cmake build settings/options and their status messages. (#1480)Robert Sipka
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-12-07Add ES2015 feature: ArrayBuffer (#1467)Zidong Jiang
2016-09-30Simplify the way libgcc is linked (#1380)Akos Kiss
2016-09-15Improve the linking of libraries (#1338)Akos Kiss
2016-09-09Enable `make install` (#1335)Akos Kiss
2016-09-07Add git commit hash to jerry version infoAkos Kiss
2016-09-02Add the 'jerry-libm/include' path to specified include directories to jerry-c...Robert Sipka
2016-09-01Add 32 bit compressed pointer support.Zoltan Herczeg
2016-08-30Improve the build systemAkos Kiss
2016-08-29Remove unused JERRY_ENABLE_PRETTY_PRINTER from the build system.Robert Sipka
2016-08-11Follow-up refactoring of logging-related partsAkos Kiss
2016-08-05Remove compact profile.Robert Sipka
2016-07-29Change the CONFIG_ECMA_NUMBER_TYPE default value to FLOAT64 to ensure complia...Robert Sipka
2016-07-28Re-thinking the build system to bring it more into line with the conventions.Robert Sipka
2016-07-19Introducing global context.Zoltan Herczeg
2016-06-19Build fix for ALL_IN_ONE and COMPILER_DEFAULT_LIBCRobert Sipka
2016-05-22Update memory-related definesZsolt Borbély
2016-05-20Get rid of the remains of heavy debugZsolt Borbély
2016-05-20Change 'mem' namspace to 'jmem'László Langó
2016-05-06Merged target for mbed boards.Imre Kiss
2016-04-20Introduce the Date Port APIAkos Kiss
2016-04-19Introduce the Termination Port APIAkos Kiss
2016-04-08Turn modified fdlibm into Jerry's own libmAkos Kiss
2016-03-21Make target provide jerry-port.cFrançois Baldassari
2016-03-09Don't use messages for errors by defaultLászló Langó
2016-03-08Disable date object related system calls by defaultLászló Langó
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka
2016-02-11Remove references to non-existent parser/js/bc and parser/js/collections dire...Akos Kiss
2016-02-05Compact Byte Code parser and executor for Jerry.Zoltan Herczeg
2015-12-23Parser optimizations.Andrey Shitov
2015-12-11allow_to_customize_address_for_jerry_mem_heapTamas Czene
2015-11-25Add option to enable all-in-one build modeZsolt Borbély
2015-11-03Add support for reporting mallocs / frees to valgrind through client requests.Zoltan Herczeg
2015-09-09Implement snapshot functionality.Andrey Shitov
2015-09-09Introduce GC stress testing mode (-mem_stress_test prefix; for example: debug...Ruben Ayrapetyan