Commits
User selector
Commit History
Commits on Jun 24, 2021
Remove jerry_get_boolean_value (#4685)
Show description for 8f71871authored
Commits on Feb 17, 2021
Rework external function handlers (#4599)
Show description for 112ad83authored
Commits on Jan 22, 2021
Fix MinGW compilation errors in jerry-ext (#4510)
Show description for 1db0905authored
Commits on Jan 18, 2021
Make all dynamic memory allocations via core API functions in jerry-ext (#4480)
Show description for 1d42d17authored
Commits on Jan 17, 2021
Unify asserts in jerry-ext (#4488)
Show description for 9bc0f2fauthored
Commits on Jan 16, 2021
Use _WIN32 instead WIN32. (#4484)
Show description for 3ce4dceauthored
Commits on Jan 12, 2021
Remove file(GLOB ...) usage from CMakeLists.txt (#4427)
Show description for 4399744authored
Commits on Jan 11, 2021
Replace isnan with inequality check to avoid conversion warning in older Clang (#4438)
Show description for edb01f6authored
Commits on Nov 17, 2020
Add script to extract JerryScript version from headers (#4333)
Show description for 7262b98authored
Commits on Nov 12, 2020
Fix tabulation of configuration messages (#4330)
Show description for 40004daauthored
Commits on May 22, 2020
Fix vera++ rule to find expressions without space after parentheses (#3776)
Show description for 876622aauthored
Commits on Mar 30, 2020
Bump reference platform to Ubuntu 18.04 LTS (#3037)
Show description for 1bd1a36authored
Commits on Feb 3, 2020
Add vera rules to check consecutive and trailing empty lines (#3540)
Show description for a78c8d4authored
Commits on Jan 23, 2020
Fix the build with enabled debugger on Windows (#3531)
Show description for b7a2a15authored andcommitted
Commits on Nov 6, 2019
Introduce jerry_get_resource_name API function (#3236)
Show description for 525c35fauthored andcommitted
Commits on Sep 20, 2019
Disable INIT_FINI unittest on Windows (#3132)
Show description for dc44b8bauthored andcommitted
Commits on Sep 5, 2019
Add backtrace print when the 'assert' js method fails (#3051)
Show description for 57f389dauthored andcommitted
Commits on Jul 25, 2019
Introduce new jerry-ext methods to ease property registration (#2715)
Show description for c64ee88authored andcommitted
Commits on Jul 17, 2019
Optional arguments should advance the iterator in jerryx_arg_transform_optional (#2962)
Show description for 6c44109authored andcommittedRefactor memory management (#2954)
Show description for ff22634andauthored
Commits on Jul 9, 2019
Fix URLs in the repository after organization switch (#2955)
Show description for 04d5d56authored andcommitted
Commits on Jul 1, 2019
Rework usages/naming of configuration macros [part 3] (#2927)
Show description for eef1efaauthored andcommitted
Commits on May 8, 2019
Fixed linker issues of handle scope in jerry-ext on Windows platform. (#2862)
Show description for 372ebd8authored andcommitted
Commits on Apr 25, 2019
[Debugger] Fixes the processing methods of incoming part messages (#2840)
Show description for 938e9c7authored andcommitted
Commits on Apr 16, 2019
Allow the JS objects to have more than one native pointer data (#2814)
Show description for b3f4aa6authored andcommitted
Commits on Mar 27, 2019
Implement handle scope API in jerry-ext (#2753)
Show description for 5b29bf6authored andcommitted
Commits on Mar 26, 2019
[Debugger] Implementation of transport over serial connection (#2800)
Show description for 3d656cdauthored
Commits on Mar 18, 2019
[Debugger] Create a simplified transmission layer (#2781)
Show description for 3d3e6fdauthored
Commits on Mar 13, 2019
Make jerryx_port_handler_print_char truly a port function (#2789)
Show description for 162ba8cauthored andcommitted
Commits on Feb 19, 2019
Add new symbol related API functions. (#2741)
Show description for 60bbd73authored
Commits on Jan 21, 2019
Add pkg-config metadata files for libraries (#2680)
Show description for 77767c2authored andcommittedUse union to convert between jerryx_arg_int_option_t and uintptr_t (#2718)
Show description for 67ef396authored andcommitted
Commits on Jan 17, 2019
Update the debugger to work on Windows (#2684)
Show description for 545c6c7authored andcommitted
Commits on Jan 16, 2019
Added the _restore function to "unpop" the argument stack. (#2592)
Show description for cfdb5edauthored andcommitted
Commits on Jan 4, 2019
Simplify the collection of sources in cmake files (#2673)
Show description for f2404acauthored andcommitted