1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 24 4月, 2019 1 次提交
  4. 16 11月, 2017 1 次提交
    • A
      Remove the 'external' toolchain file (#2089) · 36479ddc
      Akos Kiss 提交于
      The 'external' toolchain file does nothing but transitively sets
      some cmake system variables from values received on the command
      line, and forcibly sets the C compiler. However, the same cmake
      system variables can be directly set via the command line, together
      with the C compiler, and specifying a toolchain is not a must.
      Thus, this patch drops the superfluous 'external' toolchain file
      and updates cmake-based targets to invoke cmake in a simpler form.
      
      Related changes in this commit:
      - While updating the cmake invocations, all the command line
        arguments have been reviewed and simplified (removed those, which
        did not change the defaults).
      - Removed unnecessary forced C compiler settings from some
        toolchain files (and/or changed them to setting the "compiler
        works" flag to true, thus keeping cmake's compiler identification
        logic but disabling some of its overzealous compiler sanity
        checks).
      
      JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
      36479ddc
  5. 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
  6. 08 8月, 2016 1 次提交
    • A
      Let the build script use a default for toolchain · d5eb2f0b
      Akos Kiss 提交于
      The `cmake` directory already contains several toolchain files for
      various platforms (operating system + architecture). However,
      `tools/build.py` does not define a toolchain file for cmake unless
      explicitly specified. This patch changes the script to look into
      the `cmake` directory for a file named
      `toolchain_$(os)_$(arch).cmake` and, if found, pass that to cmake
      by default.
      
      OS and arch are determined by `os.uname()`. As Linux on Raspberry
      Pi identifies itself as "armv7l", the legacy "armv7l-hf" arch name
      is shortened to "armv7l". This way, building jerry on RPi
      (natively, not cross) becomes possible by simply running
      `tools/build.py` without any extra options.
      
      JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
      d5eb2f0b
  7. 28 7月, 2016 1 次提交
    • R
      Re-thinking the build system to bring it more into line with the conventions. · ddab1d81
      Robert Sipka 提交于
      We removed that implementation where the build directory isn't set up to build with exactly one
      configuration of the project but potentially several variants: the same build directory
      can/must be used for debug and release builds, for full or compact profile versions, etc.
      So we reworked the CMakeLists, and now one build dir deal with exactly one configuration
      of the project's libraries and tools.
      
      JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
      JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
      ddab1d81
  8. 15 2月, 2016 1 次提交
    • R
      Remove g++ support from the [C]Make files. · 977bfa5d
      Robert Sipka 提交于
      Move all '.cpp' files to '.c'.
      Rename comments from 'cpp' to 'c'.
      
      JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs.u-szeged@partner.samsung.com
      JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
      977bfa5d
  9. 17 6月, 2015 1 次提交
  10. 14 2月, 2015 1 次提交
    • 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
  11. 11 2月, 2015 1 次提交
  12. 10 2月, 2015 1 次提交
  13. 18 12月, 2014 1 次提交
  14. 14 10月, 2014 1 次提交
  15. 01 8月, 2014 1 次提交
  16. 11 7月, 2014 1 次提交
  17. 02 7月, 2014 1 次提交
  18. 01 7月, 2014 1 次提交