aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-01Fix API examples after the IO Port updateLászló Langó
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-28Remove CNAME file from the master branch.Tilmann Scheller
2016-07-27Refactoring of the ESP8266 target code to match the latest API.Slavey Karadzhov
2016-07-21Move GC, lcache, literal storage, lexical env global variables to jerry context.Zoltan Herczeg
2016-07-20More gc-friendly property hashmap allocation.István Kádár
2016-07-20targets/zephyr: REPL: Print expression result, or exception value.Paul Sokolovsky
2016-07-20Fix RIOT port after API updateLászló Langó
2016-07-20Remove printf calls from jerry coreLászló Langó
2016-07-20Fix minor implementation issues found in the JerryScript API.Zoltan Herczeg
2016-07-19Enable custom domain.Tilmann Scheller
2016-07-19Memory leak is fixed in ecma_builtin_regexp_prototype_exec.István Kádár
2016-07-19Introducing global context.Zoltan Herczeg
2016-07-19fix bug of "deref bytecode twice" in jerry_exec_snapshotZidong Jiang
2016-07-18Update a link in README.mdZsolt Borbély
2016-07-15Remove arbitrary case conversion tests.Zoltan Herczeg
2016-07-15Fix bug in jerry_string_to_char_buffer.Zidong Jiang
2016-07-15Optimize ecma_string_get_array_indexDániel Bátyai
2016-07-15Move log level to default portLászló Langó
2016-07-14Implement IO port APILászló Langó
2016-07-14Improve resolve reference.Zoltan Herczeg
2016-07-14Minor fixes in API referenceLászló Langó
2016-07-13Improve the construction of "length" built-in strings.Zoltan Herczeg
2016-07-12Update API reference to the new APILászló Langó
2016-07-12targets/zephyr: Update to new Jerry API and improve REPL interaction.Paul Sokolovsky
2016-07-11Fix links to docs in README.mdDave Methvin
2016-07-11Update Jerry APILászló Langó
2016-07-08Regression tests are added for the recently closed fuzzer bugs.István Kádár
2016-07-06Simplify string management.Zoltan Herczeg
2016-07-06Small performance optimizations of the interpreter.Zoltan Herczeg
2016-07-05Fix signed left shift in vm_loop().Tilmann Scheller
2016-07-05Documentation converter script.István Kádár
2016-07-04targets/zephyr: Add support for NXP FRDM-K64F board.Paul Sokolovsky
2016-07-04Optimize comparison in VM.Zoltan Herczeg
2016-07-03Optimize arithmetic in VM.Zoltan Herczeg
2016-07-01ecma_make_boolean_value(bool) function is added in order to make ecma_value f...István Kádár
2016-07-01Fix issue when you don't flash the ARC and the x86 waitsSergio Martinez
2016-07-01Update README with the current binary size.Tilmann Scheller
2016-06-30Documentation is moved to docs.István Kádár
2016-06-30[zephyr] rename SOURCE_DIR to ZEPHYR_TARGET_SRC_DIR in Makefile.zephyrSakari Poussa
2016-06-29Check error values in API functionsLászló Langó
2016-06-28[zephyr] Makefile tuningSakari Poussa
2016-06-27Sixteen bit hash for strings.Zoltan Herczeg
2016-06-27Rework literal storage.Zoltan Herczeg
2016-06-26Fix memcpy return value.Zoltan Herczeg
2016-06-24Update API referenceLászló Langó
2016-06-24Remove ECMA_OBJECT_TYPE_BUILT_IN_FUNCTION to free an object type.Zoltan Herczeg
2016-06-24Add new API functionLászló Langó
2016-06-23targets/zephyr: Rename from arduino_101, with more targets supported.Paul Sokolovsky