| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
upgrade jerry from v2.1 to v2.3 <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
upgrade jerry from v2.1 to v2.3 <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
upgrade jerry from v2.1 to v2.3 <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
add permission of run-test-suite.py issue:https://gitee.com/openharmony/third_party_jerryscript/issues/I7D7P1?from=project-issue Signed-off-by: gitee <liuwei742@huawei.com> | 3 年前 | |
upgrade jerry from v2.1 to v2.3 <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
upgrade jerry from v2.1 to v2.3 <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
upgrade jerry from v2.1 to v2.3 <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
upgrade jerry from v2.1 to v2.3 <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
Streamline copyright notices across the codebase. (#1473) Since the project is now hosted at the JS Foundation we can move to unified copyright notices for the project. Starting with this commit all future contributions to the project should only carry the following copyright notice (except for third-party code which requires copyright information to be preserved): "Copyright JS Foundation and other contributors, http://js.foundation" (without the quotes) This avoids cluttering the codebase with contributor-specific copyright notices which have a higher maintenance overhead and tend to get outdated quickly. Also dropping the year from the copyright notices helps to avoid yearly code changes just to update the copyright notices. Note that each contributor still retains full copyright ownership of his/her contributions and the respective authorship is tracked very accurately via Git. JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com | 9 年前 | |
update copyright year and fix file UGO right <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
upgrade jerry from v2.1 to v2.3 <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
Don't use a shell variable to store error output of doxygen (#2455) Storing the error output of doxygen into a shell variable first and echoing it later is error prone. In case of a long error output, the whole shell will crash before being able to print the doxygen diagnostics at all. This patch rewrites the check script to tee the diagnostics (pipe them to console and store them to a file at the same time) and check the output file size at the end. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu | 7 年前 | |
update copyright year and fix file UGO right <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
Fix check-magic-strings.sh to return with non-zero if error happens (#2525) Running tools/run_tests.py --check-magic-strings causes an IndexError, but the script exits with 0, indicating error-less run. Added error checking to the file, to indicate errors in the future. Fixes #2522 JerryScript-DCO-1.0-Signed-off-by: Bela Toth tbela@inf.u-szeged.hu | 7 年前 | |
Fine-tune pylint and debugger test scripts (#3012) - Added pylint and python-serial to apt-get-install-deps.sh. - Make Jerry debugger import python serial module only if needed. - Check-pylint.sh warns if pylint isn't installed. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu | 6 年前 | |
Streamline copyright notices across the codebase. (#1473) Since the project is now hosted at the JS Foundation we can move to unified copyright notices for the project. Starting with this commit all future contributions to the project should only carry the following copyright notice (except for third-party code which requires copyright information to be preserved): "Copyright JS Foundation and other contributors, http://js.foundation" (without the quotes) This avoids cluttering the codebase with contributor-specific copyright notices which have a higher maintenance overhead and tend to get outdated quickly. Also dropping the year from the copyright notices helps to avoid yearly code changes just to update the copyright notices. Note that each contributor still retains full copyright ownership of his/her contributions and the respective authorship is tracked very accurately via Git. JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com | 9 年前 | |
Fix URLs in the repository after organization switch (#2955) JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu | 7 年前 | |
Remove jerry-libc (#2332) Rationale: - There is no port under targets/ that would use it. All of them turn it off when building. - That's no surprise, as jerry-libc supports no barebone MCUs but posix targets with syscalls only. Actually, that's Linux only, because macOS builds have turned off the use of jerry-libc a while ago. - And there is no point in maintaining a highly restricted set of libc functions: as soon as someone wants to use JerryScript in a scenario that needs more functions than jerry-main, they have to choose a different libc (most problably the compiler's default one). I think that we should not keep supporting an otherwise unused library for the purposes of jerry-main on arm/x86/x64-linux only. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu | 7 年前 | |
update copyright year and fix file UGO right <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
update copyright year and fix file UGO right <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
Split unit tests into separate directories (#1761) The unit tests should follow the component structure, so this patch moves all jerry-core unit tests under tests/unit-core and the jerry-libm unit tests under tests/unit-libm. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu | 9 年前 | |
update copyright year and fix file UGO right <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
update openharmony 1.0.1 | 5 年前 | |
update copyright year and fix file UGO right <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
update copyright year and fix file UGO right <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
Streamline copyright notices across the codebase. (#1473) Since the project is now hosted at the JS Foundation we can move to unified copyright notices for the project. Starting with this commit all future contributions to the project should only carry the following copyright notice (except for third-party code which requires copyright information to be preserved): "Copyright JS Foundation and other contributors, http://js.foundation" (without the quotes) This avoids cluttering the codebase with contributor-specific copyright notices which have a higher maintenance overhead and tend to get outdated quickly. Also dropping the year from the copyright notices helps to avoid yearly code changes just to update the copyright notices. Note that each contributor still retains full copyright ownership of his/her contributions and the respective authorship is tracked very accurately via Git. JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com | 9 年前 | |
Streamline copyright notices across the codebase. (#1473) Since the project is now hosted at the JS Foundation we can move to unified copyright notices for the project. Starting with this commit all future contributions to the project should only carry the following copyright notice (except for third-party code which requires copyright information to be preserved): "Copyright JS Foundation and other contributors, http://js.foundation" (without the quotes) This avoids cluttering the codebase with contributor-specific copyright notices which have a higher maintenance overhead and tend to get outdated quickly. Also dropping the year from the copyright notices helps to avoid yearly code changes just to update the copyright notices. Note that each contributor still retains full copyright ownership of his/her contributions and the respective authorship is tracked very accurately via Git. JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com | 9 年前 | |
Streamline copyright notices across the codebase. (#1473) Since the project is now hosted at the JS Foundation we can move to unified copyright notices for the project. Starting with this commit all future contributions to the project should only carry the following copyright notice (except for third-party code which requires copyright information to be preserved): "Copyright JS Foundation and other contributors, http://js.foundation" (without the quotes) This avoids cluttering the codebase with contributor-specific copyright notices which have a higher maintenance overhead and tend to get outdated quickly. Also dropping the year from the copyright notices helps to avoid yearly code changes just to update the copyright notices. Note that each contributor still retains full copyright ownership of his/her contributions and the respective authorship is tracked very accurately via Git. JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com | 9 年前 | |
Streamline copyright notices across the codebase. (#1473) Since the project is now hosted at the JS Foundation we can move to unified copyright notices for the project. Starting with this commit all future contributions to the project should only carry the following copyright notice (except for third-party code which requires copyright information to be preserved): "Copyright JS Foundation and other contributors, http://js.foundation" (without the quotes) This avoids cluttering the codebase with contributor-specific copyright notices which have a higher maintenance overhead and tend to get outdated quickly. Also dropping the year from the copyright notices helps to avoid yearly code changes just to update the copyright notices. Note that each contributor still retains full copyright ownership of his/her contributions and the respective authorship is tracked very accurately via Git. JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com | 9 年前 | |
Streamline copyright notices across the codebase. (#1473) Since the project is now hosted at the JS Foundation we can move to unified copyright notices for the project. Starting with this commit all future contributions to the project should only carry the following copyright notice (except for third-party code which requires copyright information to be preserved): "Copyright JS Foundation and other contributors, http://js.foundation" (without the quotes) This avoids cluttering the codebase with contributor-specific copyright notices which have a higher maintenance overhead and tend to get outdated quickly. Also dropping the year from the copyright notices helps to avoid yearly code changes just to update the copyright notices. Note that each contributor still retains full copyright ownership of his/her contributions and the respective authorship is tracked very accurately via Git. JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com | 9 年前 | |
update copyright year and fix file UGO right <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
set up jerryscript engine TDD and JS self-test framework set up framework to test TDD and JS change gitee download test case resource add test-262-es6.patch issue:https://gitee.com/openharmony/third_party_jerryscript/issues/I78UGH?from=project-issue Signed-off-by: gitee <liuwei742@huawei.com> | 3 年前 | |
update copyright year and fix file UGO right <wanggang203@huawei.com> Signed-off-by: Gavin1012 <wanggang203@huawei.com> | 4 年前 | |
update openharmony 1.0.1 | 5 年前 | |
update openharmony 1.0.1 | 5 年前 | |
Migration Guide (#2419) * Migration Guide Migration guide from JerryScript 1.0 to 2.0. Co-authored-by: László Langó llango.u-szeged@partner.samsung.com Co-authored-by: Peter Gal pgal.u-szeged@partner.samsung.com JerryScript-DCO-1.0-Signed-off-by: Istvan Miklos imiklos2@inf.u-szeged.hu * Add version information for API methods For each API method/type the documentation now includes the version it was introduced or a change occured. JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com | 6 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 9 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 7 年前 | ||
| 4 年前 | ||
| 7 年前 | ||
| 6 年前 | ||
| 9 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 9 年前 | ||
| 4 年前 | ||
| 5 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 9 年前 | ||
| 9 年前 | ||
| 9 年前 | ||
| 9 年前 | ||
| 9 年前 | ||
| 4 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 6 年前 |