Pavel Medvedev
Pavel Medvedev
Hi guys, Have you tried to use BoringSSL instead of OpenSSL? As I remember, the latest Asio version supports BoringSSL as a drop-in replacement. I run benchmarks from a blogpost...
Causes terminate after `__cxxabiv1::failed_throw()`. See frame 7 in stack trace: ``` * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT * frame #0: 0x00007fff2034e92e libsystem_kernel.dylib`__pthread_kill + 10 frame...
As I remember, the original gyp adds a rule into the main Makefile to re-generate it when the source.gyp file has been changed. I think a similar rule in generated...
like `throw_error()`, `throw_range_error()` See #205
because this deprecated parameter has been removed since v8 version 12.1. This is fixed both in `v8pp::module` and `v8pp::class_`
... for better modularization.
See details in comments to PR #127
I have a job with a cache save action step like: ``` - name: Cache build directory uses: actions/cache@v2 with: path: ./build key: ${{ env.CACHE_VERSION }}-build-test restore-keys: | ${{ env.CACHE_VERSION...
- use them instead of SFINAE with `v8pp::convert` - allow to convert std::pair as tuple