Commits
User selector
Commit History
Commits on Feb 4, 2021
Remove the ENABLED/DISABLED macros (#4515)
Show description for 0628ae1authored
Commits on Jan 5, 2021
Rename jerry-libm to jerry-math (#4410)
Show description for 257814dauthored
Commits on Mar 30, 2020
Bump reference platform to Ubuntu 18.04 LTS (#3037)
Show description for 1bd1a36authored
Commits on Aug 21, 2018
Remove jerry-libc (#2332)
Show description for 7639e61authored
Commits on May 16, 2017
Add lightweight command line processor to jerry-main (#1809)
Show description for 7837440authored
Commits on May 4, 2017
A tool in jerry-ext: arg transformer for binding (#1740)
Show description for 90efdf9authored
Commits on Apr 24, 2017
Update paths in check tools (#1772)
Show description for 4f4f75eauthored andcommitted
Commits on Apr 13, 2017
Add support for init/fini arrays to libc (#1725)
Show description for 4b9e458authored
Commits on Sep 21, 2016
Switch cppcheck to C99 mode (#1371)
Show description for ee2e159authored
Commits on Apr 8, 2016
Turn modified fdlibm into Jerry's own libm
Show description for 3ba286fcommitted
Commits on Mar 21, 2016
Add unit testing of fdlibm
Show description for 91b1547committed
Commits on Feb 19, 2016
Move cppcheck logic from Makefile and CMakeLists.txt to tools/check-cppcheck.sh
Show description for b2edaafcommitted
Commits on Feb 15, 2016
Remove g++ support from the [C]Make files.
Show description for 977bfa5committed
Commits on Feb 11, 2016
Remove cppcheck and vera++ from prerequisites
Show description for 20bec3dcommitted
Commits on Aug 27, 2015
Add suppression of 'duplicateExpression' cppcheck rule, as it leads to false positives in expressions like `static_assert (ENUM_VALUE == 0, "");`.
Show description for c3d8cfdcommitted
Ruben Ayrapetyan
Commits on May 15, 2015
Introducing chunked lists (list of nodes that exactly fit the heap chunk size).
Show description for b5d8444committed
Ruben Ayrapetyan
Commits on Apr 30, 2015
Fixing scripts and configuration of cppcheck and vera++, adding some vera++ rules.
Show description for ef461e3committed
Ruben Ayrapetyan
Loading