1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 08 12月, 2016 1 次提交
    • T
      Streamline copyright notices across the codebase. (#1473) · 0511091e
      Tilmann Scheller 提交于
      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
      0511091e
  4. 27 8月, 2016 1 次提交
  5. 14 1月, 2016 2 次提交
  6. 18 2月, 2015 1 次提交
  7. 17 2月, 2015 1 次提交
  8. 14 2月, 2015 2 次提交
    • R
    • R
      Jerry is now split to several components: core, libc, plugins. · 43ea53b1
      Ruben Ayrapetyan 提交于
      The components are build independently and then are linked with main module corresponding to target platform.
      Core is supposed to be platform-independent, while libc and plugins are dependent on specific architecture / platform.
      
      The commit disables unit tests building and running during precommit.
      That is supposed to be fixed in a subsequent commit.
      
      Also, the commit disables building and running valgrind targets during precommit.
      Build is supposed to be turned on by an option that should be introduced later.
      Valgrind-checked runs are supposed to be performed in asynchronous mode.
      43ea53b1
  9. 11 2月, 2015 2 次提交
    • R
      Splitting main.cpp into jerry.cpp, main_linux.cpp and main_mcu.cpp; leaving... · ccc0453f
      Ruben Ayrapetyan 提交于
      Splitting main.cpp into jerry.cpp, main_linux.cpp and main_mcu.cpp; leaving __TARGET* defines usage only in jrt and plugins.
      ccc0453f
    • R
      Refinement of project structure. · 718bbe26
      Ruben Ayrapetyan 提交于
       - components renaming and moving:
         - liballocator -> mem;
         - libcoreint -> vm;
         - libecmaobjects -> ecma/base;
         - libecmaoperations -> ecma/operations;
         - libecmabuiltins -> ecma/builtins;
         - libjsparser -> parser/js;
         - libintstructs -> parser/collections;
         - liboptimizer -> parser/js;
         - libperipherals -> ../plugins/lib_device_stm;
         - libruntime -> jrt;
       - generated.h now is created as intermediate during build;
       - benchmarks -> tests/benchmarks;
       - docs -> documentation;
       - demo-applications removed (loop_demo.js -> tests/blinky.js).
      718bbe26
  10. 12 8月, 2014 1 次提交
  11. 25 7月, 2014 1 次提交
  12. 03 7月, 2014 1 次提交
  13. 02 7月, 2014 1 次提交
  14. 01 7月, 2014 1 次提交