Commit Graph

9 Commits

Author SHA1 Message Date
Brandon Fish e0f5a7ac66
FEATURE: Implement MiniRacer for TruffleRuby (#253) 2022-07-21 15:02:32 +10:00
Sam Saffron 1bd82a9884
use CXXFLAGS for C++ compiler
A common mistake, the "CPP" in "CPPFLAGS" is for "C pre-processor"
and most of these options are intended for the (C++) compiler,
not the preprocessor.
2021-12-30 11:38:48 +11:00
Loic Nageleisen c79ff2301f
FEATURE: Isolate v8 symbols (#179)
Adds a custom loader for MiniRacer that isolates all symbols, this allows loading multiple versions of v8 into a single process.
2020-10-09 11:37:25 +11:00
Sam Saffron 38cd347048 libasn may have many paths, pick the last
also exclude 32 bit lib
2019-05-27 15:52:03 +10:00
Petko Bordjukov aaff4fc494 Introduce a rake test:asan task for convenient running of Address Sanitizer (#141) 2019-05-27 15:45:08 +10:00
Petko Bordjukov cad52dfcb1 Introduce a rake lint task that runs clang-tidy on the source (#139) 2019-04-27 18:17:31 +10:00
Sam ed801f1d27 correct default task 2016-05-14 11:34:32 +10:00
Sam ff78df0b39 add valgrind rake task to ensure nothing leaks 2016-05-12 20:05:56 +10:00
Sam 1dd2a44a6f initial commit 2016-05-04 16:54:51 +10:00