aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-18Change the layout of the doxygen-generated documentationAkos Kiss
2016-02-18Refactoring and fixing jerry-libcAkos Kiss
2016-02-18Fix system call related date builtin functionsLászló Langó
2016-02-18Fix style issues and improve vera++ rules.László Langó
2016-02-18Optimize 'lit_get_magic_string_size' callsLászló Langó
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-17Add Travis CI badge to readmeAkos Kiss
2016-02-17Quick fix for Travis CI: remove signed-off checkAkos Kiss
2016-02-17Turn some global variables `static const`Akos Kiss
2016-02-17Get the alpha order of lexer keywords rightAkos Kiss
2016-02-17Add support for travis integrationAkos Kiss
2016-02-16Eliminating doxygen warnings by fixing the documentationAkos Kiss
2016-02-16Improve 'tools/run-perf-test.sh'László Langó
2016-02-16Remove unnecessary assertionLászló Langó
2016-02-16Check reference count of objectsLászló Langó
2016-02-16Warning fixes.Robert Sipka
2016-02-16Remove `jerry_port_` functions from test-common.hAkos Kiss
2016-02-16Move Doxyfile to the root directory of the projectAkos Kiss
2016-02-15Refactoring the build systemAkos Kiss
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka
2016-02-15Add some fixes required by the C99 standard.Robert Sipka
2016-02-12Fix build with -O3László Langó
2016-02-11Remove unused functions from ecma-helpers-number.Zsolt Borbély
2016-02-11Move out 'jrt_read_from_buffer_by_offset' and 'jrt_write_to_buffer_by_offset'...Robert Sipka
2016-02-11Remove cppcheck and vera++ from prerequisitesAkos Kiss
2016-02-11Remove references to non-existent parser/js/bc and parser/js/collections dire...Akos Kiss
2016-02-11Rename docs/Doxygen to docs/DoxyfileAkos Kiss
2016-02-10Move the logic of Valgrind-support check to the CMake part.Zsolt Borbély
2016-02-10ECMAScript Parameters cannot be passed in collections anymore, only as arrays.Zoltan Herczeg
2016-02-10Use value types instead of reference types.Robert Sipka
2016-02-10Merge the js-parser and parser filesRobert Sipka
2016-02-10Abort the build-process when the build-configuration is unsupportedZsolt Borbély
2016-02-10Move 'nums_with_ascending_length' to be a global, non variable length array.Robert Sipka
2016-02-10Use type cast to avoid conversation error with C99 standard.Robert Sipka
2016-02-10Fix assertion in RegExp compileLászló Langó
2016-02-10targets: add nuttx interpreter buildSaeHie Park
2016-02-09Add forward declaration for mem_pool_chunk struct.Robert Sipka
2016-02-09Fix assertions in RegExp builtinLászló Langó
2016-02-09Fix 'Segmentation fault on String.Replace'László Langó
2016-02-09Fix 'Segmentation fault in re_get_value'László Langó
2016-02-09Add missing doxygen group endingsIstván Kádár
2016-02-09Eliminate 'is_stack_var' field of ecma_string_tIstván Kádár
2016-02-09Eliminate code duplication in memory statistics printingAkos Kiss
2016-02-09Fix the correct number of command line arguments check.Robert Sipka
2016-02-09Revive mem_stats.shAkos Kiss
2016-02-09Add regression tests for recently closed issuesLászló Langó
2016-02-09Fix memory leak in RegExp builtin.László Langó
2016-02-09Add generated documentation to gitignoreAkos Kiss
2016-02-09Use concrete types instead of 'auto'.Roland Takacs
2016-02-09Add missing parentheses for bit operations where type cast is used.Roland Takacs