1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 16 4月, 2019 1 次提交
    • R
      Allow the JS objects to have more than one native pointer data (#2814) · b3f4aa68
      Robert Fancsik 提交于
      Currently JS objects can only have one native pointer data which could be a limitation in special cases.
      This patch allows to register multiple native infos, which can be accessed/associated with the corresponding `jerry_object_native_info_t`.
      
      JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
      b3f4aa68
  4. 25 8月, 2017 1 次提交
  5. 13 12月, 2016 1 次提交
    • J
      target: mbedos5: Update to mbed OS 5.2.3 (#1468) · fb2818c1
      Jan Jongboom 提交于
      Update mbed OS target to latest version of mbed OS (5.2.3). Also rename all files in jerryscript-mbed-drivers/ to include -js.cpp, as our build tools now generate warnings for C++ files with the same name. mbed-events library is now mainlined, so no longer required to pull this library in as a separate dependency.
      
      JerryScript-DCO-1.0-Signed-off-by: Jan Jongboom janjongboom@gmail.com
      fb2818c1
  6. 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
  7. 29 11月, 2016 1 次提交
    • J
      target: mbedos5: Add PwmOut and AnalogIn interfaces (#1455) · 4d2c22a1
      Jan Jongboom 提交于
      mbed OS 5 target is currently missing wrappers around PwmOut and AnalogIn interface, which are part of the standard library of mbed OS. This commit adds them. Tested with mbed CI test shield. I've followed the coding style in jerryscript-mbed, rather than JerryScript coding style.
      
      JerryScript-DCO-1.0-Signed-off-by: Jan Jongboom janjongboom@gmail.com
      4d2c22a1