Commits
User selector
Commit History
Commits on Sep 1, 2021
Stop linking ICU and CORE_FOUNDATION where possible
Show description for af68186authored andcommitted
Commits on Aug 20, 2021
Streamline includes
Show description for f7ac40bauthored andcommittedAdd CMake lean build
Show description for 295adf8authored andcommittedFix header includes for jsi and hermesapi in CMake build
Show description for 47d15b6authored andcommittedSimplify build for libhermes (#568)
Show description for 7491386authored andcommittedSimplify build for hermesapi
Show description for 1011ddfauthored andcommitted
Commits on Aug 10, 2021
Reduce exported symbols in libhermes
Show description for 95975d3authored andcommitted
Commits on Jul 9, 2021
arm64 simulators & catalyst support (was #543 and #475) (#546)
Show description for 62e5abeauthored andcommitted
Commits on Jun 8, 2021
Use prefab JNI in Hermes
Show description for 103f1d3authored andcommitted
Commits on May 25, 2021
Add more details to error message when compiling JS fails
Show description for 4fb924bauthored andcommitted
Commits on May 12, 2021
Use WeakRoots for WeakObjects in JSI
Show description for 77a4415authored andcommitted
Commits on Apr 27, 2021
Add APIs for getUniqueID and getObjectForID
Show description for 35493f6authored andcommitted
Commits on Apr 23, 2021
Handle untrusted doubles in JSI values
Show description for 9063ca2authored andcommittedImplementing JSI drainMicrotasks
Show description for f41574dauthored andcommittedIntroduce drainMicrotasks to JSI
Show description for a5bee55authored andcommitted
Commits on Apr 19, 2021
Populate SegmentID based off SourceURL for classic bundles
Show description for 9bc7450authored andcommittedChange HermesRuntime::getExecutedFunctions to return a map for all runtimes
Show description for 696ddb5authored andcommitted
Commits on Apr 16, 2021
Add comment about runtime optimisation to CompileJS
Show description for b800c10authored andcommitted
Commits on Apr 13, 2021
Clean up some access modifier in Runtime
Show description for 9b14e3cauthored andcommitted
Commits on Apr 7, 2021
Add cpu sampling profiler to synth benchmarks
Show description for 2d84770authored andcommitted
Commits on Apr 5, 2021
Fix GCC 9 warnings (#488)
Show description for db29e6fauthored andcommittedDisable range loop analysis warnings
Show description for 549b0a9authored andcommitted
Commits on Mar 30, 2021
Remove ES6Symbol RuntimeConfig (#479)
Show description for e5c093fauthored andcommittedRename ES6Intl to Intl
Show description for d868f05authored andcommitted
Commits on Mar 27, 2021
Return Handle from JSArray::create
Show description for 420e52cauthored andcommitted
Commits on Mar 18, 2021
Add the sampling heap profiler as an action to synth benchmarks
Show description for 2c8e741authored andcommitted
Add sampling heap profiler APIs to JSI
Show description for be52fa1authored andcommitted
Commits on Mar 9, 2021
Fix floating point comparison in synth trace value check
Show description for 8a5cb94authored andcommitted
Commits on Mar 6, 2021
Delete HERMESVM_API_TRACE (#466)
Show description for 6590920authored andcommittedFix synth trace builds with GCC
Show description for c4212d8authored andcommitted
Commits on Mar 5, 2021
Add option to disable source hash check
Show description for 41ad33aauthored andcommitted
Commits on Mar 3, 2021
Delete HERMES_OPTIONAL_SOURCES
Show description for 1de4e02authored andcommittedReduce synth trace API dependence on VM internals
Show description for 1b088afauthored andcommittedSimplify CMake build rules for synth trace (#462)
Show description for 032e775authored andcommitted
Commits on Feb 27, 2021
Use upper_bound for lastDefBeforeFirstUse
Show description for ed3756aauthored andcommitted