koffi 0.9.24 → 0.9.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +78 -19
- package/benchmark/CMakeLists.txt +51 -0
- package/benchmark/atoi_cc.cc +62 -0
- package/benchmark/atoi_koffi.js +51 -0
- package/benchmark/atoi_napi.cc +62 -0
- package/benchmark/atoi_napi.js +47 -0
- package/benchmark/atoi_node_ffi.js +57 -0
- package/benchmark/build/atoi_cc.exe +0 -0
- package/benchmark/build/atoi_napi.exp +0 -0
- package/benchmark/build/atoi_napi.lib +0 -0
- package/benchmark/build/atoi_napi.node +0 -0
- package/benchmark/build/koffi.exp +0 -0
- package/benchmark/build/koffi.lib +0 -0
- package/benchmark/build/koffi.node +0 -0
- package/benchmark/build/misc.dll +0 -0
- package/benchmark/build/misc.exp +0 -0
- package/benchmark/build/misc.lib +0 -0
- package/benchmark/build/raylib.dll +0 -0
- package/benchmark/build/raylib.exp +0 -0
- package/benchmark/build/raylib.lib +0 -0
- package/benchmark/build/raylib_cc.exe +0 -0
- package/benchmark/build/sqlite3.dll +0 -0
- package/benchmark/build/sqlite3.exp +0 -0
- package/benchmark/build/sqlite3.lib +0 -0
- package/benchmark/build/v16.14.0_x64/ALL_BUILD.vcxproj +210 -0
- package/benchmark/build/v16.14.0_x64/ALL_BUILD.vcxproj.filters +8 -0
- package/benchmark/build/v16.14.0_x64/CMakeCache.txt +432 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASMCompiler.cmake +20 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeASM_MASMCompiler.cmake +20 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCCompiler.cmake +72 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeCXXCompiler.cmake +83 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeDetermineCompilerABI_C.bin +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeDetermineCompilerABI_CXX.bin +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeRCCompiler.cmake +6 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CMakeSystem.cmake +15 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CMakeCCompilerId.c +828 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CompilerIdC.exe +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/CompilerIdC.vcxproj +71 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CMakeCCompilerId.obj +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.exe.recipe +11 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/CompilerIdC.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdC/Debug/CompilerIdC.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CMakeCXXCompilerId.cpp +816 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CompilerIdCXX.exe +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/CompilerIdCXX.vcxproj +71 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CMakeCXXCompilerId.obj +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.exe.recipe +11 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CompilerIdCXX.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/VCTargetsPath.txt +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/VCTargetsPath.vcxproj +31 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.recipe +11 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/3.23.0-rc1/x64/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/36e230b47ae534539f2cb53bb38ac86d/generate.stamp.rule +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeError.log +108 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/CMakeOutput.log +418 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/TargetDirectories.txt +9 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/cmake.check_cache +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp +1 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.depend +27 -0
- package/benchmark/build/v16.14.0_x64/CMakeFiles/generate.stamp.list +3 -0
- package/benchmark/build/v16.14.0_x64/FindCNoke.cmake +23 -0
- package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj +176 -0
- package/benchmark/build/v16.14.0_x64/ZERO_CHECK.vcxproj.filters +13 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.exe.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/atoi_cc.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/atoi_cc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.vcxproj +352 -0
- package/benchmark/build/v16.14.0_x64/atoi_cc.vcxproj.filters +19 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.node.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/atoi_napi.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/atoi_napi.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/atoi_napi.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.dir/Release/win_delay_hook.obj +0 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.vcxproj +357 -0
- package/benchmark/build/v16.14.0_x64/atoi_napi.vcxproj.filters +22 -0
- package/benchmark/build/v16.14.0_x64/cmake_install.cmake +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/common.gypi +627 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/config.gypi +346 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/cppgc/common.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api.h +572 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/js_native_api_types.h +160 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform-export.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/libplatform.h +117 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/libplatform/v8-tracing.h +334 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node.h +1153 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_api.h +275 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_api_types.h +50 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_buffer.h +92 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_object_wrap.h +132 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/node_version.h +98 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/aes.h +92 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +49 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +30 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +197 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +45 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +45 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +45 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +16 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +35 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +36 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +26 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +39 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +27 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +39 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +206 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +39 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +49 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +30 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +37 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +38 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +41 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +41 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +43 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +35 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +36 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +43 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +29 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +46 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +203 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +507 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1.h +886 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1_mac.h +10 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1err.h +256 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asn1t.h +945 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/async.h +76 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/asyncerr.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bio.h +801 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bioerr.h +124 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/blowfish.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn.h +539 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf.h +5 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_asm.h +59 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bn_conf_no-asm.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/bnerr.h +100 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffer.h +58 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/buffererr.h +34 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/camellia.h +83 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cast.h +53 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmac.h +41 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cms.h +339 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cmserr.h +202 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comp.h +53 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/comperr.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf.h +168 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conf_api.h +40 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/conferr.h +76 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/crypto.h +449 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cryptoerr.h +57 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ct.h +474 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/cterr.h +80 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/des.h +174 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dh.h +340 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dherr.h +88 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsa.h +244 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dsaerr.h +72 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf.h +5 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_asm.h +59 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dso_conf_no-asm.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/dtls1.h +55 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/e_os2.h +301 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ebcdic.h +33 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ec.h +1484 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdh.h +10 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecdsa.h +10 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ecerr.h +276 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engine.h +751 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/engineerr.h +111 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/err.h +274 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evp.h +1670 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/evperr.h +204 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/hmac.h +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/idea.h +64 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdf.h +97 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/kdferr.h +55 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/lhash.h +241 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md2.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md4.h +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/md5.h +50 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/mdc2.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/modes.h +208 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/obj_mac.h +5198 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objects.h +175 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/objectserr.h +42 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsp.h +352 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ocsperr.h +78 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf.h +23 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_asm.h +140 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslconf_no-asm.h +49 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/opensslv.h +101 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ossl_typ.h +199 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem.h +378 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pem2.h +13 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pemerr.h +105 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12.h +223 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs12err.h +81 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7.h +319 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/pkcs7err.h +103 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand.h +77 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rand_drbg.h +130 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/randerr.h +94 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc2.h +51 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc4.h +36 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rc5.h +63 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ripemd.h +47 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsa.h +513 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/rsaerr.h +167 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/safestack.h +207 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/seed.h +96 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sha.h +119 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srp.h +135 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/srtp.h +50 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl.h +2499 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl2.h +24 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ssl3.h +342 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/sslerr.h +795 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/stack.h +83 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/store.h +266 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/storeerr.h +91 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/symhacks.h +37 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tls1.h +1241 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ts.h +559 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/tserr.h +132 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/txt_db.h +57 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/ui.h +368 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/uierr.h +65 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/whrlpool.h +48 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509.h +1050 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509_vfy.h +632 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509err.h +129 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3.h +938 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/openssl/x509v3err.h +164 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/aix.h +32 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/android-ifaddrs.h +54 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/bsd.h +34 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/darwin.h +61 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/errno.h +460 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/linux.h +34 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/os390.h +33 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/posix.h +31 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/stdint-msvc2008.h +247 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/sunos.h +44 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/threadpool.h +37 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/tree.h +768 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/unix.h +505 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/version.h +43 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv/win.h +698 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/uv.h +1849 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-internal.h +511 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-platform.h +709 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-profiler.h +1123 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8-version.h +20 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8.h +12652 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/v8config.h +560 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/zconf.h +549 -0
- package/benchmark/build/v16.14.0_x64/headers/include/node/zlib.h +1935 -0
- package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp +1 -0
- package/benchmark/build/v16.14.0_x64/koffi/CMakeFiles/generate.stamp.depend +7 -0
- package/benchmark/build/v16.14.0_x64/koffi/cmake_install.cmake +34 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_arm32.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_arm64.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_sysv.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_win.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x64_win_fwd.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/call_x86.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/ffi.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.node.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.read.1.tlog +6 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/Masm.read.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/Masm.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/koffi.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/koffi.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/koffi.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/util.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.dir/Release/win_delay_hook.obj +0 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.vcxproj +368 -0
- package/benchmark/build/v16.14.0_x64/koffi/koffi.vcxproj.filters +43 -0
- package/benchmark/build/v16.14.0_x64/koffi.sln +138 -0
- package/benchmark/build/v16.14.0_x64/node.lib +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/atoi_cc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/libcc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.exe.recipe +17 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.dir/Release/raylib_cc.tlog/raylib_cc.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj +356 -0
- package/benchmark/build/v16.14.0_x64/raylib_cc.vcxproj.filters +19 -0
- package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp +1 -0
- package/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp.depend +2 -0
- package/benchmark/build/v16.14.0_x64/test/cmake_install.cmake +34 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.dll.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.read.1.tlog +1 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/misc.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/test/misc.dir/Release/misc.tlog/misc.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/misc.vcxproj +339 -0
- package/benchmark/build/v16.14.0_x64/test/misc.vcxproj.filters +16 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raudio.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.dll.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.read.1.tlog +1 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/raylib.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/raylib.tlog/raylib.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rcore.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rglfw.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rmodels.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rshapes.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rtext.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/rtextures.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.dir/Release/utils.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.vcxproj +358 -0
- package/benchmark/build/v16.14.0_x64/test/raylib.vcxproj.filters +37 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.dll.recipe +14 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.obj +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CL.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.read.1.tlog +1 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.command.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.read.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.write.1.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/sqlite3.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/sqlite3.write.1u.tlog +0 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.vcxproj +335 -0
- package/benchmark/build/v16.14.0_x64/test/sqlite3.vcxproj.filters +16 -0
- package/benchmark/build/v16.14.0_x64/win_delay_hook.c +34 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.recipe +35 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/ALL_BUILD.lastbuildstate +2 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.read.1.tlog +26 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.write.1.tlog +2 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.recipe +11 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.command.1.tlog +10 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.read.1.tlog +31 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.write.1.tlog +4 -0
- package/benchmark/build/v16.14.0_x64/x64/Release/ZERO_CHECK/ZERO_CHECK.tlog/ZERO_CHECK.lastbuildstate +2 -0
- package/benchmark/raylib.dll +0 -0
- package/benchmark/{raylib_c.c → raylib_cc.cc} +25 -34
- package/benchmark/raylib_cc.exe +0 -0
- package/benchmark/raylib_koffi.js +5 -0
- package/benchmark/raylib_node_ffi.js +6 -0
- package/package.json +1 -1
- package/test/tests/misc.c +11 -0
- package/test/tests/misc.js +4 -0
- package/benchmark/build.sh +0 -13
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<PropertyGroup>
|
|
4
|
+
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
|
5
|
+
</PropertyGroup>
|
|
6
|
+
<ItemGroup Label="ProjectConfigurations">
|
|
7
|
+
<ProjectConfiguration Include="Debug|x64">
|
|
8
|
+
<Configuration>Debug</Configuration>
|
|
9
|
+
<Platform>x64</Platform>
|
|
10
|
+
</ProjectConfiguration>
|
|
11
|
+
<ProjectConfiguration Include="Release|x64">
|
|
12
|
+
<Configuration>Release</Configuration>
|
|
13
|
+
<Platform>x64</Platform>
|
|
14
|
+
</ProjectConfiguration>
|
|
15
|
+
<ProjectConfiguration Include="MinSizeRel|x64">
|
|
16
|
+
<Configuration>MinSizeRel</Configuration>
|
|
17
|
+
<Platform>x64</Platform>
|
|
18
|
+
</ProjectConfiguration>
|
|
19
|
+
<ProjectConfiguration Include="RelWithDebInfo|x64">
|
|
20
|
+
<Configuration>RelWithDebInfo</Configuration>
|
|
21
|
+
<Platform>x64</Platform>
|
|
22
|
+
</ProjectConfiguration>
|
|
23
|
+
</ItemGroup>
|
|
24
|
+
<PropertyGroup Label="Globals">
|
|
25
|
+
<ProjectGuid>{BD87DCDB-1DA9-3EA1-BAE0-AF51BF02621C}</ProjectGuid>
|
|
26
|
+
<Keyword>Win32Proj</Keyword>
|
|
27
|
+
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
|
|
28
|
+
<Platform>x64</Platform>
|
|
29
|
+
<ProjectName>raylib</ProjectName>
|
|
30
|
+
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
|
31
|
+
</PropertyGroup>
|
|
32
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
33
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
34
|
+
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
35
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
36
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
37
|
+
</PropertyGroup>
|
|
38
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
39
|
+
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
40
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
41
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
42
|
+
</PropertyGroup>
|
|
43
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
|
|
44
|
+
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
45
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
46
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
47
|
+
</PropertyGroup>
|
|
48
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
|
49
|
+
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
50
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
51
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
52
|
+
</PropertyGroup>
|
|
53
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
54
|
+
<ImportGroup Label="ExtensionSettings">
|
|
55
|
+
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|
56
|
+
</ImportGroup>
|
|
57
|
+
<ImportGroup Label="PropertySheets">
|
|
58
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
59
|
+
</ImportGroup>
|
|
60
|
+
<PropertyGroup Label="UserMacros" />
|
|
61
|
+
<PropertyGroup>
|
|
62
|
+
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
63
|
+
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Users\Niels\Code\luigi\koffi\benchmark\build\</OutDir>
|
|
64
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">raylib.dir\Debug\</IntDir>
|
|
65
|
+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">raylib</TargetName>
|
|
66
|
+
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.dll</TargetExt>
|
|
67
|
+
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
68
|
+
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
|
|
69
|
+
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Users\Niels\Code\luigi\koffi\benchmark\build\</OutDir>
|
|
70
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">raylib.dir\Release\</IntDir>
|
|
71
|
+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">raylib</TargetName>
|
|
72
|
+
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.dll</TargetExt>
|
|
73
|
+
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
74
|
+
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
|
|
75
|
+
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\Users\Niels\Code\luigi\koffi\benchmark\build\MinSizeRel\</OutDir>
|
|
76
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">raylib.dir\MinSizeRel\</IntDir>
|
|
77
|
+
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">raylib</TargetName>
|
|
78
|
+
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.dll</TargetExt>
|
|
79
|
+
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkIncremental>
|
|
80
|
+
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</GenerateManifest>
|
|
81
|
+
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\Users\Niels\Code\luigi\koffi\benchmark\build\RelWithDebInfo\</OutDir>
|
|
82
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">raylib.dir\RelWithDebInfo\</IntDir>
|
|
83
|
+
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">raylib</TargetName>
|
|
84
|
+
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.dll</TargetExt>
|
|
85
|
+
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</LinkIncremental>
|
|
86
|
+
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</GenerateManifest>
|
|
87
|
+
</PropertyGroup>
|
|
88
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
89
|
+
<ClCompile>
|
|
90
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
91
|
+
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
92
|
+
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
93
|
+
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
94
|
+
<DisableSpecificWarnings>4244;4305</DisableSpecificWarnings>
|
|
95
|
+
<ExceptionHandling>
|
|
96
|
+
</ExceptionHandling>
|
|
97
|
+
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
98
|
+
<Optimization>Disabled</Optimization>
|
|
99
|
+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
100
|
+
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
101
|
+
<UseFullPaths>false</UseFullPaths>
|
|
102
|
+
<WarningLevel>Level3</WarningLevel>
|
|
103
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR="Debug";raylib_EXPORTS</PreprocessorDefinitions>
|
|
104
|
+
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
105
|
+
</ClCompile>
|
|
106
|
+
<ResourceCompile>
|
|
107
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\";raylib_EXPORTS</PreprocessorDefinitions>
|
|
108
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
109
|
+
</ResourceCompile>
|
|
110
|
+
<MASM>
|
|
111
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR="Debug";raylib_EXPORTS</PreprocessorDefinitions>
|
|
112
|
+
<IncludePaths>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(IncludePaths)</IncludePaths>
|
|
113
|
+
</MASM>
|
|
114
|
+
<Midl>
|
|
115
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
116
|
+
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
117
|
+
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
118
|
+
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
119
|
+
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
120
|
+
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
121
|
+
</Midl>
|
|
122
|
+
<Link>
|
|
123
|
+
<AdditionalDependencies>winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
124
|
+
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
125
|
+
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
126
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
127
|
+
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
128
|
+
<ImportLibrary>C:/Users/Niels/Code/luigi/koffi/benchmark/build/raylib.lib</ImportLibrary>
|
|
129
|
+
<ProgramDataBaseFile>C:/Users/Niels/Code/luigi/koffi/benchmark/build/raylib.pdb</ProgramDataBaseFile>
|
|
130
|
+
<SubSystem>Console</SubSystem>
|
|
131
|
+
</Link>
|
|
132
|
+
<ProjectReference>
|
|
133
|
+
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
134
|
+
</ProjectReference>
|
|
135
|
+
</ItemDefinitionGroup>
|
|
136
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
137
|
+
<ClCompile>
|
|
138
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
139
|
+
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
140
|
+
<DisableSpecificWarnings>4244;4305</DisableSpecificWarnings>
|
|
141
|
+
<ExceptionHandling>
|
|
142
|
+
</ExceptionHandling>
|
|
143
|
+
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
144
|
+
<Optimization>MaxSpeed</Optimization>
|
|
145
|
+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
146
|
+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
147
|
+
<UseFullPaths>false</UseFullPaths>
|
|
148
|
+
<WarningLevel>Level3</WarningLevel>
|
|
149
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR="Release";raylib_EXPORTS</PreprocessorDefinitions>
|
|
150
|
+
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
151
|
+
<DebugInformationFormat>
|
|
152
|
+
</DebugInformationFormat>
|
|
153
|
+
</ClCompile>
|
|
154
|
+
<ResourceCompile>
|
|
155
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR=\"Release\";raylib_EXPORTS</PreprocessorDefinitions>
|
|
156
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
157
|
+
</ResourceCompile>
|
|
158
|
+
<MASM>
|
|
159
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR="Release";raylib_EXPORTS;</PreprocessorDefinitions>
|
|
160
|
+
<IncludePaths>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(IncludePaths)</IncludePaths>
|
|
161
|
+
</MASM>
|
|
162
|
+
<Midl>
|
|
163
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
164
|
+
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
165
|
+
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
166
|
+
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
167
|
+
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
168
|
+
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
169
|
+
</Midl>
|
|
170
|
+
<Link>
|
|
171
|
+
<AdditionalDependencies>winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
172
|
+
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
173
|
+
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
174
|
+
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
175
|
+
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
176
|
+
<ImportLibrary>C:/Users/Niels/Code/luigi/koffi/benchmark/build/raylib.lib</ImportLibrary>
|
|
177
|
+
<ProgramDataBaseFile>C:/Users/Niels/Code/luigi/koffi/benchmark/build/raylib.pdb</ProgramDataBaseFile>
|
|
178
|
+
<SubSystem>Console</SubSystem>
|
|
179
|
+
</Link>
|
|
180
|
+
<ProjectReference>
|
|
181
|
+
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
182
|
+
</ProjectReference>
|
|
183
|
+
</ItemDefinitionGroup>
|
|
184
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
185
|
+
<ClCompile>
|
|
186
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
187
|
+
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
188
|
+
<DisableSpecificWarnings>4244;4305</DisableSpecificWarnings>
|
|
189
|
+
<ExceptionHandling>
|
|
190
|
+
</ExceptionHandling>
|
|
191
|
+
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
192
|
+
<Optimization>MinSpace</Optimization>
|
|
193
|
+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
194
|
+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
195
|
+
<UseFullPaths>false</UseFullPaths>
|
|
196
|
+
<WarningLevel>Level3</WarningLevel>
|
|
197
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR="MinSizeRel";raylib_EXPORTS</PreprocessorDefinitions>
|
|
198
|
+
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
199
|
+
<DebugInformationFormat>
|
|
200
|
+
</DebugInformationFormat>
|
|
201
|
+
</ClCompile>
|
|
202
|
+
<ResourceCompile>
|
|
203
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\";raylib_EXPORTS</PreprocessorDefinitions>
|
|
204
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
205
|
+
</ResourceCompile>
|
|
206
|
+
<MASM>
|
|
207
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR="MinSizeRel";raylib_EXPORTS;</PreprocessorDefinitions>
|
|
208
|
+
<IncludePaths>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(IncludePaths)</IncludePaths>
|
|
209
|
+
</MASM>
|
|
210
|
+
<Midl>
|
|
211
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
212
|
+
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
213
|
+
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
214
|
+
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
215
|
+
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
216
|
+
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
217
|
+
</Midl>
|
|
218
|
+
<Link>
|
|
219
|
+
<AdditionalDependencies>winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
220
|
+
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
221
|
+
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
222
|
+
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
223
|
+
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
224
|
+
<ImportLibrary>C:/Users/Niels/Code/luigi/koffi/benchmark/build/MinSizeRel/raylib.lib</ImportLibrary>
|
|
225
|
+
<ProgramDataBaseFile>C:/Users/Niels/Code/luigi/koffi/benchmark/build/MinSizeRel/raylib.pdb</ProgramDataBaseFile>
|
|
226
|
+
<SubSystem>Console</SubSystem>
|
|
227
|
+
</Link>
|
|
228
|
+
<ProjectReference>
|
|
229
|
+
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
230
|
+
</ProjectReference>
|
|
231
|
+
</ItemDefinitionGroup>
|
|
232
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
233
|
+
<ClCompile>
|
|
234
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
235
|
+
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
236
|
+
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
237
|
+
<DisableSpecificWarnings>4244;4305</DisableSpecificWarnings>
|
|
238
|
+
<ExceptionHandling>
|
|
239
|
+
</ExceptionHandling>
|
|
240
|
+
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
241
|
+
<Optimization>MaxSpeed</Optimization>
|
|
242
|
+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
243
|
+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
244
|
+
<UseFullPaths>false</UseFullPaths>
|
|
245
|
+
<WarningLevel>Level3</WarningLevel>
|
|
246
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR="RelWithDebInfo";raylib_EXPORTS</PreprocessorDefinitions>
|
|
247
|
+
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
248
|
+
</ClCompile>
|
|
249
|
+
<ResourceCompile>
|
|
250
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\";raylib_EXPORTS</PreprocessorDefinitions>
|
|
251
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
252
|
+
</ResourceCompile>
|
|
253
|
+
<MASM>
|
|
254
|
+
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;PLATFORM_DESKTOP;GRAPHICS_API_OPENGL_21;BUILD_LIBTYPE_SHARED;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;CMAKE_INTDIR="RelWithDebInfo";raylib_EXPORTS;</PreprocessorDefinitions>
|
|
255
|
+
<IncludePaths>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(IncludePaths)</IncludePaths>
|
|
256
|
+
</MASM>
|
|
257
|
+
<Midl>
|
|
258
|
+
<AdditionalIncludeDirectories>C:\Users\Niels\Code\luigi\koffi\test\..\vendor\raylib\src\external\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
259
|
+
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
260
|
+
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
261
|
+
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
262
|
+
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
263
|
+
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
264
|
+
</Midl>
|
|
265
|
+
<Link>
|
|
266
|
+
<AdditionalDependencies>winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies>
|
|
267
|
+
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
268
|
+
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
269
|
+
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
270
|
+
<IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
271
|
+
<ImportLibrary>C:/Users/Niels/Code/luigi/koffi/benchmark/build/RelWithDebInfo/raylib.lib</ImportLibrary>
|
|
272
|
+
<ProgramDataBaseFile>C:/Users/Niels/Code/luigi/koffi/benchmark/build/RelWithDebInfo/raylib.pdb</ProgramDataBaseFile>
|
|
273
|
+
<SubSystem>Console</SubSystem>
|
|
274
|
+
</Link>
|
|
275
|
+
<ProjectReference>
|
|
276
|
+
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
277
|
+
</ProjectReference>
|
|
278
|
+
</ItemDefinitionGroup>
|
|
279
|
+
<ItemGroup>
|
|
280
|
+
<CustomBuild Include="C:\Users\Niels\Code\luigi\koffi\test\CMakeLists.txt">
|
|
281
|
+
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
282
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule C:/Users/Niels/Code/luigi/koffi/test/CMakeLists.txt</Message>
|
|
283
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
284
|
+
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/Niels/Code/luigi/koffi/benchmark -BC:/Users/Niels/Code/luigi/koffi/benchmark/build/v16.14.0_x64 --check-stamp-file C:/Users/Niels/Code/luigi/koffi/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp
|
|
285
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
286
|
+
:cmEnd
|
|
287
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
288
|
+
:cmErrorLevel
|
|
289
|
+
exit /b %1
|
|
290
|
+
:cmDone
|
|
291
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
292
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|
293
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Users\Niels\Code\luigi\koffi\benchmark\build\v16.14.0_x64\test\CMakeFiles\generate.stamp</Outputs>
|
|
294
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
295
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule C:/Users/Niels/Code/luigi/koffi/test/CMakeLists.txt</Message>
|
|
296
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
297
|
+
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/Niels/Code/luigi/koffi/benchmark -BC:/Users/Niels/Code/luigi/koffi/benchmark/build/v16.14.0_x64 --check-stamp-file C:/Users/Niels/Code/luigi/koffi/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp
|
|
298
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
299
|
+
:cmEnd
|
|
300
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
301
|
+
:cmErrorLevel
|
|
302
|
+
exit /b %1
|
|
303
|
+
:cmDone
|
|
304
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
305
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|
306
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Users\Niels\Code\luigi\koffi\benchmark\build\v16.14.0_x64\test\CMakeFiles\generate.stamp</Outputs>
|
|
307
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
308
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule C:/Users/Niels/Code/luigi/koffi/test/CMakeLists.txt</Message>
|
|
309
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
|
|
310
|
+
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/Niels/Code/luigi/koffi/benchmark -BC:/Users/Niels/Code/luigi/koffi/benchmark/build/v16.14.0_x64 --check-stamp-file C:/Users/Niels/Code/luigi/koffi/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp
|
|
311
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
312
|
+
:cmEnd
|
|
313
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
314
|
+
:cmErrorLevel
|
|
315
|
+
exit /b %1
|
|
316
|
+
:cmDone
|
|
317
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
318
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|
319
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">C:\Users\Niels\Code\luigi\koffi\benchmark\build\v16.14.0_x64\test\CMakeFiles\generate.stamp</Outputs>
|
|
320
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
|
|
321
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule C:/Users/Niels/Code/luigi/koffi/test/CMakeLists.txt</Message>
|
|
322
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
|
|
323
|
+
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/Niels/Code/luigi/koffi/benchmark -BC:/Users/Niels/Code/luigi/koffi/benchmark/build/v16.14.0_x64 --check-stamp-file C:/Users/Niels/Code/luigi/koffi/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp
|
|
324
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
325
|
+
:cmEnd
|
|
326
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
327
|
+
:cmErrorLevel
|
|
328
|
+
exit /b %1
|
|
329
|
+
:cmDone
|
|
330
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
331
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|
332
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">C:\Users\Niels\Code\luigi\koffi\benchmark\build\v16.14.0_x64\test\CMakeFiles\generate.stamp</Outputs>
|
|
333
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
|
|
334
|
+
</CustomBuild>
|
|
335
|
+
</ItemGroup>
|
|
336
|
+
<ItemGroup>
|
|
337
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rcore.c" />
|
|
338
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rshapes.c" />
|
|
339
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rtextures.c" />
|
|
340
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rtext.c" />
|
|
341
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rmodels.c" />
|
|
342
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\utils.c" />
|
|
343
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rglfw.c" />
|
|
344
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\raudio.c" />
|
|
345
|
+
</ItemGroup>
|
|
346
|
+
<ItemGroup>
|
|
347
|
+
<ProjectReference Include="C:\Users\Niels\Code\luigi\koffi\benchmark\build\v16.14.0_x64\ZERO_CHECK.vcxproj">
|
|
348
|
+
<Project>{87131E16-DCE3-37F8-A4B7-27D9A3D383C0}</Project>
|
|
349
|
+
<Name>ZERO_CHECK</Name>
|
|
350
|
+
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
351
|
+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
352
|
+
</ProjectReference>
|
|
353
|
+
</ItemGroup>
|
|
354
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
355
|
+
<ImportGroup Label="ExtensionTargets">
|
|
356
|
+
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
|
|
357
|
+
</ImportGroup>
|
|
358
|
+
</Project>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<ItemGroup>
|
|
4
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rcore.c">
|
|
5
|
+
<Filter>Source Files</Filter>
|
|
6
|
+
</ClCompile>
|
|
7
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rshapes.c">
|
|
8
|
+
<Filter>Source Files</Filter>
|
|
9
|
+
</ClCompile>
|
|
10
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rtextures.c">
|
|
11
|
+
<Filter>Source Files</Filter>
|
|
12
|
+
</ClCompile>
|
|
13
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rtext.c">
|
|
14
|
+
<Filter>Source Files</Filter>
|
|
15
|
+
</ClCompile>
|
|
16
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rmodels.c">
|
|
17
|
+
<Filter>Source Files</Filter>
|
|
18
|
+
</ClCompile>
|
|
19
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\utils.c">
|
|
20
|
+
<Filter>Source Files</Filter>
|
|
21
|
+
</ClCompile>
|
|
22
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\rglfw.c">
|
|
23
|
+
<Filter>Source Files</Filter>
|
|
24
|
+
</ClCompile>
|
|
25
|
+
<ClCompile Include="C:\Users\Niels\Code\luigi\koffi\vendor\raylib\src\raudio.c">
|
|
26
|
+
<Filter>Source Files</Filter>
|
|
27
|
+
</ClCompile>
|
|
28
|
+
</ItemGroup>
|
|
29
|
+
<ItemGroup>
|
|
30
|
+
<CustomBuild Include="C:\Users\Niels\Code\luigi\koffi\test\CMakeLists.txt" />
|
|
31
|
+
</ItemGroup>
|
|
32
|
+
<ItemGroup>
|
|
33
|
+
<Filter Include="Source Files">
|
|
34
|
+
<UniqueIdentifier>{F63148AD-A77E-3E3E-A518-7764F2695A4F}</UniqueIdentifier>
|
|
35
|
+
</Filter>
|
|
36
|
+
</ItemGroup>
|
|
37
|
+
</Project>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project>
|
|
3
|
+
<ProjectOutputs>
|
|
4
|
+
<ProjectOutput>
|
|
5
|
+
<FullPath>C:\Users\Niels\Code\luigi\koffi\benchmark\build\v16.14.0_x64\x64\Release\ZERO_CHECK</FullPath>
|
|
6
|
+
</ProjectOutput>
|
|
7
|
+
<ProjectOutput>
|
|
8
|
+
<FullPath>C:\Users\Niels\Code\luigi\koffi\benchmark\build\sqlite3.dll</FullPath>
|
|
9
|
+
</ProjectOutput>
|
|
10
|
+
</ProjectOutputs>
|
|
11
|
+
<ContentFiles />
|
|
12
|
+
<SatelliteDlls />
|
|
13
|
+
<NonRecipeFileRefs />
|
|
14
|
+
</Project>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
^C:\USERS\NIELS\CODE\LUIGI\KOFFI\TEST\CMAKELISTS.TXT
|
|
2
|
+
setlocal
|
|
3
|
+
"C:\Program Files\CMake\bin\cmake.exe" -SC:/Users/Niels/Code/luigi/koffi/benchmark -BC:/Users/Niels/Code/luigi/koffi/benchmark/build/v16.14.0_x64 --check-stamp-file C:/Users/Niels/Code/luigi/koffi/benchmark/build/v16.14.0_x64/test/CMakeFiles/generate.stamp
|
|
4
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
5
|
+
:cmEnd
|
|
6
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
7
|
+
:cmErrorLevel
|
|
8
|
+
exit /b %1
|
|
9
|
+
:cmDone
|
|
10
|
+
if %errorlevel% neq 0 goto :VCEnd
|
package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/CustomBuild.read.1.tlog
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
^C:\USERS\NIELS\CODE\LUIGI\KOFFI\TEST\CMAKELISTS.TXT
|
package/benchmark/build/v16.14.0_x64/test/sqlite3.dir/Release/sqlite3.tlog/link.command.1.tlog
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|